Home
last modified time | relevance | path

Searched refs:DontMoveAcrossStore (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp415 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
416 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.cpp1491 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1492 if (!PI->isSafeToMove(TII, 0, DontMoveAcrossStore) || in findHoistingInsertPosAndDeps()
1623 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
1624 if (!TIB->isSafeToMove(TII, 0, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
DMachineLICM.cpp770 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
771 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore)) in IsLICMCandidate()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp222 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
DBranchFolding.cpp1731 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1732 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
1867 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
1868 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
DMachineLICM.cpp859 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
860 if (!I.isSafeToMove(AA, DontMoveAcrossStore)) in IsLICMCandidate()