Home
last modified time | relevance | path

Searched refs:IsDead (Results 1 – 12 of 12) sorted by relevance

/third_party/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp151 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 …]
Daggressive_dead_code_elim_pass.h73 bool IsDead(Instruction* inst);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp211 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/
DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
165 if (IsDead(IA)) { in collect()
DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
262 if (!llvm::all_of(Defs, IsDead)) in rewrite()
DRDFLiveness.cpp390 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/
DWebAssemblyRegStackify.cpp550 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/
DSILowerControlFlow.cpp138 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument
142 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()
DAMDGPUMachineCFGStructurizer.cpp1610 bool IsDead = true; in replaceLiveOutRegs() local
1616 IsDead = false; in replaceLiveOutRegs()
1621 << (IsDead ? "dead" : "alive") in replaceLiveOutRegs()
1623 if (IsDead) { in replaceLiveOutRegs()
DSIInstrInfo.cpp1657 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/
DAttributor.cpp2663 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/
DX86InstrInfo.cpp793 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local
865 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA()
874 if (IsDead) in convertToThreeAddressWithLEA()