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

1 2

  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 113 MachineInstr *insertFaultingLoad(MachineInstr *LoadMI, MachineBasicBlock *MBB,
480 /// Wrap a machine load instruction, LoadMI, into a FAULTING_LOAD_OP machine
481 /// instruction. The FAULTING_LOAD_OP instruction does the same load as LoadMI
485 ImplicitNullChecks::insertFaultingLoad(MachineInstr *LoadMI,
492 unsigned NumDefs = LoadMI->getDesc().getNumDefs();
497 DefReg = LoadMI->defs().begin()->getReg();
498 assert(std::distance(LoadMI->defs().begin(), LoadMI->defs().end()) == 1 &&
504 .addImm(LoadMI->getOpcode());
506 for (auto &MO : LoadMI->uses()
    [all...]
TargetInstrInfo.cpp 780 MachineInstr &LoadMI,
782 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!");
796 isLoadFromStackSlot(LoadMI, FrameIndex)) {
803 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS);
810 NewMI->setMemRefs(LoadMI.memoperands_begin(), LoadMI.memoperands_end());
815 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(),
816 E = LoadMI.memoperands_end();
    [all...]
InlineSpiller.cpp 203 MachineInstr *LoadMI = nullptr);
724 /// @param LoadMI Load instruction to use instead of stack slot when non-null.
728 MachineInstr *LoadMI) {
758 if (LoadMI && MO.isDef())
768 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 334 MachineInstr* LoadMI) const {
335 assert(LoadMI->getDesc().canFoldAsLoad() && "LoadMI isn't foldable!");
344 MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI);
350 NewMI->setMemRefs(LoadMI->memoperands_begin(),
351 LoadMI->memoperands_end());
InlineSpiller.cpp 178 MachineInstr *LoadMI = 0);
    [all...]
VirtRegRewriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 430 MachineInstr* LoadMI) const;
449 MachineInstr* LoadMI) const {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 212 MachineBasicBlock::iterator InsertPt, MachineInstr &LoadMI,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 276 MachineInstr* LoadMI) const;
X86InstrInfo.cpp     [all...]
X86FastISel.cpp 548 MachineInstrBuilder LoadMI =
550 addFullAddress(LoadMI, StubAM);
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp     [all...]
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 377 MachineBasicBlock::iterator InsertPt, MachineInstr &LoadMI,
X86MCInstLower.cpp     [all...]
X86InstrInfo.cpp     [all...]

Completed in 863 milliseconds

1 2