Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachine.cpp80 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h75 InitialExecTLSModel, enumerator
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalValue.h187 InitialExecTLSModel, enumerator
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPerfMonitor.cpp79 InitialValue, Name, nullptr, GlobalVariable::InitialExecTLSModel); in TryRegisterGlobal()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp472 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
H A DDataFlowSanitizer.cpp1339 Changed |= G->getThreadLocalMode() != GlobalVariable::InitialExecTLSModel; in runImpl()
1340 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runImpl()
H A DHWAddressSanitizer.cpp621 GlobalVariable::InitialExecTLSModel); in initializeModule()
H A DMemorySanitizer.cpp761 GlobalVariable::InitialExecTLSModel); in getOrInsertGlobal()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1895 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp1272 .Case("initial-exec", llvm::GlobalVariable::InitialExecTLSModel) in GetLLVMTLSModel()
1283 case CodeGenOptions::InitialExecTLSModel: in GetDefaultLLVMTLSModel()
1284 return llvm::GlobalVariable::InitialExecTLSModel; in GetDefaultLLVMTLSModel()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp2187 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode()
2210 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp3453 case GlobalVariable::InitialExecTLSModel: in PrintThreadLocalModel()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1732 assert(model != GlobalValue::InitialExecTLSModel); in LowerGlobalTLSAddress()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp865 case GlobalVariable::InitialExecTLSModel: in getEncodedThreadLocalMode()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1140 case GlobalVariable::InitialExecTLSModel: return 3; in getEncodedThreadLocalMode()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1144 case 3: return GlobalVariable::InitialExecTLSModel; in getDecodedThreadLocalMode()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1658 TLM = GlobalVariable::InitialExecTLSModel; in parseTLSModel()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2890 …NormalizedValues<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalE…