HomeSort by relevance Sort by last modified time
    Searched defs:LastMI (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.h 31 MachineInstr *LastMI;
38 LastMI(nullptr) {}
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.h 31 MachineInstr *LastMI;
43 TRI(tri), STI(sti), LastMI(0), ITBlockSize(0) {}
  /external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.cpp 130 auto LastMI = MBB.getLastNonDebugInstr();
131 if (LastMI == MBB.end() || !LastMI->isReturn())
135 DebugLoc LastLoc = LastMI->getDebugLoc();
136 auto Res = LastMI;
137 for (MachineBasicBlock::const_reverse_iterator I(std::next(LastMI)),
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 442 mutable const MachineInstr *LastMI;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 515 mutable const MachineInstr *LastMI;
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 108 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
115 MachineBasicBlock::instr_iterator LastMI) {
116 assert(FirstMI != LastMI && "Empty bundle?");
117 MIBundleBuilder Bundle(MBB, FirstMI, LastMI);
136 for (; FirstMI != LastMI; ++FirstMI) {
227 MachineBasicBlock::instr_iterator LastMI = std::next(FirstMI);
228 while (LastMI != E && LastMI->isInsideBundle())
229 ++LastMI;
230 finalizeBundle(MBB, FirstMI, LastMI);
    [all...]
RegisterCoalescer.cpp     [all...]
MachinePipeliner.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp 287 MachineInstr *LastMI = &*MBB.rbegin();
288 InstrInfo &LastII = Instructions[LastMI];
291 Worklist.push_back(LastMI);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 581 mutable const MachineInstr *LastMI = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 581 mutable const MachineInstr *LastMI = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 581 mutable const MachineInstr *LastMI = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 581 mutable const MachineInstr *LastMI = nullptr;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 581 mutable const MachineInstr *LastMI = nullptr;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 581 mutable const MachineInstr *LastMI = nullptr;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 581 mutable const MachineInstr *LastMI = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 581 mutable const MachineInstr *LastMI = nullptr;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 101 LastMI(0), LastFn(0), Counter(~0U), SetCounter(0) {
652 const MachineInstr *LastMI = 0;
659 LastMI = II;
720 bool RequiresNoop = LastMI && LastMI->isPrologLabel();
    [all...]
DwarfDebug.cpp     [all...]

Completed in 3595 milliseconds