Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp415 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
416 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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()
H A DEarlyIfConversion.cpp222 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
H A DMachineLICM.cpp859 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
860 if (!I.isSafeToMove(AA, DontMoveAcrossStore)) in IsLICMCandidate()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp420 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
421 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp419 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
420 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DBranchFolding.cpp1862 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1863 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
1986 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
1987 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
H A DEarlyIfConversion.cpp237 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
238 if (!MI.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
H A DMachineLICM.cpp970 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
971 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
H A DMachineSink.cpp397 bool DontMoveAcrossStore = true; in FindCycleSinkCandidates() local
398 if (!MI.isSafeToMove(AA, DontMoveAcrossStore)) { in FindCycleSinkCandidates()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchFolding.cpp1907 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1908 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
2031 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
2032 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
H A DEarlyIfConversion.cpp238 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
239 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
H A DMachineLICM.cpp1016 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
1017 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()