Searched refs:FlowInstruction (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_inlines.h | 266 FlowInstruction *Instruction::asFlow() in asFlow() 269 return static_cast<FlowInstruction *>(this); in asFlow() 273 const FlowInstruction *Instruction::asFlow() const in asFlow() 276 return static_cast<const FlowInstruction *>(this); in asFlow()
|
D | nv50_ir.h | 305 class FlowInstruction; variable 665 inline FlowInstruction *asFlow(); 668 inline const FlowInstruction *asFlow() const; 833 class FlowInstruction : public Instruction 836 FlowInstruction(Function *, operation, void *target); 838 virtual FlowInstruction *clone(ClonePolicy<Function>&,
|
D | nv50_ir.cpp | 952 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) in FlowInstruction() function in nv50_ir::FlowInstruction 971 FlowInstruction * 972 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const in clone() 974 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : in clone() 1001 mem_FlowInstruction(sizeof(FlowInstruction), 4), in Program()
|
D | nv50_ir_build_util.cpp | 306 FlowInstruction * 309 FlowInstruction *insn = new_FlowInstruction(func, op, targ); in mkFlow()
|
D | nv50_ir_build_util.h | 80 FlowInstruction *mkFlow(operation, void *target, CondCode, Value *pred);
|
D | nv50_ir_emit_nv50.cpp | 123 void emitPRERETEmu(const FlowInstruction *); 1433 CodeEmitterNV50::emitPRERETEmu(const FlowInstruction *i) in emitPRERETEmu() 1459 const FlowInstruction *f = i->asFlow(); in emitFlow()
|
D | nv50_ir_lowering_nv50.cpp | 123 void handlePRERET(FlowInstruction *); 197 NV50LegalizePostRA::handlePRERET(FlowInstruction *pre) in handlePRERET()
|
D | nv50_ir_util.h | 66 NV50_IR_FUNC_ALLOC_OBJ_DEF(FlowInstruction, f, args)
|
D | nv50_ir_peephole.cpp | 1836 FlowInstruction *term = insn ? insn->asFlow() : NULL; in removeFlow() 1909 FlowInstruction *bra = bb->getExit()->asFlow(); in tryPropagateBranch() 1910 FlowInstruction *rep = bf->getExit()->asFlow(); in tryPropagateBranch()
|
D | nv50_ir_ra.cpp | 391 FlowInstruction *cal = i->asFlow(); in visit()
|
D | nv50_ir_from_sm4.cpp | 1653 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
|
D | nv50_ir_from_tgsi.cpp | 1455 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 59 FlowInstruction *call; in handleDIV() 535 in->insertTail(new FlowInstruction(func, OP_JOIN, bb)); in propagateJoin()
|
D | nv50_ir_emit_nvc0.cpp | 1122 const FlowInstruction *f = i->asFlow(); in emitFlow()
|