HomeSort by relevance Sort by last modified time
    Searched refs:copyImplicitOps (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp 86 .copyImplicitOps(*I);
100 .copyImplicitOps(*I);
115 .copyImplicitOps(*I);
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 235 copyImplicitOps(const MachineInstr &OtherMI) const {
236 MI->copyImplicitOps(*MF, OtherMI);
MachineInstr.h     [all...]
  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 138 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 510 /// copyImplicitOps - Copy implicit register operands from specified
512 void copyImplicitOps(const MachineInstr *MI);
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 463 MIB.copyImplicitOps(*I);
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 530 NewMI.copyImplicitOps(MI);
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 638 MIB.copyImplicitOps(*MI);
ARMLoadStoreOptimizer.cpp     [all...]
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 648 NewI->copyImplicitOps(MF, *RetI);
    [all...]
HexagonInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFrameLowering.cpp 663 MIB->copyImplicitOps(&*MI);
    [all...]
ARMLoadStoreOptimizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp     [all...]
RegisterCoalescer.cpp 853 NewMI->copyImplicitOps(CopyMI);
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 225 milliseconds