/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 303 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/ |
D | aggressive_dead_code_elim_pass.cpp | 186 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 …]
|
D | aggressive_dead_code_elim_pass.h | 76 bool IsLive(const Instruction* inst) const { in IsLive() function
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 186 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 …]
|
D | aggressive_dead_code_elim_pass.h | 76 bool IsLive(const Instruction* inst) const { in IsLive() function
|
/third_party/spirv-tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 184 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 …]
|
D | aggressive_dead_code_elim_pass.h | 76 bool IsLive(const Instruction* inst) const { in IsLive() function
|
/third_party/node/deps/v8/src/compiler/ |
D | graph-trimmer.cc | 32 DCHECK(IsLive(live)); in TrimGraph() 35 if (!IsLive(user)) { in TrimGraph()
|
D | graph-trimmer.h | 41 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function 44 if (!IsLive(node)) { in MarkAsLive()
|
D | all-nodes.h | 28 bool IsLive(const Node* node) const { in IsLive() function
|
D | verifier.cc | 110 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()
|
D | scheduler.h | 108 bool IsLive(Node* node);
|
D | scheduler.cc | 121 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()
|
D | graph-visualizer.cc | 297 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/ |
D | AggressiveAntiDepBreaker.cpp | 119 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()
|
D | AggressiveAntiDepBreaker.h | 113 bool IsLive(unsigned Reg);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 229 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/ |
D | HexagonGenMux.cpp | 357 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local 374 bool Live = IsLive(Op.getReg()); in genMuxInBlock()
|
D | RDFLiveness.cpp | 904 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/ |
D | MachOLinkGraphBuilder.h | 171 uint32_t Alignment, bool IsLive);
|
D | MachOLinkGraphBuilder.cpp | 285 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/ |
D | instruction-selector.h | 451 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive() function
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 249 return !selector()->IsLive(node); in CanBeBetterLeftOperand() 1350 if (selector->IsLive(left) && !selector->IsLive(right)) { in VisitMulHigh()
|
/third_party/node/deps/v8/src/heap/ |
D | mark-compact.cc | 5181 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/ |
D | instruction-selector-s390.cc | 238 return !selector()->IsLive(node); in CanBeBetterLeftOperand()
|