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.cpp263 auto UserSemantic = ConstantAsMetadata::get(ConstantInt::get( in lowerPtrAnnotation() local
264 Int32Ty, static_cast<uint32_t>(SPIRV::Decoration::UserSemantic))); in lowerPtrAnnotation()
265 MDs.push_back(MDNode::get(Ctx, {UserSemantic, MDString::get(Ctx, Anno)})); in lowerPtrAnnotation()
H A DSPIRVAsmPrinter.cpp598 unsigned Dec = static_cast<unsigned>(SPIRV::Decoration::UserSemantic); in outputAnnotations()
H A DSPIRVSymbolicOperands.td1265 defm UserSemantic : DecorationOperand<5635, 0, 0, [], []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp329 case Decoration::UserSemantic: in printOpDecorate()