/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 82 DllStorageClass(DefaultStorageClass), ThreadLocal(NotThreadLocal), in GlobalValue() 182 NotThreadLocal = 0, enumerator 246 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() 248 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 251 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()
|
D | GlobalVariable.h | 57 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0, 64 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 82 DllStorageClass(DefaultStorageClass), ThreadLocal(NotThreadLocal), in GlobalValue() 159 NotThreadLocal = 0, enumerator 225 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() 227 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 230 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 74 DllStorageClass(DefaultStorageClass), ThreadLocal(NotThreadLocal), in GlobalValue() 144 NotThreadLocal = 0, enumerator 208 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() 210 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 213 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()
|
D | GlobalVariable.h | 57 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0, 64 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0,
|
/external/llvm/unittests/IR/ |
D | ValueTest.cpp | 61 GlobalVariable::NotThreadLocal, in TEST() 83 GlobalVariable::NotThreadLocal, in TEST() 101 GlobalVariable::NotThreadLocal, 1); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ValueTest.cpp | 61 GlobalVariable::NotThreadLocal, in TEST() 83 GlobalVariable::NotThreadLocal, in TEST() 101 GlobalVariable::NotThreadLocal, 1); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 125 /*InsertBefore=*/nullptr, GlobalValue::NotThreadLocal, in runOnModule()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeNVPTX.cpp | 122 llvm::GlobalVariable::NotThreadLocal, ADDRESS_SPACE_SHARED); in initializeEnvironment() 129 llvm::GlobalVariable::NotThreadLocal, ADDRESS_SPACE_SHARED); in initializeEnvironment()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 93 case GlobalVariable::NotThreadLocal: in getSelectedTLSModel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 156 GV.setThreadLocalMode(GlobalValue::ThreadLocalMode::NotThreadLocal); in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 97 case GlobalVariable::NotThreadLocal: in getSelectedTLSModel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 199 GlobalVariable::NotThreadLocal, in lowerGlobal()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 199 GlobalVariable::NotThreadLocal, in lowerGlobal()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 87 GlobalValue::NotThreadLocal, 0, true); in createImplPointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 189 GlobalValue::NotThreadLocal, 0, true); in createImplPointer()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 470 "_PromotedConst", nullptr, GlobalVariable::NotThreadLocal); in ensurePromotedGV()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 477 "_PromotedConst", nullptr, GlobalVariable::NotThreadLocal); in ensurePromotedGV()
|
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 452 "_MergedGlobals", nullptr, GlobalVariable::NotThreadLocal, AddrSpace); in doMerge()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 516 GlobalVariable::NotThreadLocal, AddrSpace); in doMerge()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 471 GlobalValue::NotThreadLocal, in emitPartition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 448 AI->getName(), /*TLMode=*/GlobalValue::NotThreadLocal, in EvaluateBlock()
|
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 35 GlobalVariable::NotThreadLocal, in CreateGlobalString()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 697 GlobalVariable::NotThreadLocal, in handleAlloca()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 648 GlobalValue::NotThreadLocal, in emitPartition()
|