Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h298 FlowInstruction *Instruction::asFlow() in asFlow()
301 return static_cast<FlowInstruction *>(this); in asFlow()
305 const FlowInstruction *Instruction::asFlow() const in asFlow()
308 return static_cast<const FlowInstruction *>(this); in asFlow()
Dnv50_ir.h544 class FlowInstruction; variable
908 inline FlowInstruction *asFlow();
911 inline const FlowInstruction *asFlow() const;
1113 class FlowInstruction : public Instruction
1116 FlowInstruction(Function *, operation, void *target);
1118 virtual FlowInstruction *clone(ClonePolicy<Function>&,
Dnv50_ir.cpp1126 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) in FlowInstruction() function in nv50_ir::FlowInstruction
1145 FlowInstruction *
1146 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const in clone()
1148 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : in clone()
1175 mem_FlowInstruction(sizeof(FlowInstruction), 4), in Program()
Dnv50_ir_build_util.cpp309 FlowInstruction *
312 FlowInstruction *insn = new_FlowInstruction(func, op, targ); in mkFlow()
Dnv50_ir_build_util.h84 FlowInstruction *mkFlow(operation, void *target, CondCode, Value *pred);
Dnv50_ir_emit_gm107.cpp530 const FlowInstruction *insn = this->insn->asFlow(); in emitBRA()
567 const FlowInstruction *insn = this->insn->asFlow(); in emitCAL()
596 const FlowInstruction *insn = this->insn->asFlow(); in emitPCNT()
618 const FlowInstruction *insn = this->insn->asFlow(); in emitPBK()
640 const FlowInstruction *insn = this->insn->asFlow(); in emitPRET()
662 const FlowInstruction *insn = this->insn->asFlow(); in emitSSY()
Dnv50_ir_emit_nv50.cpp128 void emitPRERETEmu(const FlowInstruction *);
1705 CodeEmitterNV50::emitPRERETEmu(const FlowInstruction *i) in emitPRERETEmu()
1731 const FlowInstruction *f = i->asFlow(); in emitFlow()
Dnv50_ir_util.h66 NV50_IR_FUNC_ALLOC_OBJ_DEF(FlowInstruction, f, args)
Dnv50_ir_lowering_nv50.cpp212 void handlePRERET(FlowInstruction *);
273 NV50LegalizePostRA::handlePRERET(FlowInstruction *pre) in handlePRERET()
Dnv50_ir_peephole.cpp3307 FlowInstruction *term = insn ? insn->asFlow() : NULL; in removeFlow()
3380 FlowInstruction *bra = i->asFlow(); in tryPropagateBranch()
3381 FlowInstruction *rep = bf->getExit()->asFlow(); in tryPropagateBranch()
Dnv50_ir_lowering_nvc0.cpp46 FlowInstruction *call; in handleDIV()
89 FlowInstruction *call; in handleRCPRSQLib()
759 in->insertTail(new FlowInstruction(func, OP_JOIN, bb)); in propagateJoin()
Dnv50_ir_emit_gv100.cpp161 const FlowInstruction *insn = this->insn->asFlow(); in emitBRA()
Dnv50_ir_emit_gk110.cpp1497 const FlowInstruction *f = i->asFlow(); in emitFlow()
Dnv50_ir_ra.cpp538 FlowInstruction *cal = i->asFlow(); in visit()
Dnv50_ir_emit_nvc0.cpp1444 const FlowInstruction *f = i->asFlow(); in emitFlow()
Dnv50_ir_from_tgsi.cpp2194 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()