HomeSort by: relevance | last modified time | path
    Searched refs:copyImplicitOps (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64LowerHomogeneousPrologEpilog.cpp 454 .copyImplicitOps(MI)
455 .copyImplicitOps(*Return);
466 .copyImplicitOps(MI);
536 .copyImplicitOps(MI)
548 .copyImplicitOps(MI);
AArch64SLSHardening.cpp 366 BL->copyImplicitOps(MF, BLR);
AArch64FrameLowering.cpp 1632 .copyImplicitOps(*MBBI);
AArch64InstrInfo.cpp 7157 .copyImplicitOps(*MBBAUT);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 315 copyImplicitOps(const MachineInstr &OtherMI) const {
316 MI->copyImplicitOps(*MF, OtherMI);
MachineInstr.h 1671 void copyImplicitOps(MachineFunction &MF, const MachineInstr &MI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSLSHardening.cpp 328 BL->copyImplicitOps(MF, IndirectCall);
Thumb1FrameLowering.cpp 1058 MIB.copyImplicitOps(*MI);
ARMLoadStoreOptimizer.cpp 2061 PrevMI.copyImplicitOps(*MBB.getParent(), *MBBI);
2097 .copyImplicitOps(*MBBI);
ARMFrameLowering.cpp 1228 MIB.copyImplicitOps(*MI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kExpandPseudo.cpp 238 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI);
M68kInstrInfo.cpp 537 .copyImplicitOps(*MIB);
544 .copyImplicitOps(*MIB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 569 MIB->copyImplicitOps(*MBB.getParent(), *MovX);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 527 NewMI.copyImplicitOps(MI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 676 MIB.copyImplicitOps(*I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp 1041 NewMI->copyImplicitOps(*MF, *MI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 362 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI);
X86InstrInfo.cpp 2943 MIB.copyImplicitOps(TailCall); // Regmask and (imp-used) parameters.
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 855 NewI->copyImplicitOps(MF, *RetI);
1477 DeallocCall->copyImplicitOps(MF, *It);
HexagonInstrInfo.cpp 1040 std::prev(MBBI)->copyImplicitOps(*MBB.getParent(), MI);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 1486 /// copyImplicitOps - Copy implicit register operands from specified
1488 void MachineInstr::copyImplicitOps(MachineFunction &MF,

Completed in 189 milliseconds