/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_liveness_analysis_test.cc | 71 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 …]
|
D | hlo_liveness_analysis.h | 51 bool IsLive(const HloInstruction* instruction,
|
D | hlo_module_dce.cc | 64 if (liveness->IsLive(xla_while, {i})) { in RunWhileDCE()
|
/external/v8/src/compiler/ |
D | graph-trimmer.cc | 32 DCHECK(IsLive(live)); in TrimGraph() 35 if (!IsLive(user)) { in TrimGraph()
|
D | graph-trimmer.h | 39 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function 42 if (!IsLive(node)) { in MarkAsLive()
|
D | all-nodes.h | 28 bool IsLive(const Node* node) const { in IsLive() function
|
D | scheduler.h | 91 bool IsLive(Node* node);
|
D | verifier.cc | 117 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()
|
D | scheduler.cc | 120 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/ |
D | AggressiveAntiDepBreaker.cpp | 120 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()
|
D | AggressiveAntiDepBreaker.h | 114 bool IsLive(unsigned Reg);
|
/external/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.cpp | 106 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()
|
D | AggressiveAntiDepBreaker.h | 108 bool IsLive(unsigned Reg);
|
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
D | bucket.go | 559 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/ |
D | AggressiveAntiDepBreaker.cpp | 107 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()
|
D | AggressiveAntiDepBreaker.h | 112 bool IsLive(unsigned Reg);
|
/external/v8/src/objects/ |
D | hash-table-inl.h | 114 return IsLive(roots, key); in IsKey() 118 bool BaseShape<KeyT>::IsLive(ReadOnlyRoots roots, Object* k) { in IsLive() function
|
D | hash-table.h | 62 static inline bool IsLive(ReadOnlyRoots roots, Object* key);
|
/external/v8/src/runtime/ |
D | runtime-collections.cc | 100 DCHECK(EphemeronHashTableShape::IsLive(ReadOnlyRoots(isolate), *key)); in RUNTIME_FUNCTION() 132 DCHECK(EphemeronHashTableShape::IsLive(ReadOnlyRoots(isolate), *key)); in RUNTIME_FUNCTION()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 123 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/ |
D | SystemZFrameLowering.cpp | 123 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/ |
D | aggressive_dead_code_elim_pass.h | 66 bool IsLive(const Instruction* inst) const { in IsLive() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | aggressive_dead_code_elim_pass.h | 68 bool IsLive(const Instruction* inst) const { in IsLive() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 352 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local 369 bool Live = IsLive(Op.getReg()); in genMuxInBlock()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 710 bool IsLive = false; in resetKills() local 714 IsLive = true; in resetKills() 717 if (IsLive) in resetKills()
|