Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h811 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 DRISCVGatherScatterLowering.cpp196 if (!matchSimpleRecurrence(Phi, Inc, Start, Step) || in matchStridedRecurrence()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp1413 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 DScalarEvolution.cpp6434 if (!matchSimpleRecurrence(P, BO, Start, Step)) in getRangeForUnknownRecurrence()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp1025 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) || in optimiseOffsets()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp764 if (matchSimpleRecurrence(&I, PN, Start, Step) && I.hasNoNaNs() && in visitFMul()
H A DInstCombineAndOrXor.cpp2398 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 DLoopStrengthReduce.cpp5695 if (!matchSimpleRecurrence(&PN, BO, Start, Step)) in ImplementSolution()