Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSink.cpp35 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function
118 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp551 bool ReachingDefAnalysis::isSafeToMove(MachineInstr *From, in isSafeToMove() function in ReachingDefAnalysis
586 return isSafeToMove<Iterator>(From, To); in isSafeToMoveForwards()
596 return isSafeToMove<Iterator>(From, To); in isSafeToMoveBackwards()
H A DLiveRangeEdit.cpp219 if (!DefMI->isSafeToMove(nullptr, SawStore)) in foldAsLoad()
278 if (!MI->isSafeToMove(nullptr, SawStore)) { in eliminateDeadDef()
H A DDeadMachineInstructionElim.cpp75 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) in isDead()
H A DLiveRangeShrink.cpp155 if (!MI.isSafeToMove(nullptr, SawStore)) { in runOnMachineFunction()
H A DMachineSink.cpp393 if (!MI.isSafeToMove(AA, DontMoveAcrossStore)) { in FindLoopSinkCandidates()
1297 if (!MI.isSafeToMove(AA, SawStore)) in SinkInstruction()
1350 if (!MI.isSafeToMove(AA, Store)) { in SinkInstruction()
H A DTwoAddressInstructionPass.cpp760 if (!MI->isSafeToMove(AA, SeenStore)) in rescheduleMIBelowKill()
944 if (!KillMI->isSafeToMove(AA, SeenStore)) in rescheduleKillAboveMI()
H A DBranchFolding.cpp1872 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
1996 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
H A DEarlyIfConversion.cpp240 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
H A DMachineLICM.cpp961 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
H A DIfConversion.cpp2117 if (!MI.isSafeToMove(nullptr, SawStore)) in MaySpeculate()
H A DMachineInstr.cpp1232 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
H A DModuloSchedule.cpp719 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) { in removeDeadInstructions()
H A DRegisterCoalescer.cpp1291 if (!DefMI->isSafeToMove(AA, SawStore)) in reMaterializeTrivialDef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h261 bool isSafeToMove(MachineInstr *From, MachineInstr *To) const;
H A DMachineInstr.h1608 bool isSafeToMove(AAResults *AA, bool &SawStore) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp313 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, in isSafeToMove() function
872 isSafeToMove(Def, &Use, Insert, AA, MFI, MRI) && in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp421 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp487 if (!MI->isSafeToMove(/*AliasAnalysis=*/nullptr, DontMoveAcrossStores)) in canFoldIntoSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp211 if (!MI.isSafeToMove(/*AA=*/nullptr, SawStore) && !MI.isPHI()) in isTriviallyDead()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1473 if (MI->isInlineAsm() || !MI->isSafeToMove(nullptr, Store)) in removeDeadCode()
H A DHexagonBitSimplify.cpp1012 if (!MI->isPHI() && !MI->isSafeToMove(nullptr, Store)) in runOnNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2302 if (!MI->isSafeToMove(/* AliasAnalysis = */ nullptr, DontMoveAcrossStores)) in canFoldIntoMOVCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4433 if (!DefMI->isSafeToMove(nullptr, SawStore)) in optimizeLoadInstr()