Searched refs:delete_Instruction (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 113 delete_Instruction(prog, mov); in visit() 142 delete_Instruction(prog, i); in visit() 274 delete_Instruction(prog, ld); in visit() 950 delete_Instruction(prog, i); in opnd() 964 delete_Instruction(prog, i); in opnd() 1119 delete_Instruction(prog, i); in opnd() 1151 delete_Instruction(prog, i); in opnd() 1580 delete_Instruction(prog, i); in visit() 1813 delete_Instruction(prog, logop); in handleLOGOP() 1860 delete_Instruction(prog, logop); in handleLOGOP() [all …]
|
D | nv50_ir_lowering_nv50.cpp | 187 delete_Instruction(bld->getProgram(), mul); in expandIntegerMUL() 895 delete_Instruction(prog, i); in handleTXB() 1107 delete_Instruction(prog, i); in handleSELP() 1141 delete_Instruction(prog, i); in handlePRECONT()
|
D | nv50_ir_bb.cpp | 65 delete_Instruction(prog, reinterpret_cast<Instruction *>(it.get())); in ~Function()
|
D | nv50_ir_lowering_nvc0.cpp | 67 delete_Instruction(prog, i); in handleDIV() 481 delete_Instruction(prog, i); in insertTextureBarriers() 486 delete_Instruction(prog, prev); in insertTextureBarriers() 2036 delete_Instruction(bld.getProgram(), su); in handleSurfaceOpNVE4() 2631 delete_Instruction(prog, i); in handleOUT()
|
D | nv50_ir_util.h | 81 #define delete_Instruction(p, insn) (p)->releaseInstruction(insn) macro
|
D | nv50_ir_emit_nv50.cpp | 2198 delete_Instruction(func->getProgram(), epilogue->getExit()); in replaceExitWithModifier()
|
D | nv50_ir_ra.cpp | 1783 delete_Instruction(func->getProgram(), *it); in run()
|