Lines Matching defs:GlobalPtr
664 const LLT GlobalPtr = GetAddrSpacePtr(AMDGPUAS::GLOBAL_ADDRESS);
679 GlobalPtr, ConstantPtr, FlatPtr
881 .legalFor({S1, S32, S64, S16, GlobalPtr,
1189 {S1}, {S32, S64, GlobalPtr, LocalPtr, ConstantPtr, PrivatePtr, FlatPtr})
1191 {S32}, {S32, S64, GlobalPtr, LocalPtr, ConstantPtr, PrivatePtr, FlatPtr});
1431 Actions.legalForTypesWithMemDesc({{S32, GlobalPtr, S32, GlobalAlign32},
1432 {V2S32, GlobalPtr, V2S32, GlobalAlign32},
1433 {V4S32, GlobalPtr, V4S32, GlobalAlign32},
1434 {S64, GlobalPtr, S64, GlobalAlign32},
1435 {V2S64, GlobalPtr, V2S64, GlobalAlign32},
1436 {V2S16, GlobalPtr, V2S16, GlobalAlign32},
1437 {S32, GlobalPtr, S8, GlobalAlign8},
1438 {S32, GlobalPtr, S16, GlobalAlign16},
1599 .legalForTypesWithMemDesc({{S32, GlobalPtr, S8, 8},
1600 {S32, GlobalPtr, S16, 2 * 8},
1633 .legalFor({{S32, GlobalPtr}, {S32, LocalPtr},
1634 {S64, GlobalPtr}, {S64, LocalPtr},
1650 Atomic.legalFor({{S32, GlobalPtr}});
1659 {S32, GlobalPtr},
1660 {S64, GlobalPtr},
1667 Atomic.legalFor({{V2F16, GlobalPtr}, {V2F16, BufferFatPtr}});
1669 Atomic.legalFor({{V2BF16, GlobalPtr}});
1681 AtomicFMinFMax.legalFor({{F32, GlobalPtr},{F32, BufferFatPtr}});
1683 AtomicFMinFMax.legalFor({{F64, GlobalPtr}, {F64, BufferFatPtr}});
1692 .customFor({{S32, GlobalPtr}, {S64, GlobalPtr},
1700 .legalForCartesianProduct({S32, S64, S16, V2S32, V2S16, V4S16, GlobalPtr,