Searched defs:isLegalBroadcastLoad (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.h | 299 bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const { isLegalBroadcastLoad() function |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 286 bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const { isLegalBroadcastLoad() function |
H A D | TargetTransformInfo.h | 2380 bool isLegalBroadcastLoad(Type *ElementTy, isLegalBroadcastLoad() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 474 bool TargetTransformInfo::isLegalBroadcastLoad(Type *ElementTy, isLegalBroadcastLoad() function in TargetTransformInfo |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86TargetTransformInfo.cpp | 5998 bool X86TTIImpl::isLegalBroadcastLoad(Type *ElementTy, isLegalBroadcastLoad() function in X86TTIImpl |