Lines Matching defs:GlobalPtr
665 const LLT GlobalPtr = GetAddrSpacePtr(AMDGPUAS::GLOBAL_ADDRESS);
680 GlobalPtr, ConstantPtr, FlatPtr
882 .legalFor({S1, S32, S64, S16, GlobalPtr,
1204 {S1}, {S32, S64, GlobalPtr, LocalPtr, ConstantPtr, PrivatePtr, FlatPtr})
1206 {S32}, {S32, S64, GlobalPtr, LocalPtr, ConstantPtr, PrivatePtr, FlatPtr});
1446 Actions.legalForTypesWithMemDesc({{S32, GlobalPtr, S32, GlobalAlign32},
1447 {V2S32, GlobalPtr, V2S32, GlobalAlign32},
1448 {V4S32, GlobalPtr, V4S32, GlobalAlign32},
1449 {S64, GlobalPtr, S64, GlobalAlign32},
1450 {V2S64, GlobalPtr, V2S64, GlobalAlign32},
1451 {V2S16, GlobalPtr, V2S16, GlobalAlign32},
1452 {S32, GlobalPtr, S8, GlobalAlign8},
1453 {S32, GlobalPtr, S16, GlobalAlign16},
1614 .legalForTypesWithMemDesc({{S32, GlobalPtr, S8, 8},
1615 {S32, GlobalPtr, S16, 2 * 8},
1648 .legalFor({{S32, GlobalPtr}, {S32, LocalPtr},
1649 {S64, GlobalPtr}, {S64, LocalPtr},
1665 Atomic.legalFor({{S32, GlobalPtr}});
1674 {S32, GlobalPtr},
1675 {S64, GlobalPtr},
1682 Atomic.legalFor({{V2F16, GlobalPtr}, {V2F16, BufferFatPtr}});
1684 Atomic.legalFor({{V2BF16, GlobalPtr}});
1696 AtomicFMinFMax.legalFor({{F32, GlobalPtr},{F32, BufferFatPtr}});
1698 AtomicFMinFMax.legalFor({{F64, GlobalPtr}, {F64, BufferFatPtr}});
1707 .customFor({{S32, GlobalPtr}, {S64, GlobalPtr},
1715 .legalForCartesianProduct({S32, S64, S16, V2S32, V2S16, V4S16, GlobalPtr,