Home
last modified time | relevance | path

Searched refs:copyImplicitOps (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp81 .copyImplicitOps(*I); in processBlock()
95 .copyImplicitOps(*I); in processBlock()
110 .copyImplicitOps(*I); in processBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h303 copyImplicitOps(const MachineInstr &OtherMI) const { in copyImplicitOps() function
304 MI->copyImplicitOps(*MF, OtherMI); in copyImplicitOps()
DMachineInstr.h1503 void copyImplicitOps(MachineFunction &MF, const MachineInstr &MI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFixupVectorISel.cpp210 NewGlob->copyImplicitOps(MF, MI); in fixupGlobalSaddr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp277 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI); in ExpandMI()
DX86InstrInfo.cpp2466 MIB.copyImplicitOps(TailCall); // Regmask and (imp-used) parameters. in replaceBranchWithTailCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp527 NewMI.copyImplicitOps(MI); in optimizeSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp675 MIB.copyImplicitOps(*I); in genInstrWithNewOpc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp1056 MIB.copyImplicitOps(*MI); in restoreCalleeSavedRegisters()
DARMLoadStoreOptimizer.cpp1958 PrevMI.copyImplicitOps(*MBB.getParent(), *MBBI); in MergeReturnIntoLDM()
1994 .copyImplicitOps(*MBBI); in CombineMovBx()
DARMFrameLowering.cpp1127 MIB.copyImplicitOps(*MI); in emitPopInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp729 NewI->copyImplicitOps(MF, *RetI); in insertEpilogueInBlock()
1326 DeallocCall->copyImplicitOps(MF, *It); in insertCSRRestoresInBlock()
DHexagonInstrInfo.cpp1021 std::prev(MBBI)->copyImplicitOps(*MBB.getParent(), MI); in expandPostRAPseudo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1398 void MachineInstr::copyImplicitOps(MachineFunction &MF, in copyImplicitOps() function in MachineInstr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1350 .copyImplicitOps(*MBBI); in InsertReturnAddressAuth()
DAArch64InstrInfo.cpp6274 .copyImplicitOps(*MBBAUT); in signOutlinedFunction()