Searched refs:__is_false_dep (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_sun.c | 60 if (__is_false_dep(instr, n))
|
| H A D | ir3_depth.c | 59 if (!__is_false_dep(consumer, n)) 151 ir3_instr_depth(src, boost, __is_false_dep(instr, i));
|
| H A D | ir3_sched.c | 73 if (__is_false_dep(instr, n)) 96 if (__is_false_dep(instr, n))
|
| H A D | ir3.h | 979 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 D | ir3_dce.c | 63 instr_dce(src, __is_false_dep(instr, i));
|
| H A D | ir3_delay.c | 65 if (__is_false_dep(consumer, n))
|
| H A D | ir3_sched.c | 542 if (__is_false_dep(instr, n)) 983 debug_assert(__is_false_dep(instr, i));
|
| H A D | ir3.h | 1529 __is_false_dep(struct ir3_instruction *instr, unsigned n) function in typeref:typename:bool 1539 if (__is_false_dep(instr, n))
|
| H A D | ir3.c | 656 if (__is_false_dep(instr, n) && !falsedeps)
|
Completed in 11 milliseconds