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

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

Completed in 2354 milliseconds