| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VETargetTransformInfo.h | 141 bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.h | 167 bool isLegalMaskedStore(Type *DataType, Align Alignment,
|
| H A D | HexagonTargetTransformInfo.cpp | 342 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/, in isLegalMaskedStore() function in HexagonTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 192 bool isLegalMaskedStore(Type *DataTy, Align Alignment, in isLegalMaskedStore() function
|
| H A D | ARMTargetTransformInfo.cpp | 1608 isLegalMaskedStore(Src, Alignment, AddressSpace)) in getMaskedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 271 bool isLegalMaskedStore(Type *DataType, Align Alignment,
|
| H A D | X86TargetTransformInfo.cpp | 5409 (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 D | RISCVTargetTransformInfo.h | 275 bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 312 bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 469 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 D | TargetTransformInfo.h | 808 LLVM_ABI bool isLegalMaskedStore(Type *DataType, Align Alignment,
|
| H A D | TargetTransformInfoImpl.h | 311 virtual bool isLegalMaskedStore(Type *DataType, Align Alignment, in isLegalMaskedStore() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 1136 if (TTI.isLegalMaskedStore( in optimizeCallInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1208 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()
|