Lines Matching refs:Alignment
165 MaybeAlign Alignment, in getMemoryOpCost() argument
176 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
192 if (!Alignment || *Alignment > RegAlign) in getMemoryOpCost()
193 Alignment = RegAlign; in getMemoryOpCost()
194 assert(Alignment); in getMemoryOpCost()
195 unsigned AlignWidth = 8 * Alignment->value(); in getMemoryOpCost()
206 const Align BoundAlignment = std::min(Alignment.valueOrOne(), Align(8)); in getMemoryOpCost()
209 if (Alignment == Align(4) || Alignment == Align(8)) in getMemoryOpCost()
217 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, CostKind, in getMemoryOpCost()
223 Align Alignment, unsigned AddressSpace, in getMaskedMemoryOpCost() argument
225 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
240 Align Alignment, TTI::TargetCostKind CostKind, const Instruction *I) { in getGatherScatterOpCost() argument
242 Alignment, CostKind, I); in getGatherScatterOpCost()
247 Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind, in getInterleavedMemoryOpCost() argument
251 Alignment, AddressSpace, in getInterleavedMemoryOpCost()
254 return getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace, in getInterleavedMemoryOpCost()