Lines Matching refs:PTR_TO_PACKET
387 return type == PTR_TO_PACKET || in type_is_pkt_pointer()
508 [PTR_TO_PACKET] = "pkt",
2198 case PTR_TO_PACKET: in is_spillable_regtype()
2565 case PTR_TO_PACKET: in __check_mem_access()
2958 case PTR_TO_PACKET: in check_ptr_alignment()
3797 case PTR_TO_PACKET: in check_helper_mem_access()
3990 PTR_TO_PACKET,
4021 PTR_TO_PACKET,
4033 PTR_TO_PACKET,
7329 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
7332 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
7337 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
7338 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
7348 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
7351 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
7356 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
7357 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
7367 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
7370 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
7375 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
7376 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
7386 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
7389 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
7394 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
7395 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
8672 case PTR_TO_PACKET: in regsafe()