Searched refs:new_FlowInstruction (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.h | 65 #define new_FlowInstruction(f, args...) \ macro
|
D | nv50_ir_build_util.cpp | 312 FlowInstruction *insn = new_FlowInstruction(func, op, targ); in mkFlow()
|
D | nv50_ir_lowering_nv50.cpp | 282 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT); in handlePRERET() 283 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE); in handlePRERET()
|
D | nv50_ir.cpp | 1149 new_FlowInstruction(pol.context(), op, NULL)); in clone()
|
D | nv50_ir_from_tgsi.cpp | 2194 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps() 2199 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv); in insertConvergenceOps()
|
D | nv50_ir_ra.cpp | 513 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb)); in visit()
|