Lines Matching refs:AddressSpace
1086 unsigned AddressSpace) { in getMemoryOpCost() argument
1105 AddressSpace); in getMemoryOpCost()
1130 unsigned AddressSpace) { in getMaskedMemoryOpCost() argument
1134 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace); in getMaskedMemoryOpCost()
1153 Alignment, AddressSpace); in getMaskedMemoryOpCost()
1436 unsigned Alignment, unsigned AddressSpace) { in getGSVectorCost() argument
1485 AddressSpace); in getGSVectorCost()
1492 Alignment, AddressSpace); in getGSVectorCost()
1505 unsigned AddressSpace) { in getGSScalarCost() argument
1522 Alignment, AddressSpace); in getGSScalarCost()
1549 unsigned AddressSpace = PtrTy->getAddressSpace(); in getGatherScatterOpCost() local
1565 return getGSScalarCost(Opcode, SrcVTy, VariableMask, Alignment, AddressSpace); in getGatherScatterOpCost()
1567 return getGSVectorCost(Opcode, SrcVTy, Ptr, Alignment, AddressSpace); in getGatherScatterOpCost()