/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 303 JITTargetAddress Size, Linkage L, Scope S, bool IsLive, 309 setLive(IsLive); 314 JITTargetAddress Size, Scope S, bool IsLive) { 322 new (Sym) Symbol(Base, 0, Name, Size, Linkage::Weak, S, IsLive, false); 340 Linkage L, Scope S, bool IsLive) { 345 new (Sym) Symbol(Base, 0, Name, Size, L, S, IsLive, false); 352 bool IsLive) { 357 Scope::Local, IsLive, IsCallable); 364 bool IsLive, bool IsCallable) { 369 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallabl 861 addAbsoluteSymbol(StringRef Name, JITTargetAddress Address, uint64_t Size, Linkage L, Scope S, bool IsLive) addAbsoluteSymbol() argument 871 addCommonSymbol(StringRef Name, Scope S, Section &Section, JITTargetAddress Address, uint64_t Size, uint64_t Alignment, bool IsLive) addCommonSymbol() argument 883 addAnonymousSymbol(Block &Content, JITTargetAddress Offset, JITTargetAddress Size, bool IsCallable, bool IsLive) addAnonymousSymbol() argument 893 addDefinedSymbol(Block &Content, JITTargetAddress Offset, StringRef Name, JITTargetAddress Size, Linkage L, Scope S, bool IsCallable, bool IsLive) addDefinedSymbol() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A 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_ins in ProcessGlobalValues() [all...] |
H A D | aggressive_dead_code_elim_pass.h | 76 bool IsLive(const Instruction* inst) const { in IsLive() function in spvtools::opt::AggressiveDCEPass
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A 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_ins in ProcessGlobalValues() [all...] |
H A D | aggressive_dead_code_elim_pass.h | 76 bool IsLive(const Instruction* inst) const { in IsLive() function in spvtools::opt::AggressiveDCEPass
|
/third_party/spirv-tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 183 return !IsLive(tInst); in IsTargetDead() 279 if (IsLive(inst)) return; in KillDeadInstructions() 318 if (!IsLive(inst)) { in KillDeadInstructions() 798 if (!IsLive(counter_buffer_inst)) { in ProcessGlobalValues() 813 if (!IsLive(opInst)) { in ProcessGlobalValues() 840 if (!IsLive(opInst)) { in ProcessGlobalValues() 874 if (IsLive(&dbg)) continue; in ProcessGlobalValues() 880 if (IsLive(var_inst)) continue; in ProcessGlobalValues() 895 if (!IsLive(&val)) { in ProcessGlobalValues() 903 if (IsLive(ptr_ty_ins in ProcessGlobalValues() [all...] |
H A D | aggressive_dead_code_elim_pass.h | 83 bool IsLive(const Instruction* inst) const { in IsLive() function in spvtools::opt::AggressiveDCEPass
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-trimmer.h | 41 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function in v8::internal::compiler::final 44 if (!IsLive(node)) { in MarkAsLive()
|
H A D | graph-trimmer.cc | 32 DCHECK(IsLive(live)); in TrimGraph() 35 if (!IsLive(user)) { in TrimGraph()
|
H A D | all-nodes.h | 28 bool IsLive(const Node* node) const { in IsLive() function in v8::internal::compiler::AllNodes
|
H A 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(othe in Run() [all...] |
H A D | scheduler.h | 108 bool IsLive(Node* node);
|
H A 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()
|
H A 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/ |
H A 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)) { 320 if (!State->IsLive(Reg)) { 336 if (!State->IsLive(SubregReg)) { 399 if (State->IsLive(AliasReg)) { 435 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) 683 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) { 690 if (State->IsLive(AliasReg) || 801 if (!State->IsLive(Re [all...] |
H A D | AggressiveAntiDepBreaker.h | 113 bool IsLive(unsigned Reg);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A 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/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.h | 171 uint32_t Alignment, bool IsLive);
|
H A D | MachOLinkGraphBuilder.cpp | 285 uint32_t Alignment, bool IsLive) { in addSectionStartSymAndBlock() 290 auto &Sym = G->addAnonymousSymbol(B, 0, Size, false, IsLive); in addSectionStartSymAndBlock() 283 addSectionStartSymAndBlock( Section &GraphSec, uint64_t Address, const char *Data, uint64_t Size, uint32_t Alignment, bool IsLive) addSectionStartSymAndBlock() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMux.cpp | 357 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local 374 bool Live = IsLive(Op.getReg()); in genMuxInBlock()
|
H A D | RDFLiveness.cpp | 904 bool IsLive = false; in resetKills() local 908 IsLive = true; in resetKills() 911 if (!IsLive) in resetKills()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.h | 451 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive() function in v8::internal::compiler::final
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A 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/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 238 return !selector()->IsLive(node); in CanBeBetterLeftOperand()
|
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.cc | 5182 inline bool IsLive(HeapObject object) { in IsLive() function in v8::internal::final 5197 } else if (p->IsEvacuationCandidate() && IsLive(host)) {
|