Home
last modified time | relevance | path

Searched defs:isLegalMaskedLoad (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h136 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoad() function
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h238 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { isLegalMaskedLoad() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h270 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { isLegalMaskedLoad() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp349 bool HexagonTTIImpl::isLegalMaskedLoad(Type *DataType, Align /*Alignment*/) { in isLegalMaskedLoad() function in HexagonTTIImpl
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1107 bool ARMTTIImpl::isLegalMaskedLoad(Type *DataTy, Align Alignment) { isLegalMaskedLoad() function in ARMTTIImpl
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h268 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { isLegalMaskedLoad() function
H A DTargetTransformInfo.h2371 bool isLegalMaskedLoad(Type *DataType, Align Alignment) override { isLegalMaskedLoad() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp460 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType, isLegalMaskedLoad() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5929 bool X86TTIImpl::isLegalMaskedLoad(Type *DataTy, Align Alignment) { isLegalMaskedLoad() function in X86TTIImpl
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1363 bool isLegalMaskedLoad(Type *DataType, Value *Ptr, Align Alignment) const { isLegalMaskedLoad() function in llvm::LoopVectorizationCostModel