Searched refs:SplitLHS (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 9211 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/ |
D | ScalarEvolution.cpp | 9463 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/ |
D | AArch64ISelLowering.cpp | 5350 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/ |
D | AArch64ISelLowering.cpp | 6982 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/ |
D | AArch64ISelLowering.cpp | 8357 static bool isConcatMask(ArrayRef<int> Mask, EVT VT, bool SplitLHS) { in isConcatMask() argument 8370 if (Mask[I] != I + SplitLHS * Offset) in isConcatMask()
|