Home
last modified time | relevance | path

Searched refs:delete_Instruction (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp113 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 …]
Dnv50_ir_lowering_nv50.cpp187 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()
Dnv50_ir_bb.cpp65 delete_Instruction(prog, reinterpret_cast<Instruction *>(it.get())); in ~Function()
Dnv50_ir_lowering_nvc0.cpp67 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()
Dnv50_ir_util.h81 #define delete_Instruction(p, insn) (p)->releaseInstruction(insn) macro
Dnv50_ir_emit_nv50.cpp2198 delete_Instruction(func->getProgram(), epilogue->getExit()); in replaceExitWithModifier()
Dnv50_ir_ra.cpp1783 delete_Instruction(func->getProgram(), *it); in run()