Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp2209 std::string GlobalIdent; in selectGlobalValue() local
2214 GlobalIdent = "__unnamed_" + Twine(ID).str(); in selectGlobalValue()
2216 GlobalIdent = GV->getGlobalIdentifier(); in selectGlobalValue()
2291 Register Reg = GR.buildGlobalVariable(ResVReg, ResType, GlobalIdent, GV, in selectGlobalValue()