Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp114 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName); in addEmuTlsVar() local
115 if (EmuTlsVar) in addEmuTlsVar()
143 EmuTlsVar = M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType); in addEmuTlsVar()
144 copyLinkageVisibility(M, GV, EmuTlsVar); in addEmuTlsVar()
170 EmuTlsVar->setInitializer(ConstantStruct::get(EmuTlsVarType, ElementValues)); in addEmuTlsVar()
173 EmuTlsVar->setAlignment(MaxAlignment); in addEmuTlsVar()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10688 const GlobalVariable *EmuTlsVar = in LowerToTLSEmulatedModel() local
10690 assert(EmuTlsVar && "Cannot find EmuTlsVar "); in LowerToTLSEmulatedModel()
10691 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()