/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 60 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/ |
D | LiveRangeEdit.cpp | 219 if (!DefMI->isSafeToMove(nullptr, SawStore)) in foldAsLoad() 277 if (!MI->isSafeToMove(nullptr, SawStore)) { in eliminateDeadDef()
|
D | DeadMachineInstructionElim.cpp | 72 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) in isDead()
|
D | LiveRangeShrink.cpp | 155 if (!MI.isSafeToMove(nullptr, SawStore)) { in runOnMachineFunction()
|
D | TwoAddressInstructionPass.cpp | 224 if (!MI->isSafeToMove(AA, SeenStore)) in sink3AddrInstruction() 900 if (!MI->isSafeToMove(AA, SeenStore)) in rescheduleMIBelowKill() 1085 if (!KillMI->isSafeToMove(AA, SeenStore)) in rescheduleKillAboveMI()
|
D | MachineSink.cpp | 880 if (!MI.isSafeToMove(AA, SawStore)) in SinkInstruction() 932 if (!MI.isSafeToMove(AA, store)) { in SinkInstruction()
|
D | BranchFolding.cpp | 1908 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps() 2032 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
|
D | EarlyIfConversion.cpp | 239 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
D | MachineLICM.cpp | 1017 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
|
D | MachineInstr.cpp | 1162 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
|
D | IfConversion.cpp | 2117 if (!MI.isSafeToMove(nullptr, SawStore)) in MaySpeculate()
|
D | ModuloSchedule.cpp | 720 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) { in removeDeadInstructions()
|
D | RegisterCoalescer.cpp | 1265 if (!DefMI->isSafeToMove(AA, SawStore)) in reMaterializeTrivialDef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 316 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/ |
D | Utils.cpp | 163 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/ |
D | AArch64ConditionalCompares.cpp | 421 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 487 if (!MI->isSafeToMove(/*AliasAnalysis=*/nullptr, DontMoveAcrossStores)) in canFoldIntoSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1440 bool isSafeToMove(AAResults *AA, bool &SawStore) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 1477 if (MI->isInlineAsm() || !MI->isSafeToMove(nullptr, Store)) in removeDeadCode()
|
D | HexagonBitSimplify.cpp | 1011 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/ |
D | FastISel.cpp | 203 if (!LocalMI.isSafeToMove(nullptr, Store)) in flushLocalValueMap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 2204 if (!MI->isSafeToMove(/* AliasAnalysis = */ nullptr, DontMoveAcrossStores)) in canFoldIntoMOVCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3839 if (!DefMI->isSafeToMove(nullptr, SawStore)) in optimizeLoadInstr()
|