Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalValue.h556 static std::string getGlobalIdentifier(StringRef Name,
562 std::string getGlobalIdentifier() const;
575 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVMCInstLower.cpp34 Register FuncReg = MAI->getFuncReg(MO.getGlobal()->getGlobalIdentifier()); in lower()
H A DSPIRVAsmPrinter.cpp402 Register FReg = MAI->getFuncReg(F.getGlobalIdentifier()); in outputExecutionMode()
442 Register Reg = MAI->getFuncReg(Func->getGlobalIdentifier()); in outputAnnotations()
H A DSPIRVCallLowering.cpp255 {static_cast<uint32_t>(LnkTy)}, F.getGlobalIdentifier()); in lowerFormalArguments()
H A DSPIRVModuleAnalysis.cpp239 MAI.FuncNameMap[F.getGlobalIdentifier()] = GlobalReg; in collectFuncNames()
H A DSPIRVInstructionSelector.cpp1309 std::string GlobalIdent = GV->getGlobalIdentifier(); in selectGlobalValue()
/llvm-project-15.0.7/llvm/lib/IR/
H A DGlobals.cpp142 std::string GlobalValue::getGlobalIdentifier(StringRef Name, in getGlobalIdentifier() function in GlobalValue
166 std::string GlobalValue::getGlobalIdentifier() const { in getGlobalIdentifier() function in GlobalValue
167 return getGlobalIdentifier(getName(), getLinkage(), in getGlobalIdentifier()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1168 std::string OrigId = GlobalValue::getGlobalIdentifier( in thinLTOInternalizeModule()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp311 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in computeGUIDPreservedSymbols()
H A DLTO.cpp906 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp266 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName); in getPGOFuncName()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount") in processFunctionAfterISel()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6593 GlobalValue::getGlobalIdentifier(ValueName, Linkage, SourceFileName); in setValueGUID()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp8325 GlobalValue::getGlobalIdentifier(Name, Linkage, SourceFileName)); in addGlobalValueToIndex()