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.cpp3873 std::string GlobalIdent; in selectGlobalValue() local
3878 GlobalIdent = "__unnamed_" + Twine(ID).str(); in selectGlobalValue()
3880 GlobalIdent = GV->getName(); in selectGlobalValue()
3965 ResVReg, ResType, GlobalIdent, GV, StorageClass, Init, in selectGlobalValue()