Home
last modified time | relevance | path

Searched refs:IsPlaced (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc359 bool IsPlaced(const HloInstruction* instruction) const { in IsPlaced() function in xla::__anon6c3ee80d0111::MemoryUsageTracker
847 return memory_tracker.IsPlaced(inst); in RematerializationCost()
901 return memory_tracker.IsPlaced(inst); in PickRematerializationCandidate()
1067 if (!memory_tracker.IsPlaced(user)) { in RematerializeComputation()
1173 CHECK(memory_tracker.IsPlaced(instruction)) << instruction->name(); in RematerializeComputation()
/external/vixl/src/aarch64/
Dassembler-aarch64.h240 bool IsPlaced() const { return offset_ > 0; } in IsPlaced() function
245 VIXL_ASSERT(IsPlaced()); in GetOffset()
254 VIXL_ASSERT(!IsPlaced()); in SetOffset()
270 VIXL_ASSERT(!IsPlaced()); in SetLastUse()
322 if (IsPlaced()) {
332 if (IsPlaced()) {
343 VIXL_ASSERT(IsPlaced()); in RewriteValueInCode()
Dassembler-aarch64.cc111 VIXL_ASSERT(!literal->IsPlaced()); in place()
157 if (literal->IsPlaced()) { in LinkAndGetWordOffsetTo()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc27205 VIXL_ASSERT(lit_32_update_after_pool.IsPlaced()); in TEST()
27206 VIXL_ASSERT(lit_64_update_after_pool.IsPlaced()); in TEST()
27255 VIXL_ASSERT(lit_manual.IsPlaced()); in TEST()
27256 VIXL_ASSERT(lit_deleted_on_pool_destruction->IsPlaced()); in TEST()