Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp281 MI->getParent()->getParent()->DeleteMachineInstr(PseudoMI); in reserveResourcesForConstExt()
283 MI->getParent()->getParent()->DeleteMachineInstr(PseudoMI); in reserveResourcesForConstExt()
297 MF->DeleteMachineInstr(PseudoMI); in canReserveResourcesForConstExt()
311 MI->getParent()->getParent()->DeleteMachineInstr(PseudoMI); in tryAllocateResourcesForConstExt()
314 MI->getParent()->getParent()->DeleteMachineInstr(PseudoMI); in tryAllocateResourcesForConstExt()
773 MI->getParent()->getParent()->DeleteMachineInstr(NewMI); in CanPromoteToDotNew()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPHIElimination.cpp167 MF.DeleteMachineInstr(I->first); in runOnMachineFunction()
523 MF.DeleteMachineInstr(MPhi); in LowerPHINode()
H A DMachineCombiner.cpp397 MF->DeleteMachineInstr((MachineInstr *)InstrPtr); in combineInstructions()
H A DMachineFunction.cpp203 MachineFunction::DeleteMachineInstr(MachineInstr *MI) { in DeleteMachineInstr() function in MachineFunction
H A DMachineBasicBlock.cpp141 Parent->getParent()->DeleteMachineInstr(MI); in deleteNode()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h399 void DeleteMachineInstr(MachineInstr *MI);
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp539 MF.DeleteMachineInstr(MIB); in restoreCalleeSavedRegisters()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp1092 MF.DeleteMachineInstr(DummyOp); in runOnMachineFunction()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1235 MBB->getParent()->DeleteMachineInstr(MI); // Remove the old instruction in handleTwoArgFP()