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.cpp129 definition.setKill(false); in process_live_temps_per_block()
132 definition.setKill(true); in process_live_temps_per_block()
144 op.setKill(false); in process_live_temps_per_block()
160 insn->operands[j].setKill(true); in process_live_temps_per_block()
198 definition.setKill(false); in process_live_temps_per_block()
200 definition.setKill(true); in process_live_temps_per_block()
258 operand.setKill(!live.count(operand.tempId())); in process_live_temps_per_block()
Daco_ir.h809 constexpr void setKill(bool flag) noexcept in setKill() function
822 setKill(flag); in setFirstKill()
941 constexpr void setKill(bool flag) noexcept { isKill_ = flag; } in setKill() function
Daco_register_allocation.cpp806 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 __anonc66926b50211::Chain
693 ActiveChains[MO.getReg()]->setKill(MI, Idx, /*Immutable=*/MO.isTied()); in maybeKillChain()
704 I->second->setKill(MI, Idx, /*Immutable=*/true); in maybeKillChain()