Home
last modified time | relevance | path

Searched refs:new_FlowInstruction (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h65 #define new_FlowInstruction(f, args...) \ macro
Dnv50_ir_build_util.cpp312 FlowInstruction *insn = new_FlowInstruction(func, op, targ); in mkFlow()
Dnv50_ir_lowering_nv50.cpp282 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT); in handlePRERET()
283 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE); in handlePRERET()
Dnv50_ir.cpp1149 new_FlowInstruction(pol.context(), op, NULL)); in clone()
Dnv50_ir_from_tgsi.cpp2194 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
2199 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv); in insertConvergenceOps()
Dnv50_ir_ra.cpp513 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb)); in visit()