Searched refs:LastMI (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMHazardRecognizer.cpp | 43 if (LastMI && (MCID.TSFlags & ARMII::DomainMask) != ARMII::DomainGeneral) { in getHazardType() 44 MachineInstr *DefMI = LastMI; in getHazardType() 45 const MCInstrDesc &LastMCID = LastMI->getDesc(); in getHazardType() 51 if (!LastMI->isBarrier() && in getHazardType() 52 !(TII.getSubtarget().hasMuxedUnits() && LastMI->mayLoadOrStore()) && in getHazardType() 54 MachineBasicBlock::iterator I = LastMI; in getHazardType() 55 if (I != LastMI->getParent()->begin()) { in getHazardType() 76 LastMI = nullptr; in Reset() 84 LastMI = MI; in EmitInstruction() 94 LastMI = nullptr; in AdvanceCycle()
|
D | ARMHazardRecognizer.h | 30 MachineInstr *LastMI = nullptr; variable
|
D | ARMConstantIslandPass.cpp | 1990 MachineInstr *LastMI = &MBB->back(); in optimizeThumb2Branches() local 1991 BBUtils->adjustBBSize(MBB, -LastMI->getDesc().getSize()); in optimizeThumb2Branches() 1992 LastMI->eraseFromParent(); in optimizeThumb2Branches()
|
D | ARMBaseInstrInfo.cpp | 2002 MachineInstr *LastMI = &*Pred->rbegin(); in isProfitableToIfCvt() local 2003 if (LastMI->getOpcode() == ARM::t2Bcc) { in isProfitableToIfCvt() 2005 MachineInstr *CmpMI = findCMPToFoldIntoCBZ(LastMI, TRI); in isProfitableToIfCvt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 112 MachineBasicBlock::instr_iterator LastMI) { in getDebugLoc() argument 113 for (auto MII = FirstMI; MII != LastMI; ++MII) in getDebugLoc() 127 MachineBasicBlock::instr_iterator LastMI) { in finalizeBundle() argument 128 assert(FirstMI != LastMI && "Empty bundle?"); in finalizeBundle() 129 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() 136 BuildMI(MF, getDebugLoc(FirstMI, LastMI), TII->get(TargetOpcode::BUNDLE)); in finalizeBundle() 148 for (auto MII = FirstMI; MII != LastMI; ++MII) { in finalizeBundle() 231 for (auto MII = FirstMI; MII != LastMI; ++MII) { in finalizeBundle() 248 MachineBasicBlock::instr_iterator LastMI = std::next(FirstMI); in finalizeBundle() local 249 while (LastMI != E && LastMI->isInsideBundle()) in finalizeBundle() [all …]
|
D | RegisterCoalescer.cpp | 2918 MachineInstr *LastMI = in resolveConflicts() local 2920 assert(LastMI && "Range must end at a proper instruction"); in resolveConflicts() 2929 if (&*MI == LastMI) { in resolveConflicts() 2932 LastMI = Indexes->getInstructionFromIndex(TaintExtent[TaintNum].first); in resolveConflicts() 2933 assert(LastMI && "Range must end at a proper instruction"); in resolveConflicts()
|
D | MachinePipeliner.cpp | 859 MachineInstr *LastMI = MRI.getUniqueVRegDef(NewBase); in changeDependences() local 860 if (!LastMI) in changeDependences() 862 SUnit *LastSU = getSUnit(LastMI); in changeDependences()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundle.h | 29 MachineBasicBlock::instr_iterator LastMI);
|
D | AsmPrinter.h | 668 mutable const MachineInstr *LastMI = nullptr;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 481 MachineInstr *LastMI = &*MBB.rbegin(); in propagateBlock() local 482 InstrInfo &LastII = Instructions[LastMI]; in propagateBlock() 485 Worklist.push_back(LastMI); in propagateBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 614 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 616 LastMI = MI; in PrintSpecial()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 1796 MachineBasicBlock::instr_iterator LastMI(EndMI.getInstrIterator()); in endPacket() local 1797 finalizeBundle(*MBB, FirstMI, LastMI); in endPacket()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 6891 MachineInstr *LastMI = Selects.back(); in emitSelect() local 6893 (LastMI->killsRegister(SystemZ::CC) || checkCCKill(*LastMI, MBB)); in emitSelect() 6895 MachineBasicBlock *JoinMBB = splitBlockAfter(LastMI, MBB); in emitSelect()
|