Searched refs:new_FlowInstruction (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp309 FlowInstruction *insn = new_FlowInstruction(func, op, targ);
H A Dnv50_ir_util.h65 #define new_FlowInstruction(f, args...) \ macro
H A Dnv50_ir_lowering_nv50.cpp206 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT);
207 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE);
H A Dnv50_ir.cpp975 new_FlowInstruction(pol.context(), op, NULL));
H A Dnv50_ir_from_sm4.cpp1653 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL);
1657 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
H A Dnv50_ir_from_tgsi.cpp1455 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL);
1459 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
H A Dnv50_ir_ra.cpp367 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb));
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp309 FlowInstruction *insn = new_FlowInstruction(func, op, targ);
H A Dnv50_ir_util.h65 #define new_FlowInstruction(f, args...) \ macro
H A Dnv50_ir_lowering_nv50.cpp206 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT);
207 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE);
H A Dnv50_ir.cpp975 new_FlowInstruction(pol.context(), op, NULL));
H A Dnv50_ir_from_sm4.cpp1653 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL);
1657 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
H A Dnv50_ir_from_tgsi.cpp1455 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL);
1459 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
H A Dnv50_ir_ra.cpp367 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb));

Completed in 275 milliseconds