Home
last modified time | relevance | path

Searched defs:IsThreadLocal (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/synchronization/
H A Dyield_policy_unittest.cc43 TEST(YieldPolicyTest, IsThreadLocal) { in TEST() argument
/aosp_15_r20/art/runtime/gc/allocator/
H A Drosalloc.h396 bool IsThreadLocal() const { in IsThreadLocal() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp413 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in materializeGV() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp418 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in materializeGV() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp371 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in materializeGV() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFastISel.cpp552 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMFastISel.cpp537 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp556 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV() local
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1181 CAMLprim value llvm_set_thread_local(value IsThreadLocal, in llvm_set_thread_local()
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1003 func (v Value) IsThreadLocal() bool { return C.LLVMIsThreadLocal(v.C) != 0 } func
/aosp_15_r20/external/llvm/lib/IR/
H A DCore.cpp1674 void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal) { in LLVMSetThreadLocal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp2138 void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal) { in LLVMSetThreadLocal()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DCore.cpp2155 void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal) { in LLVMSetThreadLocal()