Home
last modified time | relevance | path

Searched refs:writes_pred (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_sched.c100 if (writes_pred(instr)) { in schedule()
110 if (writes_addr(instr) || writes_pred(instr) || is_input(instr)) { in schedule()
282 if (writes_pred(instr) && ctx->pred) { in check_instr()
Dir3.h743 static inline bool writes_pred(struct ir3_instruction *instr) in writes_pred() function
Dir3_ra.c545 if (writes_addr(instr) || writes_pred(instr)) { in ra_block_find_definers()