Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h169 bool isLegalMaskedStore(Type *DataType, Align Alignment);
H A DHexagonTargetTransformInfo.cpp356 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore() function in HexagonTTIImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h243 bool isLegalMaskedStore(Type *DataType, Align Alignment);
H A DX86TargetTransformInfo.cpp4856 (IsStore && !isLegalMaskedStore(SrcVTy, Alignment))) { in getMaskedMemoryOpCost()
5894 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function in X86TTIImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h199 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h260 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h189 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore() function
H A DARMTargetTransformInfo.cpp1511 if (Opcode == Instruction::Store && isLegalMaskedStore(Src, Alignment)) in getMaskedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h642 bool isLegalMaskedStore(Type *DataType, Align Alignment) const;
1646 virtual bool isLegalMaskedStore(Type *DataType, Align Alignment) = 0;
2075 bool isLegalMaskedStore(Type *DataType, Align Alignment) override { in isLegalMaskedStore() function
2076 return Impl.isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
H A DTargetTransformInfoImpl.h241 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp393 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() function in TargetTransformInfo
395 return TTIImpl->isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp948 if (TTI.isLegalMaskedStore( in optimizeCallInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1431 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedStore() function in llvm::LoopVectorizationCostModel
1433 TTI.isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
4395 : !(isLegalMaskedStore(Ty, Ptr, Alignment) || in isScalarWithPredication()
4582 : TTI.isLegalMaskedStore(Ty, Alignment); in interleavedAccessCanBeWidened()