/external/llvm-project/clang/lib/AST/Interp/ |
D | InterpBlock.h | 83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() argument 84 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block() 103 bool IsDead = false; variable
|
D | InterpBlock.cpp | 43 if (Pointers == nullptr && IsDead) in cleanup()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 151 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass 176 return IsDead(tInst); in IsTargetDead() 554 if (!IsDead(inst)) return; in AggressiveDCE() 801 if (IsDead(counter_buffer_inst)) { in ProcessGlobalValues() 816 if (IsDead(opInst)) { in ProcessGlobalValues() 843 if (IsDead(opInst)) { in ProcessGlobalValues() 877 if (!IsDead(&dbg)) continue; in ProcessGlobalValues() 884 if (!IsDead(var_inst)) continue; in ProcessGlobalValues() 899 if (IsDead(&val)) { in ProcessGlobalValues() 907 if (!IsDead(ptr_ty_inst)) continue; in ProcessGlobalValues() [all …]
|
D | aggressive_dead_code_elim_pass.h | 73 bool IsDead(Instruction* inst);
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 151 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass 176 return IsDead(tInst); in IsTargetDead() 554 if (!IsDead(inst)) return; in AggressiveDCE() 801 if (IsDead(counter_buffer_inst)) { in ProcessGlobalValues() 816 if (IsDead(opInst)) { in ProcessGlobalValues() 843 if (IsDead(opInst)) { in ProcessGlobalValues() 877 if (!IsDead(&dbg)) continue; in ProcessGlobalValues() 884 if (!IsDead(var_inst)) continue; in ProcessGlobalValues() 899 if (IsDead(&val)) { in ProcessGlobalValues() 907 if (!IsDead(ptr_ty_inst)) continue; in ProcessGlobalValues() [all …]
|
D | aggressive_dead_code_elim_pass.h | 73 bool IsDead(Instruction* inst);
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 151 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass 176 return IsDead(tInst); in IsTargetDead() 554 if (!IsDead(inst)) return; in AggressiveDCE() 801 if (IsDead(counter_buffer_inst)) { in ProcessGlobalValues() 816 if (IsDead(opInst)) { in ProcessGlobalValues() 843 if (IsDead(opInst)) { in ProcessGlobalValues() 877 if (!IsDead(&dbg)) continue; in ProcessGlobalValues() 884 if (!IsDead(var_inst)) continue; in ProcessGlobalValues() 899 if (IsDead(&val)) { in ProcessGlobalValues() 907 if (!IsDead(ptr_ty_inst)) continue; in ProcessGlobalValues() [all …]
|
D | aggressive_dead_code_elim_pass.h | 73 bool IsDead(Instruction* inst);
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | Object.cpp | 85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() local 92 if (IsDead(Sym)) in removeSections() 106 SymTable.removeSymbols(IsDead); in removeSections()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 99 bool IsDead : 1; variable 294 return IsDead; in isDead() 383 IsDead = Val; 619 Op.IsDead = isDead;
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.cc | 169 bool StateMap::IsDead(StateMap::CondId id) const { return id == dead_id_; } in IsDead() function in tensorflow::functionalize_cond::StateMap 1055 if (state_map_.IsEmpty(dst) || state_map_.IsDead(src)) return src; in JoinCondStatesNonMerge() 1056 if (state_map_.IsDead(dst) || state_map_.IsEmpty(src)) return dst; in JoinCondStatesNonMerge() 1104 if (state_map_.IsDead(src)) return src; in JoinCondStatesMerge() 1105 if (state_map_.IsDead(dst)) return dst; in JoinCondStatesMerge() 1141 if (state_map_.IsDead(id)) return id; in StateAlongEdge() 1170 if (state_map_.IsDead(state_map_.LookupCondId(dst))) return Status::OK(); in DetermineCondStateMerge() 1217 if (!state_map_.IsDead(state_map_.LookupCondId(node))) return Status::OK(); in RemoveRedundantMerge() 1226 if (!state_map_.IsDead(src_id)) { in RemoveRedundantMerge() 1261 if (state_map_.IsDead(dst_id)) return Status::OK(); in RemoveRedundantSwitch() [all …]
|
D | functionalize_cond.h | 146 bool IsDead(CondId id) const;
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 139 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local 154 if (IsDead(IA)) { in collect()
|
D | HexagonRDFOpt.cpp | 239 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local 248 if (!std::all_of(Defs.begin(), Defs.end(), IsDead)) in rewrite()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local 165 if (IsDead(IA)) { in collect()
|
D | HexagonRDFOpt.cpp | 253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local 262 if (!llvm::all_of(Defs, IsDead)) in rewrite()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local 165 if (IsDead(IA)) { in collect()
|
D | HexagonRDFOpt.cpp | 253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local 262 if (!llvm::all_of(Defs, IsDead)) in rewrite()
|
/external/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 216 bool IsDead = true; in eraseInstrWithNoUses() local 223 IsDead = false; in eraseInstrWithNoUses() 233 IsDead = false; in eraseInstrWithNoUses() 239 if (!IsDead) continue; in eraseInstrWithNoUses()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 211 bool IsDead = true; in eraseInstrWithNoUses() local 217 IsDead = false; in eraseInstrWithNoUses() 225 IsDead = false; in eraseInstrWithNoUses() 231 if (!IsDead) continue; in eraseInstrWithNoUses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 211 bool IsDead = true; in eraseInstrWithNoUses() local 217 IsDead = false; in eraseInstrWithNoUses() 225 IsDead = false; in eraseInstrWithNoUses() 231 if (!IsDead) continue; in eraseInstrWithNoUses()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 496 bool IsDead = MRI.use_empty(Reg); in RematerializeCheapDef() local 497 if (!IsDead) { in RematerializeCheapDef() 500 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in RematerializeCheapDef() 504 if (IsDead) { in RematerializeCheapDef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 550 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local 551 if (!IsDead) { in rematerializeCheapDef() 554 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef() 559 if (IsDead) { in rematerializeCheapDef()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 586 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local 587 if (!IsDead) { in rematerializeCheapDef() 590 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef() 595 if (IsDead) { in rematerializeCheapDef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 138 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument 142 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()
|