Searched refs:DontMoveAcrossStore (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 415 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local 416 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 1731 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 D | EarlyIfConversion.cpp | 222 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local 223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
H A D | MachineLICM.cpp | 859 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 D | AArch64ConditionalCompares.cpp | 420 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 D | AArch64ConditionalCompares.cpp | 419 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 D | BranchFolding.cpp | 1862 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 D | EarlyIfConversion.cpp | 237 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local 238 if (!MI.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
H A D | MachineLICM.cpp | 970 bool DontMoveAcrossStore = true; in IsLICMCandidate() local 971 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
|
H A D | MachineSink.cpp | 397 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 D | BranchFolding.cpp | 1907 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 D | EarlyIfConversion.cpp | 238 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local 239 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
H A D | MachineLICM.cpp | 1016 bool DontMoveAcrossStore = true; in IsLICMCandidate() local 1017 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
|