Searched refs:is_mem (Results 1 – 4 of 4) sorted by relevance
74 if (is_sfu(assigner) || is_tex(assigner) || is_mem(assigner)) in ir3_delayslots()79 is_mem(consumer)) { in ir3_delayslots()
214 if (is_tex(n) || is_sfu(n) || is_mem(n)) { in legalize_block()232 if (is_mem(last_input) && (last_input->opc == OPC_LDLV)) { in legalize_block()
65 return is_sfu(instr) || is_mem(instr); in is_sfu_or_mem()
649 static inline bool is_mem(struct ir3_instruction *instr) in is_mem() function