Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h65 #define new_FlowInstruction(f, args...) \ macro
Dnv50_ir_build_util.cpp314 FlowInstruction *insn = new_FlowInstruction(func, op, targ); in mkFlow()
Dnv50_ir.cpp1151 new_FlowInstruction(pol.context(), op, NULL)); in clone()
Dnv50_ir_lowering_nv50.cpp305 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT); in handlePRERET()
306 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE); in handlePRERET()
Dnv50_ir_from_tgsi.cpp2218 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
2223 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv); in insertConvergenceOps()
Dnv50_ir_ra.cpp514 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb)); in visit()