Home
last modified time | relevance | path

Searched refs:DeleteMachineInstr (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHazardRecognizer.cpp63 MF->DeleteMachineInstr(NewMI); in getHazardType()
132 MF->DeleteMachineInstr(NewMI); in EmitInstruction()
DHexagonVLIWPacketizer.cpp292 MF.DeleteMachineInstr(ExtMI); in tryAllocateResourcesForConstExt()
888 MF.DeleteMachineInstr(NewMI); in canPromoteToDotNew()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPHIElimination.cpp185 MF.DeleteMachineInstr(I.first); in runOnMachineFunction()
543 MF.DeleteMachineInstr(MPhi); in LowerPHINode()
DMachineCombiner.cpp633 MF->DeleteMachineInstr(InstrPtr); in combineInstructions()
DMachineFunction.cpp381 MachineFunction::DeleteMachineInstr(MachineInstr *MI) { in DeleteMachineInstr() function in MachineFunction
DMachineBasicBlock.cpp157 Parent->getParent()->DeleteMachineInstr(MI); in deleteNode()
DMachinePipeliner.cpp572 MF.DeleteMachineInstr(KV.second); in finishBlock()
2136 MF.DeleteMachineInstr(NewMI); in canUseLastOffsetValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h742 void DeleteMachineInstr(MachineInstr *MI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp1067 MF.DeleteMachineInstr(MIB); in restoreCalleeSavedRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1380 MBB->getParent()->DeleteMachineInstr(&MI); // Remove the old instruction in handleTwoArgFP()