/llvm-project/llvm/lib/Target/VE/ |
H A D | VETargetTransformInfo.h | 139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() function
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.h | 189 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore() function
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 241 bool isLegalMaskedStore(Type *DataType, Align Alignment) { isLegalMaskedStore() function
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 274 bool isLegalMaskedStore(Type *DataType, Align Alignment) { isLegalMaskedStore() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 343 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore() function in HexagonTTIImpl
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 264 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { isLegalMaskedStore() function
|
H A D | TargetTransformInfo.h | 2368 bool isLegalMaskedStore(Type *DataType, Align Alignment) override { isLegalMaskedStore() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 455 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, isLegalMaskedStore() function in TargetTransformInfo
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5959 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, Align Alignment) { isLegalMaskedStore() function in X86TTIImpl
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1356 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment) const { isLegalMaskedStore() function in llvm::LoopVectorizationCostModel
|