Home
last modified time | relevance | path

Searched refs:isLegalMaskedLoad (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h137 bool isLegalMaskedLoad(Type *DataType, Align Alignment, in isLegalMaskedLoad() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h189 bool isLegalMaskedLoad(Type *DataTy, Align Alignment,
194 return isLegalMaskedLoad(DataTy, Alignment, AddressSpace); in isLegalMaskedStore()
H A DARMTargetTransformInfo.cpp1126 bool ARMTTIImpl::isLegalMaskedLoad(Type *DataTy, Align Alignment, in isLegalMaskedLoad() function in ARMTTIImpl
1605 isLegalMaskedLoad(Src, Alignment, AddressSpace)) in getMaskedMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h169 bool isLegalMaskedLoad(Type *DataType, Align Alignment,
H A DHexagonTargetTransformInfo.cpp349 bool HexagonTTIImpl::isLegalMaskedLoad(Type *DataType, Align /*Alignment*/, in isLegalMaskedLoad() function in HexagonTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h269 bool isLegalMaskedLoad(Type *DataType, Align Alignment,
H A DX86TargetTransformInfo.cpp5408 if ((IsLoad && !isLegalMaskedLoad(SrcVTy, Alignment, AddressSpace)) || in getMaskedMemoryOpCost()
6298 bool X86TTIImpl::isLegalMaskedLoad(Type *DataTy, Align Alignment, in isLegalMaskedLoad() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h271 bool isLegalMaskedLoad(Type *DataType, Align Alignment, in isLegalMaskedLoad() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h307 bool isLegalMaskedLoad(Type *DataType, Align Alignment, in isLegalMaskedLoad() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp474 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType, Align Alignment, in isLegalMaskedLoad() function in TargetTransformInfo
476 return TTIImpl->isLegalMaskedLoad(DataType, Alignment, AddressSpace); in isLegalMaskedLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h811 LLVM_ABI bool isLegalMaskedLoad(Type *DataType, Align Alignment,
H A DTargetTransformInfoImpl.h316 virtual bool isLegalMaskedLoad(Type *DataType, Align Alignment, in isLegalMaskedLoad() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp1127 if (TTI.isLegalMaskedLoad( in optimizeCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1216 bool isLegalMaskedLoad(Type *DataType, Value *Ptr, Align Alignment, in isLegalMaskedLoad() function in llvm::LoopVectorizationCostModel
1219 TTI.isLegalMaskedLoad(DataType, Alignment, AddressSpace); in isLegalMaskedLoad()
2931 return isa<LoadInst>(I) ? !(isLegalMaskedLoad(Ty, Ptr, Alignment, AS) || in isScalarWithPredication()
3137 return isa<LoadInst>(I) ? TTI.isLegalMaskedLoad(Ty, Alignment, AS) in interleavedAccessCanBeWidened()
H A DSLPVectorizer.cpp5941 if (IsMasked && !TTI.isLegalMaskedLoad(LoadVecTy, CommonAlignment, in isMaskedLoadCompress()