Home
last modified time | relevance | path

Searched refs:doesInsnWriteTo (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_sched_gm107.h147 bool doesInsnWriteTo(const Instruction *insn, const Value *val) const;
Dnv50_ir_emit_gm107.cpp4111 SchedDataCalculatorGM107::doesInsnWriteTo(const Instruction *insn, in doesInsnWriteTo() function in nv50_ir::SchedDataCalculatorGM107
4163 if (doesInsnWriteTo(bari, insn->getSrc(s))) in findFirstUse()
4167 if (doesInsnWriteTo(bari, insn->getDef(d))) in findFirstUse()
4187 if (doesInsnWriteTo(insn, bari->getSrc(s))) in findFirstDef()