Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp91 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName); in addEmuTlsVar() local
92 if (EmuTlsVar) in addEmuTlsVar()
122 EmuTlsVar = cast<GlobalVariable>( in addEmuTlsVar()
124 copyLinkageVisibility(M, GV, EmuTlsVar); in addEmuTlsVar()
152 EmuTlsVar->setInitializer( in addEmuTlsVar()
156 EmuTlsVar->setAlignment(MaxAlignment); in addEmuTlsVar()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8771 GlobalVariable *EmuTlsVar = VariableModule->getNamedGlobal(EmuTlsVarName); in LowerToTLSEmulatedModel() local
8772 assert(EmuTlsVar && "Cannot find EmuTlsVar "); in LowerToTLSEmulatedModel()
8773 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()