Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp184 const MDNode *GVarMD) { in buildOpSpirvDecorations() argument
185 for (unsigned I = 0, E = GVarMD->getNumOperands(); I != E; ++I) { in buildOpSpirvDecorations()
186 auto *OpMD = dyn_cast<MDNode>(GVarMD->getOperand(I)); in buildOpSpirvDecorations()
H A DSPIRVUtils.h164 const MDNode *GVarMD);
H A DSPIRVGlobalRegistry.h654 uint32_t Dec, const MDNode *GVarMD);
H A DSPIRVGlobalRegistry.cpp795 MDNode *GVarMD = nullptr; in buildGlobalVariable() local
796 if (GVar && (GVarMD = GVar->getMetadata("spirv.Decorations")) != nullptr) in buildGlobalVariable()
797 buildOpSpirvDecorations(Reg, MIRBuilder, GVarMD); in buildGlobalVariable()