Searched refs:writes_pred (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_sched.c170 if (writes_pred(instr)) {
182 if (writes_addr(instr) || writes_pred(instr) || is_input(instr)) {
363 * src args, we would need to do the same for writes_pred()..
392 if (writes_pred(instr) && ctx->pred) {
H A Dir3.h766 static inline bool writes_pred(struct ir3_instruction *instr) function in typeref:typename:bool
H A Dir3_ra.c536 if (writes_addr(instr) || writes_pred(instr)) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_sched.c274 if (writes_pred(instr)) {
397 * src args, we would need to do the same for writes_pred()..
449 if (writes_pred(instr) && ctx->pred) {
H A Dir3.h1130 writes_pred(struct ir3_instruction *instr) function in typeref:typename:bool

Completed in 12 milliseconds