Searched refs:is_mem (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_depth.c100 if (is_sfu(assigner) || is_tex(assigner) || is_mem(assigner))
105 is_mem(consumer)) {
H A Dir3_legalize.c267 if (is_tex(n) || is_sfu(n) || is_mem(n)) {
285 if (is_mem(last_input) && (last_input->opc == OPC_LDLV)) {
H A Dir3_sched.c64 return is_sfu(instr) || is_mem(instr);
H A Dir3.h663 static inline bool is_mem(struct ir3_instruction *instr) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_delay.c83 if (is_sfu(assigner) || is_tex(assigner) || is_mem(assigner))
92 is_mem(consumer) || (assigner->dsts[0]->flags & IR3_REG_SHARED)) {
H A Dir3_legalize.c294 if (is_tex(n) || is_sfu(n) || is_mem(n)) {
H A Dir3_postsched.c608 } else if (is_tex(instr) || is_mem(instr)) {
H A Dir3.c988 if (is_mem(instr)) {
H A Dir3_sched.c380 if (ctx->remaining_kills && (is_tex(instr) || is_mem(instr))) {
H A Dir3.h888 is_mem(struct ir3_instruction *instr) function in typeref:typename:bool

Completed in 23 milliseconds