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 Dnv50_ir_util.h65 #define new_FlowInstruction(f, args...) \ macro
H A Dnv50_ir_lowering_nv50.cpp282 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT);
283 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE);
H A Dnv50_ir_build_util.cpp312 FlowInstruction *insn = new_FlowInstruction(func, op, targ);
H A Dnv50_ir.cpp1087 new_FlowInstruction(pol.context(), op, NULL));
H A Dnv50_ir_from_tgsi.cpp2236 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL);
2241 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
H A Dnv50_ir_ra.cpp469 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h65 #define new_FlowInstruction(f, args...) \ macro
H A Dnv50_ir_build_util.cpp314 FlowInstruction *insn = new_FlowInstruction(func, op, targ);
H A Dnv50_ir.cpp1151 new_FlowInstruction(pol.context(), op, NULL));
H A Dnv50_ir_lowering_nv50.cpp305 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT);
306 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE);
H A Dnv50_ir_from_tgsi.cpp2218 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL);
2223 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
H A Dnv50_ir_ra.cpp514 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb));

Completed in 48 milliseconds