Searched refs:UserSemantic (Results 1 – 4 of 4) sorted by relevance
270 auto UserSemantic = ConstantAsMetadata::get(ConstantInt::get( in lowerPtrAnnotation() local271 Int32Ty, static_cast<uint32_t>(SPIRV::Decoration::UserSemantic))); in lowerPtrAnnotation()272 MDs.push_back(MDNode::get(Ctx, {UserSemantic, MDString::get(Ctx, Anno)})); in lowerPtrAnnotation()
552 unsigned Dec = static_cast<unsigned>(SPIRV::Decoration::UserSemantic); in outputAnnotations()
1211 defm UserSemantic : DecorationOperand<5635, 0, 0, [], []>;
272 case Decoration::UserSemantic: in printOpDecorate()