/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | Sink.cpp | 154 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, in isSafeToMove() function 181 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
|
/external/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()
|
/external/llvm/lib/CodeGen/ |
D | DeadMachineInstructionElim.cpp | 73 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) in isDead()
|
D | LiveRangeEdit.cpp | 198 if (!DefMI->isSafeToMove(nullptr, SawStore)) in foldAsLoad() 254 if (!MI->isSafeToMove(nullptr, SawStore)) { in eliminateDeadDef()
|
D | MachineSink.cpp | 725 if (!MI.isSafeToMove(AA, SawStore)) in SinkInstruction() 777 if (!MI.isSafeToMove(AA, store)) { in SinkInstruction()
|
D | ImplicitNullChecks.cpp | 276 if (!MI->isSafeToMove(&AA, SawStore) || MI->mayLoad()) in isSafeToHoist()
|
D | TwoAddressInstructionPass.cpp | 196 if (!MI->isSafeToMove(AA, SeenStore)) in sink3AddrInstruction() 860 if (!MI->isSafeToMove(AA, SeenStore)) in rescheduleMIBelowKill() 1042 if (!KillMI->isSafeToMove(AA, SeenStore)) in rescheduleKillAboveMI()
|
D | EarlyIfConversion.cpp | 223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
D | BranchFolding.cpp | 1732 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps() 1868 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
|
D | MachineLICM.cpp | 860 if (!I.isSafeToMove(AA, DontMoveAcrossStore)) in IsLICMCandidate()
|
D | IfConversion.cpp | 1594 if (!MI.isSafeToMove(nullptr, SawStore)) in MaySpeculate()
|
D | MachineInstr.cpp | 1512 bool MachineInstr::isSafeToMove(AliasAnalysis *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineSink.cpp | 413 if (!MI->isSafeToMove(TII, AA, SawStore)) in SinkInstruction() 555 if (!MI->isSafeToMove(TII, AA, store)) { in SinkInstruction()
|
D | DeadMachineInstructionElim.cpp | 65 if (!MI->isSafeToMove(TII, 0, SawStore) && !MI->isPHI()) in isDead()
|
D | LiveRangeEdit.cpp | 234 if (!MI->isSafeToMove(&TII, 0, SawStore)) { in eliminateDeadDefs()
|
D | BranchFolding.cpp | 1492 if (!PI->isSafeToMove(TII, 0, DontMoveAcrossStore) || in findHoistingInsertPosAndDeps() 1624 if (!TIB->isSafeToMove(TII, 0, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
|
D | MachineInstr.cpp | 1158 bool MachineInstr::isSafeToMove(const TargetInstrInfo *TII, in isSafeToMove() function in MachineInstr 1191 !isSafeToMove(TII, AA, SawStore)) in isSafeToReMat()
|
D | MachineLICM.cpp | 771 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore)) in IsLICMCandidate()
|
D | TwoAddressInstructionPass.cpp | 186 if (!MI->isSafeToMove(TII, AA, SeenStore)) in Sink3AddrInstruction()
|
D | RegisterCoalescer.cpp | 818 if (!DefMI->isSafeToMove(TII, AA, SawStore)) in ReMaterializeTrivialDef()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstr.h | 471 bool isSafeToMove(const TargetInstrInfo *TII, AliasAnalysis *AA,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 416 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1119 bool isSafeToMove(AliasAnalysis *AA, bool &SawStore) const;
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 490 if (!MI->isSafeToMove(/*AliasAnalysis=*/nullptr, DontMoveAcrossStores)) in canFoldIntoSelect()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 1442 if (MI->isInlineAsm() || !MI->isSafeToMove(nullptr, Store)) in removeDeadCode()
|