| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 298 FlowInstruction *Instruction::asFlow() 301 return static_cast<FlowInstruction *>(this); 305 const FlowInstruction *Instruction::asFlow() const 308 return static_cast<const FlowInstruction *>(this);
|
| H A D | nv50_ir.h | 518 class FlowInstruction; 882 inline FlowInstruction *asFlow(); 885 inline const FlowInstruction *asFlow() const; 1085 class FlowInstruction : public Instruction class in namespace:nv50_ir 1088 FlowInstruction(Function *, operation, void *target); 1090 virtual FlowInstruction *clone(ClonePolicy<Function>&,
|
| H A D | nv50_ir.cpp | 1064 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) function in class:nv50_ir::FlowInstruction 1083 FlowInstruction * 1084 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const 1086 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : 1113 mem_FlowInstruction(sizeof(FlowInstruction), 4),
|
| H A D | nv50_ir_build_util.h | 84 FlowInstruction *mkFlow(operation, void *target, CondCode, Value *pred);
|
| H A D | nv50_ir_build_util.cpp | 309 FlowInstruction * 312 FlowInstruction *insn = new_FlowInstruction(func, op, targ);
|
| H A D | nv50_ir_util.h | 66 NV50_IR_FUNC_ALLOC_OBJ_DEF(FlowInstruction, f, args)
|
| H A D | nv50_ir_emit_gm107.cpp | 526 const FlowInstruction *insn = this->insn->asFlow(); 563 const FlowInstruction *insn = this->insn->asFlow(); 592 const FlowInstruction *insn = this->insn->asFlow(); 614 const FlowInstruction *insn = this->insn->asFlow(); 636 const FlowInstruction *insn = this->insn->asFlow(); 658 const FlowInstruction *insn = this->insn->asFlow();
|
| H A D | nv50_ir_emit_nv50.cpp | 128 void emitPRERETEmu(const FlowInstruction *); 1705 CodeEmitterNV50::emitPRERETEmu(const FlowInstruction *i) 1731 const FlowInstruction *f = i->asFlow();
|
| H A D | nv50_ir_lowering_nv50.cpp | 212 void handlePRERET(FlowInstruction *); 273 NV50LegalizePostRA::handlePRERET(FlowInstruction *pre)
|
| H A D | nv50_ir_lowering_nvc0.cpp | 46 FlowInstruction *call; 89 FlowInstruction *call; 748 in->insertTail(new FlowInstruction(func, OP_JOIN, bb));
|
| H A D | nv50_ir_peephole.cpp | 3261 FlowInstruction *term = insn ? insn->asFlow() : NULL; 3334 FlowInstruction *bra = i->asFlow(); 3335 FlowInstruction *rep = bf->getExit()->asFlow();
|
| H A D | nv50_ir_emit_gk110.cpp | 1497 const FlowInstruction *f = i->asFlow();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 298 FlowInstruction *Instruction::asFlow() 301 return static_cast<FlowInstruction *>(this); 305 const FlowInstruction *Instruction::asFlow() const 308 return static_cast<const FlowInstruction *>(this);
|
| H A D | nv50_ir.h | 569 class FlowInstruction; 934 inline FlowInstruction *asFlow(); 937 inline const FlowInstruction *asFlow() const; 1139 class FlowInstruction : public Instruction class in namespace:nv50_ir 1142 FlowInstruction(Function *, operation, void *target); 1144 virtual FlowInstruction *clone(ClonePolicy<Function>&,
|
| H A D | nv50_ir.cpp | 1128 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) function in class:nv50_ir::FlowInstruction 1147 FlowInstruction * 1148 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const 1150 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : 1178 mem_FlowInstruction(sizeof(FlowInstruction), 4),
|
| H A D | nv50_ir_build_util.h | 85 FlowInstruction *mkFlow(operation, void *target, CondCode, Value *pred);
|
| H A D | nv50_ir_build_util.cpp | 311 FlowInstruction * 314 FlowInstruction *insn = new_FlowInstruction(func, op, targ);
|
| H A D | nv50_ir_util.h | 66 NV50_IR_FUNC_ALLOC_OBJ_DEF(FlowInstruction, f, args)
|
| H A D | nv50_ir_emit_gm107.cpp | 530 const FlowInstruction *insn = this->insn->asFlow(); 567 const FlowInstruction *insn = this->insn->asFlow(); 596 const FlowInstruction *insn = this->insn->asFlow(); 618 const FlowInstruction *insn = this->insn->asFlow(); 640 const FlowInstruction *insn = this->insn->asFlow(); 662 const FlowInstruction *insn = this->insn->asFlow();
|
| H A D | nv50_ir_emit_nv50.cpp | 126 void emitPRERETEmu(const FlowInstruction *); 1783 CodeEmitterNV50::emitPRERETEmu(const FlowInstruction *i) 1809 const FlowInstruction *f = i->asFlow();
|
| H A D | nv50_ir_lowering_nvc0.cpp | 46 FlowInstruction *call; 89 FlowInstruction *call; 759 in->insertTail(new FlowInstruction(func, OP_JOIN, bb));
|
| H A D | nv50_ir_peephole.cpp | 3335 FlowInstruction *term = insn ? insn->asFlow() : NULL; 3408 FlowInstruction *bra = i->asFlow(); 3409 FlowInstruction *rep = bf->getExit()->asFlow();
|
| H A D | nv50_ir_emit_gv100.cpp | 161 const FlowInstruction *insn = this->insn->asFlow();
|
| H A D | nv50_ir_lowering_nv50.cpp | 233 void handlePRERET(FlowInstruction *); 296 NV50LegalizePostRA::handlePRERET(FlowInstruction *pre)
|
| H A D | nv50_ir_emit_gk110.cpp | 1504 const FlowInstruction *f = i->asFlow();
|