Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10831 auto SplitLHS = SplitIntoInitAndPostInc(MDL, LHS); in isKnownViaInduction() local
10833 if (SplitLHS.first == getCouldNotCompute()) in isKnownViaInduction()
10835 assert (SplitLHS.second != getCouldNotCompute() && "Unexpected CNC"); in isKnownViaInduction()
10845 if (!isAvailableAtLoopEntry(SplitLHS.first, MDL) || in isKnownViaInduction()
10851 return isLoopBackedgeGuardedByCond(MDL, Pred, SplitLHS.second, in isKnownViaInduction()
10853 isLoopEntryGuardedByCond(MDL, Pred, SplitLHS.first, SplitRHS.first); in isKnownViaInduction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11680 static bool isConcatMask(ArrayRef<int> Mask, EVT VT, bool SplitLHS) { in isConcatMask() argument
11693 if (Mask[I] != I + SplitLHS * Offset) in isConcatMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22150 auto SplitLHS = DAG.SplitScalar(DAG.getBitcast(IntVT, MaskBits(LHS)), DL, in LowerVectorAllEqual() local
22155 DAG.getNode(ISD::XOR, DL, MVT::i32, SplitLHS.first, SplitRHS.first); in LowerVectorAllEqual()
22157 DAG.getNode(ISD::XOR, DL, MVT::i32, SplitLHS.second, SplitRHS.second); in LowerVectorAllEqual()