| /external/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 | 127 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 | 68 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/angle/third_party/spirv-tools/src/source/opt/ |
| D | aggressive_dead_code_elim_pass.h | 68 bool IsLive(const Instruction* inst) const { 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/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/llvm/lib/Target/SystemZ/ |
| D | SystemZFrameLowering.cpp | 123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
|
| /external/v8/src/compiler/backend/ |
| D | instruction-selector.h | 439 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive() function
|
| /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/heap/ |
| D | mark-compact.cc | 4398 inline bool IsLive(HeapObject object) { in IsLive() function in v8::internal::YoungGenerationRecordMigratedSlotVisitor
|