Home
last modified time | relevance | path

Searched refs:isSafeToMove (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSink.cpp60 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function
150 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeEdit.cpp219 if (!DefMI->isSafeToMove(nullptr, SawStore)) in foldAsLoad()
277 if (!MI->isSafeToMove(nullptr, SawStore)) { in eliminateDeadDef()
DDeadMachineInstructionElim.cpp72 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) in isDead()
DLiveRangeShrink.cpp155 if (!MI.isSafeToMove(nullptr, SawStore)) { in runOnMachineFunction()
DTwoAddressInstructionPass.cpp224 if (!MI->isSafeToMove(AA, SeenStore)) in sink3AddrInstruction()
900 if (!MI->isSafeToMove(AA, SeenStore)) in rescheduleMIBelowKill()
1085 if (!KillMI->isSafeToMove(AA, SeenStore)) in rescheduleKillAboveMI()
DMachineSink.cpp880 if (!MI.isSafeToMove(AA, SawStore)) in SinkInstruction()
932 if (!MI.isSafeToMove(AA, store)) { in SinkInstruction()
DBranchFolding.cpp1908 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
2032 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
DEarlyIfConversion.cpp239 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
DMachineLICM.cpp1017 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
DMachineInstr.cpp1162 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
DIfConversion.cpp2117 if (!MI.isSafeToMove(nullptr, SawStore)) in MaySpeculate()
DModuloSchedule.cpp720 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) { in removeDeadInstructions()
DRegisterCoalescer.cpp1265 if (!DefMI->isSafeToMove(AA, SawStore)) in reMaterializeTrivialDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp316 static bool isSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in isSafeToMove() function
857 bool CanMove = SameBlock && isSafeToMove(Def, Insert, AA, MRI) && in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp163 if (!MI.isSafeToMove(/*AA=*/nullptr, SawStore) && !MI.isPHI()) in isTriviallyDead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp421 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp487 if (!MI->isSafeToMove(/*AliasAnalysis=*/nullptr, DontMoveAcrossStores)) in canFoldIntoSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1440 bool isSafeToMove(AAResults *AA, bool &SawStore) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1477 if (MI->isInlineAsm() || !MI->isSafeToMove(nullptr, Store)) in removeDeadCode()
DHexagonBitSimplify.cpp1011 if (!MI->isPHI() && !MI->isSafeToMove(nullptr, Store)) in runOnNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp203 if (!LocalMI.isSafeToMove(nullptr, Store)) in flushLocalValueMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2204 if (!MI->isSafeToMove(/* AliasAnalysis = */ nullptr, DontMoveAcrossStores)) in canFoldIntoMOVCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp3839 if (!DefMI->isSafeToMove(nullptr, SawStore)) in optimizeLoadInstr()