Lines Matching refs:PTR_TO_PACKET
321 return type == PTR_TO_PACKET || in type_is_pkt_pointer()
391 [PTR_TO_PACKET] = "pkt",
1840 case PTR_TO_PACKET: in is_spillable_regtype()
2534 case PTR_TO_PACKET: in check_ptr_alignment()
3094 case PTR_TO_PACKET: in check_helper_mem_access()
5707 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
5710 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
5715 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
5716 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
5726 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
5729 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
5734 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
5735 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
5745 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
5748 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
5753 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
5754 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
5764 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
5767 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
5772 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
5773 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
6883 case PTR_TO_PACKET: in regsafe()