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.cc519 [this](const HloInstruction* inst) { return IsPlaced(inst); })) { in RematerializationCost()
571 bool IsPlaced(const HloInstruction* instruction) const { in IsPlaced() function in xla::__anon6c3ee80d0111::MemoryUsageTracker
721 if (!IsPlaced(instruction->instruction)) { in IsInstructionCurrentlyLive()
725 if (!IsPlaced(user)) { in IsInstructionCurrentlyLive()
1325 return memory_tracker.IsPlaced(inst); in RematerializationCost()
1453 return IsPlaced(inst); in PickRematerializationCandidates()
1565 if (!memory_tracker->IsPlaced(user.user->instruction)) { in RematerializeInstructions()
1708 if (!memory_tracker->IsPlaced(user)) { in CompressInstruction()
1975 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.cc13043 VIXL_ASSERT(lit_32_update_after_pool.IsPlaced()); in TEST()
13044 VIXL_ASSERT(lit_64_update_after_pool.IsPlaced()); in TEST()
13093 VIXL_ASSERT(lit_manual.IsPlaced()); in TEST()
13094 VIXL_ASSERT(lit_deleted_on_pool_destruction->IsPlaced()); in TEST()