Searched refs:setDelay (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_sched_gm107.h | 111 void setDelay(Instruction *, int, const Instruction *);
|
D | nv50_ir_emit_nvc0.cpp | 3173 void setDelay(Instruction *, int delay, Instruction *next); 3184 SchedDataCalculator::setDelay(Instruction *insn, int delay, Instruction *next) in setDelay() function in nv50_ir::SchedDataCalculator 3275 setDelay(insn, delay, next); in visit() 3311 setDelay(insn, bbDelay, next); in visit()
|
D | nv50_ir_emit_gm107.cpp | 3993 SchedDataCalculatorGM107::setDelay(Instruction *insn, int delay, in setDelay() function in nv50_ir::SchedDataCalculatorGM107 4373 setDelay(insn, delay, next); in visit() 4428 setDelay(insn, bbDelay, next); in visit()
|