Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSink.cpp154 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, in isSafeToMove() function
181 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
/external/llvm/lib/Transforms/Scalar/
DSink.cpp60 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function
150 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
/external/swiftshader/third_party/llvm-7.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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSink.cpp413 if (!MI->isSafeToMove(TII, AA, SawStore)) in SinkInstruction()
555 if (!MI->isSafeToMove(TII, AA, store)) { in SinkInstruction()
DDeadMachineInstructionElim.cpp65 if (!MI->isSafeToMove(TII, 0, SawStore) && !MI->isPHI()) in isDead()
DLiveRangeEdit.cpp234 if (!MI->isSafeToMove(&TII, 0, SawStore)) { in eliminateDeadDefs()
DBranchFolding.cpp1492 if (!PI->isSafeToMove(TII, 0, DontMoveAcrossStore) || in findHoistingInsertPosAndDeps()
1624 if (!TIB->isSafeToMove(TII, 0, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
/external/llvm/lib/CodeGen/
DDeadMachineInstructionElim.cpp73 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) in isDead()
DLiveRangeEdit.cpp198 if (!DefMI->isSafeToMove(nullptr, SawStore)) in foldAsLoad()
254 if (!MI->isSafeToMove(nullptr, SawStore)) { in eliminateDeadDef()
DMachineSink.cpp725 if (!MI.isSafeToMove(AA, SawStore)) in SinkInstruction()
777 if (!MI.isSafeToMove(AA, store)) { in SinkInstruction()
DImplicitNullChecks.cpp276 if (!MI->isSafeToMove(&AA, SawStore) || MI->mayLoad()) in isSafeToHoist()
DTwoAddressInstructionPass.cpp196 if (!MI->isSafeToMove(AA, SeenStore)) in sink3AddrInstruction()
860 if (!MI->isSafeToMove(AA, SeenStore)) in rescheduleMIBelowKill()
1042 if (!KillMI->isSafeToMove(AA, SeenStore)) in rescheduleKillAboveMI()
DEarlyIfConversion.cpp223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DDeadMachineInstructionElim.cpp72 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) in isDead()
DLiveRangeEdit.cpp220 if (!DefMI->isSafeToMove(nullptr, SawStore)) in foldAsLoad()
276 if (!MI->isSafeToMove(nullptr, SawStore)) { in eliminateDeadDef()
DLiveRangeShrink.cpp155 if (!MI.isSafeToMove(nullptr, SawStore)) { in runOnMachineFunction()
DMachineSink.cpp796 if (!MI.isSafeToMove(AA, SawStore)) in SinkInstruction()
847 if (!MI.isSafeToMove(AA, store)) { in SinkInstruction()
DTwoAddressInstructionPass.cpp225 if (!MI->isSafeToMove(AA, SeenStore)) in sink3AddrInstruction()
902 if (!MI->isSafeToMove(AA, SeenStore)) in rescheduleMIBelowKill()
1084 if (!KillMI->isSafeToMove(AA, SeenStore)) in rescheduleKillAboveMI()
DEarlyIfConversion.cpp223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp140 if (!MI.isSafeToMove(/*AA=*/nullptr, SawStore)) in isTriviallyDead()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h471 bool isSafeToMove(const TargetInstrInfo *TII, AliasAnalysis *AA,
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp416 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp422 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1119 bool isSafeToMove(AliasAnalysis *AA, bool &SawStore) const;
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp490 if (!MI->isSafeToMove(/*AliasAnalysis=*/nullptr, DontMoveAcrossStores)) in canFoldIntoSelect()

123