Lines Matching refs:PTR_TO_PACKET
248 return type == PTR_TO_PACKET || in type_is_pkt_pointer()
261 [PTR_TO_PACKET] = "pkt",
993 case PTR_TO_PACKET: in is_spillable_regtype()
1502 case PTR_TO_PACKET: in check_ptr_alignment()
1924 case PTR_TO_PACKET: in check_helper_mem_access()
3734 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
3737 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
3742 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
3743 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
3753 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
3756 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
3761 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
3762 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
3772 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
3775 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
3780 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
3781 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
3791 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
3794 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
3799 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
3800 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
4437 case PTR_TO_PACKET: in regsafe()