Home
last modified time | relevance | path

Searched defs:getStoreMinimumVF (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h420 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, getStoreMinimumVF() function
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h500 unsigned getStoreMinimumVF(unsigned VF, Type *, Type *) const { return VF; } getStoreMinimumVF() function
H A DTargetTransformInfo.h2588 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, getStoreMinimumVF() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h357 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, getStoreMinimumVF() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp774 unsigned TargetTransformInfo::getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, getStoreMinimumVF() function in TargetTransformInfo