Home
last modified time | relevance | path

Searched refs:FlowInstruction (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h266 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()
Dnv50_ir.h305 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>&,
Dnv50_ir.cpp952 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()
Dnv50_ir_build_util.cpp306 FlowInstruction *
309 FlowInstruction *insn = new_FlowInstruction(func, op, targ); in mkFlow()
Dnv50_ir_build_util.h80 FlowInstruction *mkFlow(operation, void *target, CondCode, Value *pred);
Dnv50_ir_emit_nv50.cpp123 void emitPRERETEmu(const FlowInstruction *);
1433 CodeEmitterNV50::emitPRERETEmu(const FlowInstruction *i) in emitPRERETEmu()
1459 const FlowInstruction *f = i->asFlow(); in emitFlow()
Dnv50_ir_lowering_nv50.cpp123 void handlePRERET(FlowInstruction *);
197 NV50LegalizePostRA::handlePRERET(FlowInstruction *pre) in handlePRERET()
Dnv50_ir_util.h66 NV50_IR_FUNC_ALLOC_OBJ_DEF(FlowInstruction, f, args)
Dnv50_ir_peephole.cpp1836 FlowInstruction *term = insn ? insn->asFlow() : NULL; in removeFlow()
1909 FlowInstruction *bra = bb->getExit()->asFlow(); in tryPropagateBranch()
1910 FlowInstruction *rep = bf->getExit()->asFlow(); in tryPropagateBranch()
Dnv50_ir_ra.cpp391 FlowInstruction *cal = i->asFlow(); in visit()
Dnv50_ir_from_sm4.cpp1653 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
Dnv50_ir_from_tgsi.cpp1455 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp59 FlowInstruction *call; in handleDIV()
535 in->insertTail(new FlowInstruction(func, OP_JOIN, bb)); in propagateJoin()
Dnv50_ir_emit_nvc0.cpp1122 const FlowInstruction *f = i->asFlow(); in emitFlow()