Home | History | Annotate | Download | only in X86

Lines Matching refs:Alignment

1085 int X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
1104 int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment,
1129 unsigned Alignment,
1134 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace);
1153 Alignment, AddressSpace);
1436 unsigned Alignment, unsigned AddressSpace) {
1484 return SplitFactor * getGSVectorCost(Opcode, SplitSrcTy, Ptr, Alignment,
1492 Alignment, AddressSpace);
1500 /// Alignment - Alignment for one element.
1504 bool VariableMask, unsigned Alignment,
1522 Alignment, AddressSpace);
1542 unsigned Alignment) {
1565 return getGSScalarCost(Opcode, SrcVTy, VariableMask, Alignment, AddressSpace);
1567 return getGSVectorCost(Opcode, SrcVTy, Ptr, Alignment, AddressSpace);