Home
last modified time | relevance | path

Searched refs:getLastNonDebugInstr (Results 1 – 25 of 99) sorted by relevance

1234

/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp61 I != ReturnMBB.getLastNonDebugInstr()) in processBlock()
72 for (MachineBasicBlock::iterator J = (*PI)->getLastNonDebugInstr();;) { in processBlock()
DPPCCTRLoops.cpp189 I = MBB->getLastNonDebugInstr(); in verifyCTRBranch()
/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp66 I != ReturnMBB.getLastNonDebugInstr()) in processBlock()
77 for (MachineBasicBlock::iterator J = (*PI)->getLastNonDebugInstr();;) { in processBlock()
DPPCFrameLowering.cpp1349 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
1354 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
1358 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
1362 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
1367 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
1371 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp61 I != ReturnMBB.getLastNonDebugInstr()) in processBlock()
72 for (MachineBasicBlock::iterator J = (*PI)->getLastNonDebugInstr();;) { in processBlock()
DPPCCTRLoops.cpp189 I = MBB->getLastNonDebugInstr(); in verifyCTRBranch()
/external/llvm-project/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp362 auto Last = MBB->getLastNonDebugInstr(); in getLiveInUses()
491 auto Last = MBB->getLastNonDebugInstr(); in isRegDefinedAfter()
510 auto Last = MBB->getLastNonDebugInstr(); in isReachingDefLiveOut()
531 auto Last = MBB->getLastNonDebugInstr(); in getLocalLiveOutMIDef()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp137 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in restoreStatusRegister()
164 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
512 MBBI = MBB.getLastNonDebugInstr(); in runOnMachineFunction()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h489 iterator getLastNonDebugInstr();
490 const_iterator getLastNonDebugInstr() const {
491 return const_cast<MachineBasicBlock *>(this)->getLastNonDebugInstr();
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp196 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in analyzeBranch()
306 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in RemoveBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h569 iterator getLastNonDebugInstr();
570 const_iterator getLastNonDebugInstr() const {
571 return const_cast<MachineBasicBlock *>(this)->getLastNonDebugInstr();
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp195 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in analyzeBranch()
309 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in removeBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp195 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in analyzeBranch()
309 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in removeBranch()
/external/llvm/lib/Target/AArch64/
DAArch64RedundantCopyElimination.cpp90 MachineBasicBlock::iterator CompBr = PredMBB->getLastNonDebugInstr(); in optimizeCopy()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h665 iterator getLastNonDebugInstr();
666 const_iterator getLastNonDebugInstr() const {
667 return const_cast<MachineBasicBlock *>(this)->getLastNonDebugInstr();
/external/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp88 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp181 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp180 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp180 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp156 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
524 MBBI = MBB.getLastNonDebugInstr(); in runOnMachineFunction()
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp130 auto LastMI = MBB.getLastNonDebugInstr(); in getFirstEpilogueInst()
/external/llvm/lib/CodeGen/
DBranchFolding.cpp320 MachineBasicBlock::const_iterator I = MBB.getLastNonDebugInstr(); in HashEndOfMBB()
1199 MachineBasicBlock::iterator MBB1I = MBB1->getLastNonDebugInstr(); in IsBetterFallthrough()
1200 MachineBasicBlock::iterator MBB2I = MBB2->getLastNonDebugInstr(); in IsBetterFallthrough()
1215 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in getBranchDebugLoc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp245 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in analyzeBranch()
308 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in removeBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEFrameLowering.cpp271 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp113 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()

1234