/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A 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()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A 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()
|
H A D | GlobalVariable.h | 57 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0, 64 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 81 DllStorageClass(DefaultStorageClass), ThreadLocal(NotThreadLocal), in GlobalValue() 192 NotThreadLocal = 0, enumerator 259 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() 261 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 264 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()
|
H A D | GlobalVariable.h | 54 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0, 61 ThreadLocalMode = NotThreadLocal,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 81 DllStorageClass(DefaultStorageClass), ThreadLocal(NotThreadLocal), in GlobalValue() 185 NotThreadLocal = 0, enumerator 250 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() 252 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 255 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()
|
H A D | GlobalVariable.h | 56 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0, 63 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | GlobalValue.h | 85 DllStorageClass(DefaultStorageClass), ThreadLocal(NotThreadLocal), in GlobalValue() 196 NotThreadLocal = 0, enumerator 263 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 268 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()
|
D | GlobalVariable.h | 60 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0, 67 ThreadLocalMode = NotThreadLocal,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | GlobalValue.h | 85 DllStorageClass(DefaultStorageClass), ThreadLocal(NotThreadLocal), in GlobalValue() 196 NotThreadLocal = 0, enumerator 263 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 268 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()
|
D | GlobalVariable.h | 60 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0, 67 ThreadLocalMode = NotThreadLocal,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | GlobalValue.h | 85 DllStorageClass(DefaultStorageClass), ThreadLocal(NotThreadLocal), in GlobalValue() 196 NotThreadLocal = 0, enumerator 263 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 268 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()
|
D | GlobalVariable.h | 60 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0, 67 ThreadLocalMode = NotThreadLocal,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | GlobalValue.h | 85 DllStorageClass(DefaultStorageClass), ThreadLocal(NotThreadLocal), in GlobalValue() 196 NotThreadLocal = 0, enumerator 263 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 268 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()
|
D | GlobalVariable.h | 60 ThreadLocalMode = NotThreadLocal, unsigned AddressSpace = 0, 67 ThreadLocalMode = NotThreadLocal,
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | ValueTest.cpp | 61 GlobalVariable::NotThreadLocal, in TEST() 83 GlobalVariable::NotThreadLocal, in TEST() 101 GlobalVariable::NotThreadLocal, 1); in TEST()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.cpp | 267 GlobalValue::ThreadLocalMode::NotThreadLocal) { in stripThreadLocals() 269 GV.setThreadLocalMode(GlobalValue::ThreadLocalMode::NotThreadLocal); in stripThreadLocals()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeNVPTX.cpp | 122 llvm::GlobalVariable::NotThreadLocal, ADDRESS_SPACE_SHARED); in initializeEnvironment() 129 llvm::GlobalVariable::NotThreadLocal, ADDRESS_SPACE_SHARED); in initializeEnvironment()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 129 /*InsertBefore=*/nullptr, GlobalValue::NotThreadLocal, in runOnModule()
|
H A D | AMDGPULowerModuleLDSPass.cpp | 510 "llvm.amdgcn.lds.offset.table", nullptr, GlobalValue::NotThreadLocal, in buildLookupTable() 1058 "", nullptr, GlobalValue::NotThreadLocal, AMDGPUAS::LOCAL_ADDRESS, in createLDSVariableReplacement() 1082 VarName, nullptr, GlobalValue::NotThreadLocal, AMDGPUAS::LOCAL_ADDRESS, in createLDSVariableReplacement()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 124 /*InsertBefore=*/nullptr, GlobalValue::NotThreadLocal, in runOnModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 73 case GlobalVariable::NotThreadLocal: in getSelectedTLSModel()
|
/aosp_15_r20/external/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 93 case GlobalVariable::NotThreadLocal: in getSelectedTLSModel()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | fused_ir_emitter.cc | 106 /*TLMode=*/llvm::GlobalValue::NotThreadLocal, in HandleConstant()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 79 case GlobalVariable::NotThreadLocal: in getSelectedTLSModel()
|