Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp113 delete_Instruction(prog, mov); in visit()
142 delete_Instruction(prog, i); in visit()
290 delete_Instruction(prog, ld); in visit()
1076 delete_Instruction(prog, i); in opnd()
1091 delete_Instruction(prog, i); in opnd()
1147 delete_Instruction(prog, i); in opnd()
1188 delete_Instruction(prog, i); in opnd()
1259 delete_Instruction(prog, i); in opnd()
1292 delete_Instruction(prog, i); in opnd()
1324 delete_Instruction(prog, i); in opnd()
[all …]
Dnv50_ir_lowering_gv100.cpp323 delete_Instruction(prog, i); in visit()
479 delete_Instruction(prog, i); in visit()
Dnv50_ir_lowering_nvc0.cpp65 delete_Instruction(prog, ld); in handleDIV()
83 delete_Instruction(prog, i); in handleDIV()
113 delete_Instruction(prog, i); in handleRCPRSQLib()
264 delete_Instruction(prog, lo); in handleShift()
667 delete_Instruction(prog, i); in insertTextureBarriers()
672 delete_Instruction(prog, prev); in insertTextureBarriers()
2378 delete_Instruction(bld.getProgram(), su); in handleSurfaceOpNVE4()
3198 delete_Instruction(prog, i); in handleOUT()
Dnv50_ir_bb.cpp65 delete_Instruction(prog, reinterpret_cast<Instruction *>(it.get())); in ~Function()
Dnv50_ir_util.h81 #define delete_Instruction(p, insn) (p)->releaseInstruction(insn) macro
Dnv50_ir_lowering_nv50.cpp205 delete_Instruction(bld->getProgram(), mul); in expandIntegerMUL()
949 delete_Instruction(prog, i); in handleTXB()
1225 delete_Instruction(prog, i); in handleSELP()
1259 delete_Instruction(prog, i); in handlePRECONT()
Dnv50_ir_emit_nv50.cpp2285 delete_Instruction(func->getProgram(), epilogue->getExit()); in replaceExitWithModifier()
Dnv50_ir_ra.cpp1869 delete_Instruction(func->getProgram(), *it); in run()