Home
last modified time | relevance | path

Searched refs:IsLive (Results 1 – 25 of 39) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_liveness_analysis_test.cc71 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "add"), {})); in TEST_F()
72 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "constant.1"), {})); in TEST_F()
73 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "constant.2"), {})); in TEST_F()
88 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "add.2"), {})); in TEST_F()
89 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "constant.1"), {})); in TEST_F()
90 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "constant.2"), {})); in TEST_F()
91 EXPECT_FALSE(liveness.IsLive(GetInstruction(module.get(), "add.1"), {})); in TEST_F()
106 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "tuple.1"), {})); in TEST_F()
107 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "tuple.1"), {0})); in TEST_F()
108 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "tuple.1"), {1})); in TEST_F()
[all …]
Dhlo_liveness_analysis.h51 bool IsLive(const HloInstruction* instruction,
Dhlo_module_dce.cc64 if (liveness->IsLive(xla_while, {i})) { in RunWhileDCE()
/external/v8/src/compiler/
Dgraph-trimmer.cc32 DCHECK(IsLive(live)); in TrimGraph()
35 if (!IsLive(user)) { in TrimGraph()
Dgraph-trimmer.h39 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function
42 if (!IsLive(node)) { in MarkAsLive()
Dall-nodes.h28 bool IsLive(const Node* node) const { in IsLive() function
Dscheduler.h91 bool IsLive(Node* node);
Dverifier.cc117 if (all.IsLive(edge.from()) && NodeProperties::IsEffectEdge(edge)) { in Check()
236 if (NodeProperties::IsValueEdge(edge) && all.IsLive(use)) { in Check()
247 CHECK(all.IsLive(use) && (use->opcode() == IrOpcode::kIfTrue || in Check()
288 CHECK(all.IsLive(use)); in Check()
332 if (all.IsLive(use) && use->opcode() == IrOpcode::kTerminate) { in Check()
360 if (all.IsLive(use)) { in Check()
376 if (all.IsLive(use)) { in Check()
500 if (all.IsLive(use) && use->opcode() != IrOpcode::kEffectPhi && in Check()
1787 if (all.IsLive(other) && other != proj && in Run()
Dscheduler.cc120 bool Scheduler::IsLive(Node* node) { return GetPlacement(node) != kUnknown; } in IsLive() function in v8::internal::compiler::Scheduler
1287 if (scheduler_->IsLive(use)) { in VisitNode()
1475 if (!scheduler_->IsLive(edge.from())) continue; in SplitNode()
1518 if (!scheduler_->IsLive(edge.from())) continue; in SplitNode()
1567 if (!scheduler_->IsLive(edge.from())) continue; in GetCommonDominatorOfUses()
1757 if (NodeProperties::IsPhi(use) && IsLive(use)) { in FuseFloatingControl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp120 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState
218 if (State->IsLive(Reg)) { in Observe()
316 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) { in HandleLastUse()
321 if (!State->IsLive(Reg)) { in HandleLastUse()
337 if (!State->IsLive(SubregReg)) { in HandleLastUse()
400 if (State->IsLive(AliasReg)) { in PrescanInstruction()
436 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) in PrescanInstruction()
684 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) { in FindSuitableFreeRegisters()
691 if (State->IsLive(AliasReg) || in FindSuitableFreeRegisters()
802 if (!State->IsLive(Reg)) in BreakAntiDependencies()
DAggressiveAntiDepBreaker.h114 bool IsLive(unsigned Reg);
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp106 bool AggressiveAntiDepState::IsLive(unsigned Reg) in IsLive() function in AggressiveAntiDepState
204 if (State->IsLive(Reg)) { in Observe()
302 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) { in HandleLastUse()
307 if (!State->IsLive(Reg)) { in HandleLastUse()
321 if (!State->IsLive(SubregReg)) { in HandleLastUse()
381 if (State->IsLive(AliasReg)) { in PrescanInstruction()
417 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) in PrescanInstruction()
665 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) { in FindSuitableFreeRegisters()
672 if (State->IsLive(AliasReg) || in FindSuitableFreeRegisters()
784 if (!State->IsLive(Reg)) in BreakAntiDependencies()
DAggressiveAntiDepBreaker.h108 bool IsLive(unsigned Reg);
/external/syzkaller/vendor/cloud.google.com/go/storage/
Dbucket.go559 rr.Condition.IsLive = nil
561 rr.Condition.IsLive = googleapi.Bool(true)
563 rr.Condition.IsLive = googleapi.Bool(false)
593 case rr.Condition.IsLive == nil:
595 case *rr.Condition.IsLive == true:
597 case *rr.Condition.IsLive == false:
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp107 bool AggressiveAntiDepState::IsLive(unsigned Reg) in IsLive() function in AggressiveAntiDepState
227 if (State->IsLive(Reg)) { in Observe()
326 if (!State->IsLive(Reg)) { in HandleLastUse()
339 if (!State->IsLive(SubregReg)) { in HandleLastUse()
397 if (State->IsLive(AliasReg)) { in PrescanInstruction()
676 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) { in FindSuitableFreeRegisters()
684 if (State->IsLive(AliasReg) || in FindSuitableFreeRegisters()
768 if (!State->IsLive(Reg)) in BreakAntiDependencies()
DAggressiveAntiDepBreaker.h112 bool IsLive(unsigned Reg);
/external/v8/src/objects/
Dhash-table-inl.h114 return IsLive(roots, key); in IsKey()
118 bool BaseShape<KeyT>::IsLive(ReadOnlyRoots roots, Object* k) { in IsLive() function
Dhash-table.h62 static inline bool IsLive(ReadOnlyRoots roots, Object* key);
/external/v8/src/runtime/
Druntime-collections.cc100 DCHECK(EphemeronHashTableShape::IsLive(ReadOnlyRoots(isolate), *key)); in RUNTIME_FUNCTION()
132 DCHECK(EphemeronHashTableShape::IsLive(ReadOnlyRoots(isolate), *key)); in RUNTIME_FUNCTION()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
124 if (!IsLive || !IsImplicit) { in addSavedGPR()
125 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive)); in addSavedGPR()
126 if (!IsLive) in addSavedGPR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
124 if (!IsLive || !IsImplicit) { in addSavedGPR()
125 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive)); in addSavedGPR()
126 if (!IsLive) in addSavedGPR()
/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.h66 bool IsLive(const Instruction* inst) const { in IsLive() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.h68 bool IsLive(const Instruction* inst) const { in IsLive() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp352 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local
369 bool Live = IsLive(Op.getReg()); in genMuxInBlock()
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp710 bool IsLive = false; in resetKills() local
714 IsLive = true; in resetKills()
717 if (IsLive) in resetKills()

12