Searched refs:is_thread_local (Results 1 – 17 of 17) sorted by relevance
81 bool is_thread_local() const { return is_thread_local_; } in is_thread_local() function82 void set_is_thread_local(bool is_thread_local) { in set_is_thread_local() argument83 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,
139 bool is_thread_local = worklist_front.second; in GatherComputationsByAllocationType() local145 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() argument1027 if (is_thread_local) { in AssignBuffersForComputation()[all …]
1236 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()
380 bool is_thread_local = 3; field
27 if (allocation.is_thread_local()) { in CreateBufferInfosFromBufferAssignment()
104 if (allocation.is_thread_local()) { in CreateBufferTable()
2921 if (slice.allocation()->is_thread_local()) { in EmitBufferPointer()
80 CHECK(!slice.allocation()->is_thread_local()); in EmitBasePointersForHlos()110 if (slice.allocation()->is_thread_local()) { in EmitBasePointersForHlos()
637 external is_thread_local : llvalue -> bool = "llvm_is_thread_local"
1429 (** [is_thread_local gv] returns [true] if the global variable [gv] is1432 val is_thread_local : llvalue -> bool val1439 (** [is_thread_local gv] returns the thread local mode of the global
530 external is_thread_local : llvalue -> bool = "llvm_is_thread_local"
1267 (** [is_thread_local gv] returns [true] if the global variable [gv] is1270 val is_thread_local : llvalue -> bool val
705 external is_thread_local : llvalue -> bool = "llvm_is_thread_local"
1453 (** [is_thread_local gv] returns [true] if the global variable [gv] is1456 val is_thread_local : llvalue -> bool val1463 (** [is_thread_local gv] returns the thread local mode of the global
448 insist (is_thread_local g);
512 insist (is_thread_local g);
558 insist (is_thread_local g);