Lines Matching defs:getMappingId
51 int64_t GPUBlockMappingAttr::getMappingId() const {
56 return getMappingId() >= static_cast<int64_t>(MappingId::LinearDim0);
61 ? getMappingId() - static_cast<int64_t>(MappingId::LinearDim0)
62 : getMappingId();
65 int64_t GPUWarpgroupMappingAttr::getMappingId() const {
70 return getMappingId() >= static_cast<int64_t>(MappingId::LinearDim0);
75 ? getMappingId() - static_cast<int64_t>(MappingId::LinearDim0)
76 : getMappingId();
79 int64_t GPUWarpMappingAttr::getMappingId() const {
84 return getMappingId() >= static_cast<int64_t>(MappingId::LinearDim0);
89 ? getMappingId() - static_cast<int64_t>(MappingId::LinearDim0)
90 : getMappingId();
93 int64_t GPUThreadMappingAttr::getMappingId() const {
98 return getMappingId() >= static_cast<int64_t>(MappingId::LinearDim0);
103 ? getMappingId() - static_cast<int64_t>(MappingId::LinearDim0)
104 : getMappingId();
107 int64_t GPUMemorySpaceMappingAttr::getMappingId() const {