Searched defs:getStoreMinimumVF (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.h | 420 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, getStoreMinimumVF() function |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 500 unsigned getStoreMinimumVF(unsigned VF, Type *, Type *) const { return VF; } getStoreMinimumVF() function |
H A D | TargetTransformInfo.h | 2588 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, getStoreMinimumVF() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 357 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, getStoreMinimumVF() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 774 unsigned TargetTransformInfo::getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, getStoreMinimumVF() function in TargetTransformInfo |