/third_party/node/deps/v8/src/compiler/ |
D | all-nodes.h | 28 bool IsLive(const Node* node) const { in IsLive() function
|
D | graph-trimmer.h | 41 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function
|
D | scheduler.cc | 121 bool Scheduler::IsLive(Node* node) { return GetPlacement(node) != kUnknown; } in IsLive() function in v8::internal::compiler::Scheduler
|
/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() 314 JITTargetAddress Size, Scope S, bool IsLive) { in constructCommon() 340 Linkage L, Scope S, bool IsLive) { in constructAbsolute() 352 bool IsLive) { in constructAnonDef() 364 bool IsLive, bool IsCallable) { in constructNamedDef() 410 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() 521 uint64_t IsLive : 1; variable 862 uint64_t Size, Linkage L, Scope S, bool IsLive) { in addAbsoluteSymbol() 873 uint64_t Alignment, bool IsLive) { in addCommonSymbol() 885 bool IsLive) { in addAnonymousSymbol() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | aggressive_dead_code_elim_pass.h | 76 bool IsLive(const Instruction* inst) const { in IsLive() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
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.h | 76 bool IsLive(const Instruction* inst) const { in IsLive() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 285 uint32_t Alignment, bool IsLive) { in addSectionStartSymAndBlock()
|
/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
|
D | RDFLiveness.cpp | 904 bool IsLive = false; in resetKills() local
|
/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
|
/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/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
|
/third_party/node/deps/v8/src/heap/ |
D | mark-compact.cc | 5182 inline bool IsLive(HeapObject object) { in IsLive() function in v8::internal::YoungGenerationRecordMigratedSlotVisitor
|