Lines Matching refs:Align
163 Align Alignment, unsigned AddressSpace,
167 Align Alignment,
205 Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind,
209 ArrayRef<unsigned> Indices, Align Alignment, unsigned AddressSpace,
231 bool isLegalMaskedLoad(Type *DataType, Align Alignment);
232 bool isLegalMaskedStore(Type *DataType, Align Alignment);
233 bool isLegalNTLoad(Type *DataType, Align Alignment);
234 bool isLegalNTStore(Type *DataType, Align Alignment);
236 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment);
237 bool forceScalarizeMaskedScatter(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedScatter()
240 bool isLegalMaskedGather(Type *DataType, Align Alignment);
241 bool isLegalMaskedScatter(Type *DataType, Align Alignment);
261 bool VariableMask, Align Alignment,
264 const Value *Ptr, Align Alignment,