Return true if the target supports masked stores of the given type.
Declared in <llvm/Analysis/TargetTransformInfoImpl.h>
virtual
bool
isLegalMaskedStore(
Type* DataType,
Align Alignment,
unsigned int AddressSpace,
TTI::MaskKind MaskKind) const;
True if the target supports masked store.
| Name | Description |
|---|---|
| DataType | Element or vector data type of the memory operation. |
| Alignment | Required alignment of the access. |
| AddressSpace | Address space of the memory operation. |
| MaskKind | Kind of mask used by the masked operation. |