Searched refs:__is_false_dep (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_sun.c60 if (__is_false_dep(instr, n))
H A Dir3_depth.c59 if (!__is_false_dep(consumer, n))
151 ir3_instr_depth(src, boost, __is_false_dep(instr, i));
H A Dir3_sched.c73 if (__is_false_dep(instr, n))
96 if (__is_false_dep(instr, n))
H A Dir3.h979 static inline bool __is_false_dep(struct ir3_instruction *instr, unsigned n) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_dce.c63 instr_dce(src, __is_false_dep(instr, i));
H A Dir3_delay.c65 if (__is_false_dep(consumer, n))
H A Dir3_sched.c542 if (__is_false_dep(instr, n))
983 debug_assert(__is_false_dep(instr, i));
H A Dir3.h1529 __is_false_dep(struct ir3_instruction *instr, unsigned n) function in typeref:typename:bool
1539 if (__is_false_dep(instr, n))
H A Dir3.c656 if (__is_false_dep(instr, n) && !falsedeps)

Completed in 11 milliseconds