Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h303 JITTargetAddress Size, Linkage L, Scope S, bool IsLive, in Symbol() argument
309 setLive(IsLive); in Symbol()
314 JITTargetAddress Size, Scope S, bool IsLive) { in constructCommon() argument
322 new (Sym) Symbol(Base, 0, Name, Size, Linkage::Weak, S, IsLive, false); in constructCommon()
340 Linkage L, Scope S, bool IsLive) { in constructAbsolute() argument
345 new (Sym) Symbol(Base, 0, Name, Size, L, S, IsLive, false); in constructAbsolute()
352 bool IsLive) { in constructAnonDef() argument
357 Scope::Local, IsLive, IsCallable); in constructAnonDef()
364 bool IsLive, bool IsCallable) { in constructNamedDef() argument
369 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp186 return !IsLive(tInst); in IsTargetDead()
281 if (IsLive(inst)) return; in KillDeadInstructions()
320 if (!IsLive(inst)) { in KillDeadInstructions()
772 if (!IsLive(counter_buffer_inst)) { in ProcessGlobalValues()
787 if (!IsLive(opInst)) { in ProcessGlobalValues()
814 if (!IsLive(opInst)) { in ProcessGlobalValues()
848 if (IsLive(&dbg)) continue; in ProcessGlobalValues()
854 if (IsLive(var_inst)) continue; in ProcessGlobalValues()
869 if (!IsLive(&val)) { in ProcessGlobalValues()
877 if (IsLive(ptr_ty_inst)) continue; in ProcessGlobalValues()
[all …]
Daggressive_dead_code_elim_pass.h76 bool IsLive(const Instruction* inst) const { in IsLive() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp186 return !IsLive(tInst); in IsTargetDead()
281 if (IsLive(inst)) return; in KillDeadInstructions()
320 if (!IsLive(inst)) { in KillDeadInstructions()
772 if (!IsLive(counter_buffer_inst)) { in ProcessGlobalValues()
787 if (!IsLive(opInst)) { in ProcessGlobalValues()
814 if (!IsLive(opInst)) { in ProcessGlobalValues()
848 if (IsLive(&dbg)) continue; in ProcessGlobalValues()
854 if (IsLive(var_inst)) continue; in ProcessGlobalValues()
869 if (!IsLive(&val)) { in ProcessGlobalValues()
877 if (IsLive(ptr_ty_inst)) continue; in ProcessGlobalValues()
[all …]
Daggressive_dead_code_elim_pass.h76 bool IsLive(const Instruction* inst) const { in IsLive() function
/third_party/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp184 return !IsLive(tInst); in IsTargetDead()
279 if (IsLive(inst)) return; in KillDeadInstructions()
318 if (!IsLive(inst)) { in KillDeadInstructions()
788 if (!IsLive(counter_buffer_inst)) { in ProcessGlobalValues()
803 if (!IsLive(opInst)) { in ProcessGlobalValues()
830 if (!IsLive(opInst)) { in ProcessGlobalValues()
864 if (IsLive(&dbg)) continue; in ProcessGlobalValues()
870 if (IsLive(var_inst)) continue; in ProcessGlobalValues()
885 if (!IsLive(&val)) { in ProcessGlobalValues()
893 if (IsLive(ptr_ty_inst)) continue; in ProcessGlobalValues()
[all …]
Daggressive_dead_code_elim_pass.h76 bool IsLive(const Instruction* inst) const { in IsLive() function
/third_party/node/deps/v8/src/compiler/
Dgraph-trimmer.cc32 DCHECK(IsLive(live)); in TrimGraph()
35 if (!IsLive(user)) { in TrimGraph()
Dgraph-trimmer.h41 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function
44 if (!IsLive(node)) { in MarkAsLive()
Dall-nodes.h28 bool IsLive(const Node* node) const { in IsLive() function
Dverifier.cc110 CHECK(all.IsLive(use)); in CheckSwitch()
161 if (all.IsLive(edge.from()) && NodeProperties::IsEffectEdge(edge)) { in Check()
270 if (all.IsLive(use) && use->opcode() == IrOpcode::kParameter) { in Check()
300 if (NodeProperties::IsValueEdge(edge) && all.IsLive(use)) { in Check()
311 CHECK(all.IsLive(use) && (use->opcode() == IrOpcode::kIfTrue || in Check()
361 if (all.IsLive(use) && use->opcode() == IrOpcode::kTerminate) { in Check()
385 if (all.IsLive(use)) { in Check()
400 if (all.IsLive(use)) { in Check()
505 if (all.IsLive(use) && use->opcode() != IrOpcode::kEffectPhi && in Check()
1888 if (all.IsLive(other) && other != proj && in Run()
Dscheduler.h108 bool IsLive(Node* node);
Dscheduler.cc121 bool Scheduler::IsLive(Node* node) { return GetPlacement(node) != kUnknown; } in IsLive() function in v8::internal::compiler::Scheduler
1440 if (scheduler_->IsLive(use)) { in VisitNode()
1642 if (!scheduler_->IsLive(edge.from())) continue; in SplitNode()
1685 if (!scheduler_->IsLive(edge.from())) continue; in SplitNode()
1735 if (!scheduler_->IsLive(edge.from())) continue; in GetCommonDominatorOfUses()
1928 if (NodeProperties::IsPhi(use) && IsLive(use)) { in FuseFloatingControl()
Dgraph-visualizer.cc297 for (Node* const node : all.reachable) PrintNode(node, live.IsLive(node)); in Print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp119 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState
217 if (State->IsLive(Reg)) { in Observe()
315 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) { in HandleLastUse()
320 if (!State->IsLive(Reg)) { in HandleLastUse()
336 if (!State->IsLive(SubregReg)) { in HandleLastUse()
399 if (State->IsLive(AliasReg)) { in PrescanInstruction()
435 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) in PrescanInstruction()
683 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) { in FindSuitableFreeRegisters()
690 if (State->IsLive(AliasReg) || in FindSuitableFreeRegisters()
801 if (!State->IsLive(Reg)) in BreakAntiDependencies()
DAggressiveAntiDepBreaker.h113 bool IsLive(unsigned Reg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp229 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
230 if (!IsLive || !IsImplicit) { in addSavedGPR()
231 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive)); in addSavedGPR()
232 if (!IsLive) in addSavedGPR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp357 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local
374 bool Live = IsLive(Op.getReg()); in genMuxInBlock()
DRDFLiveness.cpp904 bool IsLive = false; in resetKills() local
908 IsLive = true; in resetKills()
911 if (!IsLive) in resetKills()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h171 uint32_t Alignment, bool IsLive);
DMachOLinkGraphBuilder.cpp285 uint32_t Alignment, bool IsLive) { in addSectionStartSymAndBlock() argument
290 auto &Sym = G->addAnonymousSymbol(B, 0, Size, false, IsLive); in addSectionStartSymAndBlock()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h451 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive() function
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc249 return !selector()->IsLive(node); in CanBeBetterLeftOperand()
1350 if (selector->IsLive(left) && !selector->IsLive(right)) { in VisitMulHigh()
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc5181 inline bool IsLive(HeapObject object) { in IsLive() function in v8::internal::YoungGenerationRecordMigratedSlotVisitor
5196 } else if (p->IsEvacuationCandidate() && IsLive(host)) { in RecordMigratedSlot()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc238 return !selector()->IsLive(node); in CanBeBetterLeftOperand()

12