Lines Matching refs:Alignment
161 MaybeAlign Alignment, in getMemoryOpCost() argument
171 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
187 if (!Alignment || *Alignment > RegAlign) in getMemoryOpCost()
188 Alignment = RegAlign; in getMemoryOpCost()
189 assert(Alignment); in getMemoryOpCost()
190 unsigned AlignWidth = 8 * Alignment->value(); in getMemoryOpCost()
201 const Align BoundAlignment = std::min(Alignment.valueOrOne(), Align(8)); in getMemoryOpCost()
204 if (Alignment == Align(4) || Alignment == Align(8)) in getMemoryOpCost()
212 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
218 Align Alignment, unsigned AddressSpace, in getMaskedMemoryOpCost() argument
220 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
233 Align Alignment, TTI::TargetCostKind CostKind, const Instruction *I) { in getGatherScatterOpCost() argument
235 Alignment, CostKind, I); in getGatherScatterOpCost()
240 Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind, in getInterleavedMemoryOpCost() argument
244 Alignment, AddressSpace, in getInterleavedMemoryOpCost()
247 return getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace, in getInterleavedMemoryOpCost()