Home
last modified time | relevance | path

Searched refs:GVarMD (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp137 const MDNode *GVarMD) { in buildOpSpirvDecorations() argument
138 for (unsigned I = 0, E = GVarMD->getNumOperands(); I != E; ++I) { in buildOpSpirvDecorations()
139 auto *OpMD = dyn_cast<MDNode>(GVarMD->getOperand(I)); in buildOpSpirvDecorations()
H A DSPIRVUtils.h64 const MDNode *GVarMD);
H A DSPIRVGlobalRegistry.cpp697 MDNode *GVarMD = nullptr; in buildGlobalVariable() local
698 if (GVar && (GVarMD = GVar->getMetadata("spirv.Decorations")) != nullptr) in buildGlobalVariable()
699 buildOpSpirvDecorations(Reg, MIRBuilder, GVarMD); in buildGlobalVariable()