Home
last modified time | relevance | path

Searched refs:setKill (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp145 definition.setKill(false); in process_live_temps_per_block()
148 definition.setKill(true); in process_live_temps_per_block()
160 op.setKill(false); in process_live_temps_per_block()
176 insn->operands[j].setKill(true); in process_live_temps_per_block()
214 definition.setKill(false); in process_live_temps_per_block()
216 definition.setKill(true); in process_live_temps_per_block()
274 operand.setKill(!live.count(operand.tempId())); in process_live_temps_per_block()
Daco_ir.h836 constexpr void setKill(bool flag) noexcept in setKill() function
849 setKill(flag); in setFirstKill()
959 constexpr void setKill(bool flag) noexcept { isKill_ = flag; } in setKill() function
Daco_register_allocation.cpp852 op.setKill(true); in update_renames()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp233 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill() function in __anonffb6b4b40211::Chain
693 ActiveChains[MO.getReg()]->setKill(MI, Idx, /*Immutable=*/MO.isTied()); in maybeKillChain()
704 I->second->setKill(MI, Idx, /*Immutable=*/true); in maybeKillChain()