Home
last modified time | relevance | path

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/
DARMHazardRecognizer.cpp43 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()
DARMHazardRecognizer.h30 MachineInstr *LastMI = nullptr; variable
DARMConstantIslandPass.cpp1990 MachineInstr *LastMI = &MBB->back(); in optimizeThumb2Branches() local
1991 BBUtils->adjustBBSize(MBB, -LastMI->getDesc().getSize()); in optimizeThumb2Branches()
1992 LastMI->eraseFromParent(); in optimizeThumb2Branches()
DARMBaseInstrInfo.cpp2002 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/
DMachineInstrBundle.cpp112 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 …]
DRegisterCoalescer.cpp2918 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()
DMachinePipeliner.cpp859 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/
DMachineInstrBundle.h29 MachineBasicBlock::instr_iterator LastMI);
DAsmPrinter.h668 mutable const MachineInstr *LastMI = nullptr;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp481 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/
DAsmPrinterInlineAsm.cpp614 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/
DHexagonVLIWPacketizer.cpp1796 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/
DSystemZISelLowering.cpp6891 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()