Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h299 bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const { isLegalBroadcastLoad() function
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h286 bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const { isLegalBroadcastLoad() function
H A DTargetTransformInfo.h2380 bool isLegalBroadcastLoad(Type *ElementTy, isLegalBroadcastLoad() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp474 bool TargetTransformInfo::isLegalBroadcastLoad(Type *ElementTy, isLegalBroadcastLoad() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5998 bool X86TTIImpl::isLegalBroadcastLoad(Type *ElementTy, isLegalBroadcastLoad() function in X86TTIImpl