Home
last modified time | relevance | path

Searched refs:DontMoveAcrossStore (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp222 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
DBranchFolding.cpp1957 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1958 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
2081 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
2082 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
DMachineLICM.cpp980 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
981 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp421 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
422 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/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()