Home
last modified time | relevance | path

Searched refs:NotThreadLocal (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DValueTest.cpp60 GlobalVariable::NotThreadLocal, in TEST()
82 GlobalVariable::NotThreadLocal, in TEST()
100 GlobalVariable::NotThreadLocal, 1); in TEST()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h69 ThreadLocal(NotThreadLocal), Parent(nullptr) { in GlobalValue()
100 NotThreadLocal = 0, enumerator
135 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal()
137 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
140 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()
H A DGlobalVariable.h59 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0,
66 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp91 case GlobalVariable::NotThreadLocal: in getSelectedTLSModel()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp199 GlobalVariable::NotThreadLocal, in lowerGlobal()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DGlobalMerge.cpp213 nullptr, GlobalVariable::NotThreadLocal, AddrSpace); in doMerge()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp491 "_PromotedConst", nullptr, GlobalVariable::NotThreadLocal); in insertDefinitions()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUPromoteAlloca.cpp300 GlobalVariable::NotThreadLocal, AMDGPUAS::LOCAL_ADDRESS); in visitAlloca()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1750 llvm::GlobalVariable::NotThreadLocal, AddrSpace); in GetOrCreateLLVMGlobal()
2844 GlobalName, nullptr, llvm::GlobalVariable::NotThreadLocal, AddrSpace); in GenerateStringLiteral()
3013 /*InsertBefore=*/nullptr, llvm::GlobalVariable::NotThreadLocal, in GetAddrOfGlobalTemporary()
H A DCGExprConstant.cpp915 llvm::GlobalVariable::NotThreadLocal, in EmitLValue()
H A DCGDecl.cpp204 llvm::GlobalVariable::NotThreadLocal, in getOrCreateStaticVarDecl()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp1507 nullptr, GlobalVariable::NotThreadLocal, in LLVMAddGlobalInAddressSpace()
1581 case GlobalVariable::NotThreadLocal: in LLVMGetThreadLocalMode()
1601 GV->setThreadLocalMode(GlobalVariable::NotThreadLocal); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp1722 case GlobalVariable::NotThreadLocal: in PrintThreadLocalModel()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp783 Name, nullptr, GlobalVariable::NotThreadLocal, in ParseGlobal()
1045 nullptr, GlobalVariable::NotThreadLocal, in GetGlobalVal()
1183 TLM = GlobalVariable::NotThreadLocal; in ParseOptionalThreadLocal()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp218 case 0: return GlobalVariable::NotThreadLocal; in GetDecodedThreadLocalMode()
2169 GlobalVariable::ThreadLocalMode TLM = GlobalVariable::NotThreadLocal; in ParseModule()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp338 case GlobalVariable::NotThreadLocal: in printThreadLocalMode()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp526 case GlobalVariable::NotThreadLocal: return 0; in getEncodedThreadLocalMode()