Home
last modified time | relevance | path

Searched refs:getMaximumVF (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h126 unsigned getMaximumVF(unsigned ElemWidth, unsigned Opcode) const;
H A DAMDGPUTargetTransformInfo.cpp334 unsigned GCNTTIImpl::getMaximumVF(unsigned ElemWidth, unsigned Opcode) const { in getMaximumVF() function in GCNTTIImpl
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h958 unsigned getMaximumVF(unsigned ElemWidth, unsigned Opcode) const;
1580 virtual unsigned getMaximumVF(unsigned ElemWidth, unsigned Opcode) const = 0;
2036 unsigned getMaximumVF(unsigned ElemWidth, unsigned Opcode) const override { in getMaximumVF() function
2037 return Impl.getMaximumVF(ElemWidth, Opcode); in getMaximumVF()
H A DTargetTransformInfoImpl.h404 unsigned getMaximumVF(unsigned ElemWidth, unsigned Opcode) const { return 0; } in getMaximumVF() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp609 unsigned TargetTransformInfo::getMaximumVF(unsigned ElemWidth, in getMaximumVF() function in TargetTransformInfo
611 return TTIImpl->getMaximumVF(ElemWidth, Opcode); in getMaximumVF()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp792 unsigned getMaximumVF(unsigned ElemWidth, unsigned Opcode) const { in getMaximumVF() function in llvm::slpvectorizer::BoUpSLP
794 MaxVFOption : TTI->getMaximumVF(ElemWidth, Opcode); in getMaximumVF()
6706 unsigned MaxVF = std::min(R.getMaximumVF(EltSize, Instruction::Store), in vectorizeStores()
6818 MaxVF = std::min(R.getMaximumVF(Sz, S.getOpcode()), MaxVF); in tryToVectorizeList()