/third_party/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 | 569 class FlowInstruction; variable 934 inline FlowInstruction *asFlow(); 937 inline const FlowInstruction *asFlow() const; 1139 class FlowInstruction : public Instruction 1142 FlowInstruction(Function *, operation, void *target); 1144 virtual FlowInstruction *clone(ClonePolicy<Function>&,
|
D | nv50_ir.cpp | 1128 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) in FlowInstruction() function in nv50_ir::FlowInstruction 1147 FlowInstruction * 1148 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const in clone() 1150 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : in clone() 1178 mem_FlowInstruction(sizeof(FlowInstruction), 4), in Program()
|
D | nv50_ir_build_util.cpp | 311 FlowInstruction * 314 FlowInstruction *insn = new_FlowInstruction(func, op, targ); in mkFlow()
|
D | nv50_ir_build_util.h | 85 FlowInstruction *mkFlow(operation, void *target, CondCode, Value *pred);
|
D | nv50_ir_emit_gm107.cpp | 530 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()
|
D | nv50_ir_emit_nv50.cpp | 126 void emitPRERETEmu(const FlowInstruction *); 1783 CodeEmitterNV50::emitPRERETEmu(const FlowInstruction *i) in emitPRERETEmu() 1809 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_nvc0.cpp | 46 FlowInstruction *call; in handleDIV() 89 FlowInstruction *call; in handleRCPRSQLib() 759 in->insertTail(new FlowInstruction(func, OP_JOIN, bb)); in propagateJoin()
|
D | nv50_ir_peephole.cpp | 3335 FlowInstruction *term = insn ? insn->asFlow() : NULL; in removeFlow() 3408 FlowInstruction *bra = i->asFlow(); in tryPropagateBranch() 3409 FlowInstruction *rep = bf->getExit()->asFlow(); in tryPropagateBranch()
|
D | nv50_ir_lowering_nv50.cpp | 233 void handlePRERET(FlowInstruction *); 296 NV50LegalizePostRA::handlePRERET(FlowInstruction *pre) in handlePRERET()
|
D | nv50_ir_emit_gv100.cpp | 161 const FlowInstruction *insn = this->insn->asFlow(); in emitBRA()
|
D | nv50_ir_emit_gk110.cpp | 1504 const FlowInstruction *f = i->asFlow(); in emitFlow()
|
D | nv50_ir_ra.cpp | 539 FlowInstruction *cal = i->asFlow(); in visit()
|
D | nv50_ir_emit_nvc0.cpp | 1451 const FlowInstruction *f = i->asFlow(); in emitFlow()
|
D | nv50_ir_from_tgsi.cpp | 2218 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
|
/third_party/openGLES/extensions/NV/ |
D | NV_fragment_program2.txt | 129 <instruction> ::= <FlowInstruction> 133 <FlowInstruction> ::= <BRAop_instruction>
|
D | NV_vertex_program2_option.txt | 144 <instruction> ::= <FlowInstruction> 148 <FlowInstruction> ::= <BRAop_instruction>
|
D | NV_gpu_program4.txt | 338 | <FlowInstruction> 351 <FlowInstruction> ::= <BRAop_instruction>
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_fragment_program2.txt | 129 <instruction> ::= <FlowInstruction> 133 <FlowInstruction> ::= <BRAop_instruction>
|
D | NV_vertex_program2_option.txt | 144 <instruction> ::= <FlowInstruction> 148 <FlowInstruction> ::= <BRAop_instruction>
|
D | NV_gpu_program4.txt | 338 | <FlowInstruction> 351 <FlowInstruction> ::= <BRAop_instruction>
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_subroutine.txt | 543 <FlowInstruction> ::= <BRAop_instruction>
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_subroutine.txt | 553 <FlowInstruction> ::= <BRAop_instruction>
|