Home
last modified time | relevance | path

Searched refs:matchSimpleRecurrence (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h1140 bool matchSimpleRecurrence(const PHINode *P, BinaryOperator *&BO, Value *&Start,
1144 bool matchSimpleRecurrence(const BinaryOperator *I, PHINode *&P, Value *&Start,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp208 if (!matchSimpleRecurrence(Phi, Inc, Start, Step) || in matchStridedRecurrence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1242 if (matchSimpleRecurrence(P, BO, R, L)) { in computeKnownBitsFromOperator()
1877 if (!matchSimpleRecurrence(PN, BO, Start, Step)) in isPowerOfTwoRecurrence()
2276 if (!matchSimpleRecurrence(PN, BO, Start, Step) || in isNonZeroRecurrence()
2949 !matchSimpleRecurrence(PN1, BO1, Start1, Step1) || in getInvertibleOperands()
2950 !matchSimpleRecurrence(PN2, BO2, Start2, Step2)) in getInvertibleOperands()
8090 bool llvm::matchSimpleRecurrence(const PHINode *P, BinaryOperator *&BO, in matchSimpleRecurrence() function in llvm
8147 bool llvm::matchSimpleRecurrence(const BinaryOperator *I, PHINode *&P, in matchSimpleRecurrence() function in llvm
8153 return P && matchSimpleRecurrence(P, BO, Start, Step) && BO == I; in matchSimpleRecurrence()
H A DScalarEvolution.cpp6428 if (!matchSimpleRecurrence(P, BO, Start, Step)) in getRangeForUnknownRecurrence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp1025 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) || in optimiseOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp824 if (matchSimpleRecurrence(&I, PN, Start, Step) && I.hasNoNaNs() && in visitFMul()
H A DInstCombineAndOrXor.cpp2693 if (matchSimpleRecurrence(&I, PN, Start, Step) && DT.dominates(Step, PN)) in visitAnd()
3833 if (matchSimpleRecurrence(&I, PN, Start, Step) && DT.dominates(Step, PN)) in visitOr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5816 if (!matchSimpleRecurrence(&PN, BO, Start, Step)) in ImplementSolution()
6808 if (!matchSimpleRecurrence(LHS, ToFold, ToFoldStart, ToFoldStep)) in canFoldTermCondOfLoop()