Home
last modified time | relevance | path

Searched defs:RdxDesc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h143 bool isLegalToVectorizeReduction(RecurrenceDescriptor RdxDesc, in isLegalToVectorizeReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1040 RecurrenceDescriptor *RdxDesc = nullptr; variable
1048 VPWidenPHIRecipe(PHINode *Phi, RecurrenceDescriptor &RdxDesc, VPValue &Start) in VPWidenPHIRecipe()
1219 RecurrenceDescriptor *RdxDesc; variable
H A DLoopVectorize.cpp1513 RecurrenceDescriptor RdxDesc = Reduction.second; in canVectorizeReductions() local
4315 static bool useOrderedReductions(RecurrenceDescriptor &RdxDesc) { in useOrderedReductions()
4325 RecurrenceDescriptor RdxDesc = *PhiR->getRecurrenceDescriptor(); in fixReduction() local
4506 void InnerLoopVectorizer::clearReductionWrapFlags(RecurrenceDescriptor &RdxDesc, in clearReductionWrapFlags()
4715 RecurrenceDescriptor *RdxDesc, in widenPHIInstruction()
6243 RecurrenceDescriptor RdxDesc = Legal->getReductionVars()[PN]; in getSmallestAndWidestTypes() local
7143 RecurrenceDescriptor RdxDesc = in getReductionPatternCost() local
7853 RecurrenceDescriptor &RdxDesc = Reduction.second; in collectInLoopReductions() local
8926 RecurrenceDescriptor &RdxDesc = Legal->getReductionVars()[Phi]; in tryToCreateWidenRecipe() local
9307 RecurrenceDescriptor &RdxDesc = Legal->getReductionVars()[Phi]; in adjustRecipesForInLoopReductions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1524 bool AArch64TTIImpl::isLegalToVectorizeReduction(RecurrenceDescriptor RdxDesc, in isLegalToVectorizeReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h718 bool isLegalToVectorizeReduction(RecurrenceDescriptor RdxDesc, in isLegalToVectorizeReduction()
H A DTargetTransformInfo.h2257 bool isLegalToVectorizeReduction(RecurrenceDescriptor RdxDesc, in isLegalToVectorizeReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1001 RecurrenceDescriptor RdxDesc, ElementCount VF) const { in isLegalToVectorizeReduction()