Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h81 bool is_thread_local() const { return is_thread_local_; } in is_thread_local() function
82 void set_is_thread_local(bool is_thread_local) { in set_is_thread_local() argument
83 is_thread_local_ = is_thread_local; in set_is_thread_local()
93 return !is_thread_local() && !is_tuple(); in is_reusable()
228 !is_thread_local() && in IsPreallocatedTempBuffer()
577 const HloComputation* computation, bool is_thread_local,
Dbuffer_assignment.cc139 bool is_thread_local = worklist_front.second; in GatherComputationsByAllocationType() local
145 if ((is_thread_local && in_thread_local_set) || in GatherComputationsByAllocationType()
146 (!is_thread_local && in_global_set)) { in GatherComputationsByAllocationType()
155 if ((is_thread_local && in_global_set) || in GatherComputationsByAllocationType()
156 (!is_thread_local && in_thread_local_set)) { in GatherComputationsByAllocationType()
163 if (is_thread_local) { in GatherComputationsByAllocationType()
179 if (is_thread_local) { in GatherComputationsByAllocationType()
297 if (is_thread_local()) { in ToString()
897 const HloComputation* computation, bool is_thread_local, in AssignBuffersForComputation() argument
1027 if (is_thread_local) { in AssignBuffersForComputation()
[all …]
Dbuffer_assignment_test.cc1236 EXPECT_TRUE(map_param_alloc.is_thread_local()); in TEST_F()
1241 EXPECT_TRUE(map_root_alloc.is_thread_local()); in TEST_F()
1247 EXPECT_FALSE(call_param_alloc.is_thread_local()); in TEST_F()
1251 EXPECT_FALSE(call_root_alloc.is_thread_local()); in TEST_F()
1258 EXPECT_FALSE(param_alloc.is_thread_local()); in TEST_F()
1263 EXPECT_FALSE(map_alloc.is_thread_local()); in TEST_F()
Dhlo.proto380 bool is_thread_local = 3; field
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dbuffer_info_util.cc27 if (allocation.is_thread_local()) { in CreateBufferInfosFromBufferAssignment()
Dcpu_executable.cc104 if (allocation.is_thread_local()) { in CreateBufferTable()
Dir_emitter.cc2921 if (slice.allocation()->is_thread_local()) { in EmitBufferPointer()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc80 CHECK(!slice.allocation()->is_thread_local()); in EmitBasePointersForHlos()
110 if (slice.allocation()->is_thread_local()) { in EmitBasePointersForHlos()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml637 external is_thread_local : llvalue -> bool = "llvm_is_thread_local"
Dllvm.mli1429 (** [is_thread_local gv] returns [true] if the global variable [gv] is
1432 val is_thread_local : llvalue -> bool val
1439 (** [is_thread_local gv] returns the thread local mode of the global
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml530 external is_thread_local : llvalue -> bool = "llvm_is_thread_local"
Dllvm.mli1267 (** [is_thread_local gv] returns [true] if the global variable [gv] is
1270 val is_thread_local : llvalue -> bool val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml705 external is_thread_local : llvalue -> bool = "llvm_is_thread_local"
Dllvm.mli1453 (** [is_thread_local gv] returns [true] if the global variable [gv] is
1456 val is_thread_local : llvalue -> bool val
1463 (** [is_thread_local gv] returns the thread local mode of the global
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml448 insist (is_thread_local g);
/external/llvm/test/Bindings/OCaml/
Dcore.ml512 insist (is_thread_local g);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml558 insist (is_thread_local g);