Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVETargetTransformInfo.h139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetTransformInfo.h160 bool isLegalMaskedStore(Type *DataType, Align Alignment);
HDHexagonTargetTransformInfo.cpp343 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore() function in HexagonTTIImpl
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h264 bool isLegalMaskedStore(Type *DataType, Align Alignment);
HDX86TargetTransformInfo.cpp5074 (IsStore && !isLegalMaskedStore(SrcVTy, Alignment))) { in getMaskedMemoryOpCost()
5959 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function in X86TTIImpl
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h274 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.h189 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore() function
HDARMTargetTransformInfo.cpp1525 if (Opcode == Instruction::Store && isLegalMaskedStore(Src, Alignment)) in getMaskedMemoryOpCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.h241 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h779 bool isLegalMaskedStore(Type *DataType, Align Alignment) const;
1903 virtual bool isLegalMaskedStore(Type *DataType, Align Alignment) = 0;
2393 bool isLegalMaskedStore(Type *DataType, Align Alignment) override { in isLegalMaskedStore() function
2394 return Impl.isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
HDTargetTransformInfoImpl.h266 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp459 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() function in TargetTransformInfo
461 return TTIImpl->isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDScalarizeMaskedMemIntrin.cpp1019 if (TTI.isLegalMaskedStore( in optimizeCallInst()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1306 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedStore() function in llvm::LoopVectorizationCostModel
1308 TTI.isLegalMaskedStore(DataType, Alignment); in isLegalMaskedStore()
3330 : !(isLegalMaskedStore(Ty, Ptr, Alignment) || in isScalarWithPredication()
3520 : TTI.isLegalMaskedStore(Ty, Alignment); in interleavedAccessCanBeWidened()