Searched refs:matchSimpleRecurrence (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 811 bool matchSimpleRecurrence(const PHINode *P, BinaryOperator *&BO, Value *&Start, 815 bool matchSimpleRecurrence(const BinaryOperator *I, PHINode *&P, Value *&Start,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVGatherScatterLowering.cpp | 196 if (!matchSimpleRecurrence(Phi, Inc, Start, Step) || in matchStridedRecurrence()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 1413 if (matchSimpleRecurrence(P, BO, R, L)) { in computeKnownBitsFromOperator() 2057 if (!matchSimpleRecurrence(PN, BO, Start, Step)) in isPowerOfTwoRecurrence() 2416 if (!matchSimpleRecurrence(PN, BO, Start, Step) || in isNonZeroRecurrence() 2827 !matchSimpleRecurrence(PN1, BO1, Start1, Step1) || in getInvertibleOperands() 2828 !matchSimpleRecurrence(PN2, BO2, Start2, Step2)) in getInvertibleOperands() 6675 bool llvm::matchSimpleRecurrence(const PHINode *P, BinaryOperator *&BO, in matchSimpleRecurrence() function in llvm 6732 bool llvm::matchSimpleRecurrence(const BinaryOperator *I, PHINode *&P, in matchSimpleRecurrence() function in llvm 6738 return P && matchSimpleRecurrence(P, BO, Start, Step) && BO == I; in matchSimpleRecurrence()
|
| H A D | ScalarEvolution.cpp | 6434 if (!matchSimpleRecurrence(P, BO, Start, Step)) in getRangeForUnknownRecurrence()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 1025 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) || in optimiseOffsets()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 764 if (matchSimpleRecurrence(&I, PN, Start, Step) && I.hasNoNaNs() && in visitFMul()
|
| H A D | InstCombineAndOrXor.cpp | 2398 if (matchSimpleRecurrence(&I, PN, Start, Step) && DT.dominates(Step, PN)) in visitAnd() 3377 if (matchSimpleRecurrence(&I, PN, Start, Step) && DT.dominates(Step, PN)) in visitOr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 5695 if (!matchSimpleRecurrence(&PN, BO, Start, Step)) in ImplementSolution()
|