Lines Matching refs:Alignment
160 MaybeAlign Alignment, in getMemoryOpCost() argument
170 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
186 if (!Alignment || *Alignment > RegAlign) in getMemoryOpCost()
187 Alignment = RegAlign; in getMemoryOpCost()
188 assert(Alignment); in getMemoryOpCost()
189 unsigned AlignWidth = 8 * Alignment->value(); in getMemoryOpCost()
200 const Align BoundAlignment = std::min(Alignment.valueOrOne(), Align(8)); in getMemoryOpCost()
203 if (Alignment == Align(4) || Alignment == Align(8)) in getMemoryOpCost()
211 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
217 Align Alignment, unsigned AddressSpace, in getMaskedMemoryOpCost() argument
219 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
231 Align Alignment, TTI::TargetCostKind CostKind, const Instruction *I) { in getGatherScatterOpCost() argument
233 Alignment, CostKind, I); in getGatherScatterOpCost()
238 Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind, in getInterleavedMemoryOpCost() argument
242 Alignment, AddressSpace, in getInterleavedMemoryOpCost()
245 return getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace, in getInterleavedMemoryOpCost()