Searched refs:matchSimpleRecurrence (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 1140 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 D | RISCVGatherScatterLowering.cpp | 208 if (!matchSimpleRecurrence(Phi, Inc, Start, Step) || in matchStridedRecurrence()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 1242 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 D | ScalarEvolution.cpp | 6428 if (!matchSimpleRecurrence(P, BO, Start, Step)) in getRangeForUnknownRecurrence()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 1025 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) || in optimiseOffsets()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 824 if (matchSimpleRecurrence(&I, PN, Start, Step) && I.hasNoNaNs() && in visitFMul()
|
| H A D | InstCombineAndOrXor.cpp | 2693 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 D | LoopStrengthReduce.cpp | 5816 if (!matchSimpleRecurrence(&PN, BO, Start, Step)) in ImplementSolution() 6808 if (!matchSimpleRecurrence(LHS, ToFold, ToFoldStart, ToFoldStep)) in canFoldTermCondOfLoop()
|