Home
last modified time | relevance | path

Searched refs:isLegalMaskedStore (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h141 bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h167 bool isLegalMaskedStore(Type *DataType, Align Alignment,
H A DHexagonTargetTransformInfo.cpp342 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/, in isLegalMaskedStore() function in HexagonTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h192 bool isLegalMaskedStore(Type *DataTy, Align Alignment, in isLegalMaskedStore() function
H A DARMTargetTransformInfo.cpp1608 isLegalMaskedStore(Src, Alignment, AddressSpace)) in getMaskedMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h271 bool isLegalMaskedStore(Type *DataType, Align Alignment,
H A DX86TargetTransformInfo.cpp5409 (IsStore && !isLegalMaskedStore(SrcVTy, Alignment, AddressSpace))) { in getMaskedMemoryOpCost()
6311 bool X86TTIImpl::isLegalMaskedStore(Type *DataTy, Align Alignment, in isLegalMaskedStore() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h275 bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h312 bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp469 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore() function in TargetTransformInfo
471 return TTIImpl->isLegalMaskedStore(DataType, Alignment, AddressSpace); in isLegalMaskedStore()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h808 LLVM_ABI bool isLegalMaskedStore(Type *DataType, Align Alignment,
H A DTargetTransformInfoImpl.h311 virtual bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp1136 if (TTI.isLegalMaskedStore( in optimizeCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1208 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment, in isLegalMaskedStore() function in llvm::LoopVectorizationCostModel
1211 TTI.isLegalMaskedStore(DataType, Alignment, AddressSpace); in isLegalMaskedStore()
2933 : !(isLegalMaskedStore(Ty, Ptr, Alignment, AS) || in isScalarWithPredication()
3138 : TTI.isLegalMaskedStore(Ty, Alignment, AS); in interleavedAccessCanBeWidened()