Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp8877 auto SplitLHS = SplitIntoInitAndPostInc(MDL, LHS); in isKnownViaInduction() local
8879 if (SplitLHS.first == getCouldNotCompute()) in isKnownViaInduction()
8881 assert (SplitLHS.second != getCouldNotCompute() && "Unexpected CNC"); in isKnownViaInduction()
8891 if (!isAvailableAtLoopEntry(SplitLHS.first, MDL) || in isKnownViaInduction()
8895 return isLoopEntryGuardedByCond(MDL, Pred, SplitLHS.first, SplitRHS.first) && in isKnownViaInduction()
8896 isLoopBackedgeGuardedByCond(MDL, Pred, SplitLHS.second, 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-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6134 static bool isConcatMask(ArrayRef<int> Mask, EVT VT, bool SplitLHS) { in isConcatMask() argument
6147 if (Mask[I] != I + SplitLHS * Offset) in isConcatMask()