HomeSort by relevance Sort by last modified time
    Searched refs:LastMI (Results 1 - 25 of 46) sorted by null

1 2

  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 44 if (LastMI && (MCID.TSFlags & ARMII::DomainMask) != ARMII::DomainGeneral) {
45 MachineInstr *DefMI = LastMI;
46 const MCInstrDesc &LastMCID = LastMI->getDesc();
52 if (!LastMI->isBarrier() &&
53 !(TII.getSubtarget().hasMuxedUnits() && LastMI->mayLoadOrStore()) &&
55 MachineBasicBlock::iterator I = LastMI;
56 if (I != LastMI->getParent()->begin()) {
77 LastMI = nullptr;
85 LastMI = MI;
95 LastMI = nullptr
    [all...]
ARMHazardRecognizer.h 31 MachineInstr *LastMI;
38 LastMI(nullptr) {}
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.cpp 47 if (LastMI && (MCID.TSFlags & ARMII::DomainMask) != ARMII::DomainGeneral) {
48 MachineInstr *DefMI = LastMI;
49 const MCInstrDesc &LastMCID = LastMI->getDesc();
55 MachineBasicBlock::iterator I = LastMI;
56 if (I != LastMI->getParent()->begin()) {
77 LastMI = 0;
104 LastMI = MI;
114 LastMI = 0;
ARMHazardRecognizer.h 31 MachineInstr *LastMI;
43 TRI(tri), STI(sti), LastMI(0), ITBlockSize(0) {}
  /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...]
  /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)),
AsmPrinterInlineAsm.cpp 519 if (LastMI != MI || LastFn != getFunctionNumber()) {
521 LastMI = MI;
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineInstrBundle.h 23 /// a sequence of instructions starting from FirstMI to LastMI (exclusive).
30 MachineBasicBlock::instr_iterator LastMI);
  /external/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp 287 MachineInstr *LastMI = &*MBB.rbegin();
288 InstrInfo &LastII = Instructions[LastMI];
291 Worklist.push_back(LastMI);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 442 mutable const MachineInstr *LastMI;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 389 if (LastMI != MI || LastFn != getFunctionNumber()) {
391 LastMI = MI;

Completed in 609 milliseconds

1 2