Lines Matching refs:Alignment
177 getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
182 Align Alignment, unsigned AddressSpace,
186 Align Alignment,
228 Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind,
232 ArrayRef<unsigned> Indices, Align Alignment, unsigned AddressSpace,
263 bool isLegalMaskedLoad(Type *DataType, Align Alignment);
264 bool isLegalMaskedStore(Type *DataType, Align Alignment);
265 bool isLegalNTLoad(Type *DataType, Align Alignment);
266 bool isLegalNTStore(Type *DataType, Align Alignment);
268 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment);
269 bool forceScalarizeMaskedScatter(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedScatter() argument
270 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
272 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment);
273 bool isLegalMaskedGather(Type *DataType, Align Alignment);
274 bool isLegalMaskedScatter(Type *DataType, Align Alignment);
275 bool isLegalMaskedExpandLoad(Type *DataType, Align Alignment);
276 bool isLegalMaskedCompressStore(Type *DataType, Align Alignment);
303 Align Alignment, unsigned AddressSpace);