| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 113 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.h | 164 bool isLegalMaskedStore(Type *DataType, Align Alignment);
|
| H A D | HexagonTargetTransformInfo.cpp | 325 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore() function in HexagonTTIImpl
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 227 bool isLegalMaskedStore(Type *DataType, Align Alignment);
|
| H A D | X86TargetTransformInfo.cpp | 3452 (IsStore && !isLegalMaskedStore(SrcVTy, Alignment)) || in getMaskedMemoryOpCost() 4498 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function in X86TTIImpl
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 241 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 183 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore() function
|
| H A D | ARMTargetTransformInfo.cpp | 1439 if (Opcode == Instruction::Store && isLegalMaskedStore(Src, Alignment)) in getMaskedMemoryOpCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 644 bool isLegalMaskedStore(Type *DataType, Align Alignment) const; 1511 virtual bool isLegalMaskedStore(Type *DataType, Align Alignment) = 0; 1876 bool isLegalMaskedStore(Type *DataType, Align Alignment) override { in isLegalMaskedStore() function 1877 return Impl.isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
|
| H A D | TargetTransformInfoImpl.h | 231 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 375 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() function in TargetTransformInfo 377 return TTIImpl->isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 952 if (TTI.isLegalMaskedStore( in optimizeCallInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1472 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedStore() function in llvm::LoopVectorizationCostModel 1474 TTI.isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore() 5346 : !(isLegalMaskedStore(Ty, Ptr, Alignment) || in isScalarWithPredication() 5392 : TTI.isLegalMaskedStore(Ty, Alignment); in interleavedAccessCanBeWidened()
|