Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp58 MF->deleteMachineInstr(NewMI); in getHazardType()
138 MF->deleteMachineInstr(NewMI); in EmitInstruction()
H A DHexagonVLIWPacketizer.cpp298 MF.deleteMachineInstr(ExtMI); in tryAllocateResourcesForConstExt()
895 MF.deleteMachineInstr(NewMI); in canPromoteToDotNew()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp214 MF.deleteMachineInstr(I.first); in runOnMachineFunction()
651 MF.deleteMachineInstr(MPhi); in LowerPHINode()
H A DMachineCombiner.cpp726 MF->deleteMachineInstr(InstrPtr); in combineInstructions()
H A DMachineFunction.cpp441 void MachineFunction::deleteMachineInstr(MachineInstr *MI) { in deleteMachineInstr() function in MachineFunction
H A DMachineBasicBlock.cpp197 Parent->getParent()->deleteMachineInstr(MI); in deleteNode()
H A DMachinePipeliner.cpp691 MF.deleteMachineInstr(KV.second); in finishBlock()
2596 MF.deleteMachineInstr(NewMI); in canUseLastOffsetValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1013 void deleteMachineInstr(MachineInstr *MI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp1088 MF.deleteMachineInstr(MIB); in popRegsFromStack()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1443 MBB->getParent()->deleteMachineInstr(&MI); // Remove the old instruction in handleTwoArgFP()