Home
last modified time | relevance | path

Searched defs:isLegalMaskedStore (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h189 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h215 bool isLegalMaskedStore(Type *DataType, Align Alignment) { isLegalMaskedStore() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h274 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp356 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { isLegalMaskedStore() function in HexagonTTIImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h255 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { isLegalMaskedStore() function
H A DTargetTransformInfo.h2308 bool isLegalMaskedStore(Type *DataType, Align Alignment) override { isLegalMaskedStore() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp445 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, isLegalMaskedStore() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5887 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, Align Alignment) { isLegalMaskedStore() function in X86TTIImpl
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1495 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment) const { isLegalMaskedStore() function in llvm::LoopVectorizationCostModel