Home
last modified time | relevance | path

Searched refs:UserSemantic (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp270 auto UserSemantic = ConstantAsMetadata::get(ConstantInt::get( in lowerPtrAnnotation() local
271 Int32Ty, static_cast<uint32_t>(SPIRV::Decoration::UserSemantic))); in lowerPtrAnnotation()
272 MDs.push_back(MDNode::get(Ctx, {UserSemantic, MDString::get(Ctx, Anno)})); in lowerPtrAnnotation()
H A DSPIRVAsmPrinter.cpp552 unsigned Dec = static_cast<unsigned>(SPIRV::Decoration::UserSemantic); in outputAnnotations()
H A DSPIRVSymbolicOperands.td1211 defm UserSemantic : DecorationOperand<5635, 0, 0, [], []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp272 case Decoration::UserSemantic: in printOpDecorate()