Home
last modified time | relevance | path

Searched refs:matchVectorReduction (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1118 switch (TTI::matchVectorReduction(EEI, RdxOpcode, RdxType, IsPairwise)) { in getUserCost()
H A DTargetTransformInfo.h895 static ReductionKind matchVectorReduction(const ExtractElementInst *ReduxRoot,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1329 TTI::matchVectorReduction(const ExtractElementInst *Root, unsigned &Opcode, in matchVectorReduction() function in TTI