Home
last modified time | relevance | path

Searched refs:SplitLHS (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9211 auto SplitLHS = SplitIntoInitAndPostInc(MDL, LHS); in isKnownViaInduction() local
9213 if (SplitLHS.first == getCouldNotCompute()) in isKnownViaInduction()
9215 assert (SplitLHS.second != getCouldNotCompute() && "Unexpected CNC"); in isKnownViaInduction()
9225 if (!isAvailableAtLoopEntry(SplitLHS.first, MDL) || in isKnownViaInduction()
9229 return isLoopEntryGuardedByCond(MDL, Pred, SplitLHS.first, SplitRHS.first) && in isKnownViaInduction()
9230 isLoopBackedgeGuardedByCond(MDL, Pred, SplitLHS.second, in isKnownViaInduction()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp9463 auto SplitLHS = SplitIntoInitAndPostInc(MDL, LHS); in isKnownViaInduction() local
9465 if (SplitLHS.first == getCouldNotCompute()) in isKnownViaInduction()
9467 assert (SplitLHS.second != getCouldNotCompute() && "Unexpected CNC"); in isKnownViaInduction()
9477 if (!isAvailableAtLoopEntry(SplitLHS.first, MDL) || in isKnownViaInduction()
9483 return isLoopBackedgeGuardedByCond(MDL, Pred, SplitLHS.second, in isKnownViaInduction()
9485 isLoopEntryGuardedByCond(MDL, Pred, SplitLHS.first, SplitRHS.first); in isKnownViaInduction()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5350 static bool isConcatMask(ArrayRef<int> Mask, EVT VT, bool SplitLHS) { in isConcatMask() argument
5363 if (Mask[I] != I + SplitLHS * Offset) in isConcatMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6982 static bool isConcatMask(ArrayRef<int> Mask, EVT VT, bool SplitLHS) { in isConcatMask() argument
6995 if (Mask[I] != I + SplitLHS * Offset) in isConcatMask()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8357 static bool isConcatMask(ArrayRef<int> Mask, EVT VT, bool SplitLHS) { in isConcatMask() argument
8370 if (Mask[I] != I + SplitLHS * Offset) in isConcatMask()