/external/v8/src/compiler/ |
D | all-nodes.h | 28 bool IsLive(const Node* node) const { in IsLive() function
|
D | graph-trimmer.h | 39 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function
|
D | instruction-selector.h | 431 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive() function
|
D | scheduler.cc | 120 bool Scheduler::IsLive(Node* node) { return GetPlacement(node) != kUnknown; } in IsLive() function in v8::internal::compiler::Scheduler
|
/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/v8/src/objects/ |
D | hash-table-inl.h | 118 bool BaseShape<KeyT>::IsLive(ReadOnlyRoots roots, Object* k) { in IsLive() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_liveness_analysis.cc | 311 bool HloLivenessAnalysis::IsLive(const HloInstruction* instruction, in IsLive() function in xla::HloLivenessAnalysis
|
/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
|
D | RDFLiveness.cpp | 906 bool IsLive = false; in resetKills() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
|
/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
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.cpp | 107 bool AggressiveAntiDepState::IsLive(unsigned Reg) in IsLive() function in AggressiveAntiDepState
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.cpp | 120 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState
|
/external/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.cpp | 106 bool AggressiveAntiDepState::IsLive(unsigned Reg) in IsLive() function in AggressiveAntiDepState
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 710 bool IsLive = false; in resetKills() local
|
/external/v8/src/ |
D | objects-inl.h | 2954 bool GlobalDictionaryShape::IsLive(ReadOnlyRoots roots, Object* k) { in IsLive() function
|
/external/v8/src/heap/ |
D | mark-compact.cc | 3694 inline bool IsLive(HeapObject* object) { in IsLive() function in v8::internal::YoungGenerationRecordMigratedSlotVisitor
|
/external/syzkaller/vendor/google.golang.org/api/storage/v1/ |
D | storage-gen.go | 518 IsLive *bool `json:"isLive,omitempty"` member
|