/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);
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
D | RDFLiveness.cpp | 390 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local 391 NodeId U = !IsDead ? DefA.Addr->getReachedUse() : 0; in getAllReachedUses() 471 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local 472 NodeId UN = !IsDead ? DA.Addr->getReachedUse() : 0; in computePhiInfo()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
D | AMDGPUMachineCFGStructurizer.cpp | 1610 bool IsDead = true; in replaceLiveOutRegs() local 1616 IsDead = false; in replaceLiveOutRegs() 1621 << (IsDead ? "dead" : "alive") in replaceLiveOutRegs() 1623 if (IsDead) { in replaceLiveOutRegs()
|
D | SIInstrInfo.cpp | 1657 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local 1668 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 2663 STATS_DECLTRACK_FLOATING_ATTR(IsDead) in trackStatistics() 2690 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(IsDead) } in trackStatistics() 2730 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(IsDead) } in trackStatistics() 2770 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(IsDead) } in trackStatistics() 2780 void trackStatistics() const override { STATS_DECLTRACK_CSRET_ATTR(IsDead) } in trackStatistics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 793 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local 865 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA() 874 if (IsDead) in convertToThreeAddressWithLEA()
|