Searched refs:delete_Instruction (Results 1 – 8 of 8) sorted by relevance
/third_party/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() 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 …]
|
D | nv50_ir_lowering_gv100.cpp | 323 delete_Instruction(prog, i); in visit() 479 delete_Instruction(prog, i); in visit()
|
D | nv50_ir_lowering_nvc0.cpp | 65 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()
|
D | nv50_ir_bb.cpp | 65 delete_Instruction(prog, reinterpret_cast<Instruction *>(it.get())); in ~Function()
|
D | nv50_ir_util.h | 81 #define delete_Instruction(p, insn) (p)->releaseInstruction(insn) macro
|
D | nv50_ir_lowering_nv50.cpp | 205 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()
|
D | nv50_ir_emit_nv50.cpp | 2285 delete_Instruction(func->getProgram(), epilogue->getExit()); in replaceExitWithModifier()
|
D | nv50_ir_ra.cpp | 1869 delete_Instruction(func->getProgram(), *it); in run()
|