Searched refs:isLegalBroadcastLoad (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 275 bool isLegalBroadcastLoad(Type *ElementTy,
|
| H A D | X86TargetTransformInfo.cpp | 2249 assert(isLegalBroadcastLoad(SrcTy->getElementType(), in getShuffleCost() 6359 bool X86TTIImpl::isLegalBroadcastLoad(Type *ElementTy, in isLegalBroadcastLoad() function in X86TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 338 bool isLegalBroadcastLoad(Type *ElementTy, in isLegalBroadcastLoad() function
|
| H A D | AArch64TargetTransformInfo.cpp | 5643 isLegalBroadcastLoad(SrcTy->getElementType(), in getShuffleCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 488 bool TargetTransformInfo::isLegalBroadcastLoad(Type *ElementTy, in isLegalBroadcastLoad() function in TargetTransformInfo 490 return TTIImpl->isLegalBroadcastLoad(ElementTy, NumElements); in isLegalBroadcastLoad()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 821 LLVM_ABI bool isLegalBroadcastLoad(Type *ElementTy,
|
| H A D | TargetTransformInfoImpl.h | 335 virtual bool isLegalBroadcastLoad(Type *ElementTy, in isLegalBroadcastLoad() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2213 if (R.TTI->isLegalBroadcastLoad(V1->getType(), in getShallowScore() 8339 bool IsLegalBroadcastLoad = TTI->isLegalBroadcastLoad( in tryToVectorizeGatheredLoads()
|