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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_inlines.h266 FlowInstruction *Instruction::asFlow()
269 return static_cast<FlowInstruction *>(this);
273 const FlowInstruction *Instruction::asFlow() const
276 return static_cast<const FlowInstruction *>(this);
H A Dnv50_ir.cpp952 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) function in class:nv50_ir::FlowInstruction
971 FlowInstruction *
972 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const
974 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) :
1001 mem_FlowInstruction(sizeof(FlowInstruction), 4),
H A Dnv50_ir.h305 class FlowInstruction;
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>&,
H A Dnv50_ir_build_util.cpp306 FlowInstruction *
309 FlowInstruction *insn = new_FlowInstruction(func, op, targ);
H A Dnv50_ir_build_util.h80 FlowInstruction *mkFlow(operation, void *target, CondCode, Value *pred);
H A Dnv50_ir_emit_nv50.cpp123 void emitPRERETEmu(const FlowInstruction *);
1433 CodeEmitterNV50::emitPRERETEmu(const FlowInstruction *i)
1459 const FlowInstruction *f = i->asFlow();
H A Dnv50_ir_util.h66 NV50_IR_FUNC_ALLOC_OBJ_DEF(FlowInstruction, f, args)
H A Dnv50_ir_lowering_nv50.cpp123 void handlePRERET(FlowInstruction *);
197 NV50LegalizePostRA::handlePRERET(FlowInstruction *pre)
H A Dnv50_ir_peephole.cpp1836 FlowInstruction *term = insn ? insn->asFlow() : NULL;
1909 FlowInstruction *bra = bb->getExit()->asFlow();
1910 FlowInstruction *rep = bf->getExit()->asFlow();
H A Dnv50_ir_from_sm4.cpp1653 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL);
H A Dnv50_ir_from_tgsi.cpp1455 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL);
H A Dnv50_ir_ra.cpp391 FlowInstruction *cal = i->asFlow();
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp59 FlowInstruction *call;
535 in->insertTail(new FlowInstruction(func, OP_JOIN, bb));
H A Dnv50_ir_emit_nvc0.cpp1122 const FlowInstruction *f = i->asFlow();

Completed in 243 milliseconds