Searched refs:new_FlowInstruction (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_util.h | 65 #define new_FlowInstruction(f, args...) \ macro
|
| H A D | nv50_ir_lowering_nv50.cpp | 282 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT); 283 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE);
|
| H A D | nv50_ir_build_util.cpp | 312 FlowInstruction *insn = new_FlowInstruction(func, op, targ);
|
| H A D | nv50_ir.cpp | 1087 new_FlowInstruction(pol.context(), op, NULL));
|
| H A D | nv50_ir_from_tgsi.cpp | 2236 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); 2241 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
|
| H A D | nv50_ir_ra.cpp | 469 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_util.h | 65 #define new_FlowInstruction(f, args...) \ macro
|
| H A D | nv50_ir_build_util.cpp | 314 FlowInstruction *insn = new_FlowInstruction(func, op, targ);
|
| H A D | nv50_ir.cpp | 1151 new_FlowInstruction(pol.context(), op, NULL));
|
| H A D | nv50_ir_lowering_nv50.cpp | 305 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT); 306 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE);
|
| H A D | nv50_ir_from_tgsi.cpp | 2218 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); 2223 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
|
| H A D | nv50_ir_ra.cpp | 514 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb));
|
Completed in 48 milliseconds