Searched refs:FlowInstruction (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_inlines.h | 298 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()
|
D | nv50_ir.h | 481 class FlowInstruction; variable 846 inline FlowInstruction *asFlow(); 849 inline const FlowInstruction *asFlow() const; 1044 class FlowInstruction : public Instruction 1047 FlowInstruction(Function *, operation, void *target); 1049 virtual FlowInstruction *clone(ClonePolicy<Function>&,
|
D | nv50_ir.cpp | 1057 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) in FlowInstruction() function in nv50_ir::FlowInstruction 1076 FlowInstruction * 1077 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const in clone() 1079 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : in clone() 1106 mem_FlowInstruction(sizeof(FlowInstruction), 4), in Program()
|
D | nv50_ir_build_util.cpp | 309 FlowInstruction * 312 FlowInstruction *insn = new_FlowInstruction(func, op, targ); in mkFlow()
|
D | nv50_ir_build_util.h | 84 FlowInstruction *mkFlow(operation, void *target, CondCode, Value *pred);
|
D | nv50_ir_emit_gm107.cpp | 517 const FlowInstruction *insn = this->insn->asFlow(); in emitBRA() 554 const FlowInstruction *insn = this->insn->asFlow(); in emitCAL() 583 const FlowInstruction *insn = this->insn->asFlow(); in emitPCNT() 605 const FlowInstruction *insn = this->insn->asFlow(); in emitPBK() 627 const FlowInstruction *insn = this->insn->asFlow(); in emitPRET() 649 const FlowInstruction *insn = this->insn->asFlow(); in emitSSY()
|
D | nv50_ir_emit_nv50.cpp | 128 void emitPRERETEmu(const FlowInstruction *); 1705 CodeEmitterNV50::emitPRERETEmu(const FlowInstruction *i) in emitPRERETEmu() 1731 const FlowInstruction *f = i->asFlow(); in emitFlow()
|
D | nv50_ir_util.h | 66 NV50_IR_FUNC_ALLOC_OBJ_DEF(FlowInstruction, f, args)
|
D | nv50_ir_lowering_nv50.cpp | 212 void handlePRERET(FlowInstruction *); 273 NV50LegalizePostRA::handlePRERET(FlowInstruction *pre) in handlePRERET()
|
D | nv50_ir_peephole.cpp | 2867 FlowInstruction *term = insn ? insn->asFlow() : NULL; in removeFlow() 2940 FlowInstruction *bra = i->asFlow(); in tryPropagateBranch() 2941 FlowInstruction *rep = bf->getExit()->asFlow(); in tryPropagateBranch()
|
D | nv50_ir_lowering_nvc0.cpp | 46 FlowInstruction *call; in handleDIV() 571 in->insertTail(new FlowInstruction(func, OP_JOIN, bb)); in propagateJoin()
|
D | nv50_ir_emit_gk110.cpp | 1449 const FlowInstruction *f = i->asFlow(); in emitFlow()
|
D | nv50_ir_ra.cpp | 493 FlowInstruction *cal = i->asFlow(); in visit()
|
D | nv50_ir_emit_nvc0.cpp | 1416 const FlowInstruction *f = i->asFlow(); in emitFlow()
|
D | nv50_ir_from_tgsi.cpp | 2074 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
|