Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h167 bool isLegalMaskedStore(Type *DataType, Align Alignment);
H A DHexagonTargetTransformInfo.cpp356 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore() function in HexagonTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h215 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h261 bool isLegalMaskedStore(Type *DataType, Align Alignment);
H A DX86TargetTransformInfo.cpp4948 (IsStore && !isLegalMaskedStore(SrcVTy, Alignment))) { in getMaskedMemoryOpCost()
5887 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function in X86TTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h274 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h189 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore() function
H A DARMTargetTransformInfo.cpp1513 if (Opcode == Instruction::Store && isLegalMaskedStore(Src, Alignment)) in getMaskedMemoryOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h755 bool isLegalMaskedStore(Type *DataType, Align Alignment) const;
1837 virtual bool isLegalMaskedStore(Type *DataType, Align Alignment) = 0;
2308 bool isLegalMaskedStore(Type *DataType, Align Alignment) override { in isLegalMaskedStore() function
2309 return Impl.isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
H A DTargetTransformInfoImpl.h255 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp445 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() function in TargetTransformInfo
447 return TTIImpl->isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp940 if (TTI.isLegalMaskedStore( in optimizeCallInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1495 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedStore() function in llvm::LoopVectorizationCostModel
1497 TTI.isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
3978 : !(isLegalMaskedStore(Ty, Ptr, Alignment) || in isScalarWithPredication()
4168 : TTI.isLegalMaskedStore(Ty, Alignment); in interleavedAccessCanBeWidened()