Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp131 definition.setKill(false); in process_live_temps_per_block()
134 definition.setKill(true); in process_live_temps_per_block()
149 op.setKill(false); in process_live_temps_per_block()
165 insn->operands[j].setKill(true); in process_live_temps_per_block()
202 definition.setKill(false); in process_live_temps_per_block()
204 definition.setKill(true); in process_live_temps_per_block()
244 operand.setKill(true); in process_live_temps_per_block()
Daco_lower_to_cssa.cpp155 phi->operands[i].setKill(true); in collect_phi_info()
Daco_ir.h696 constexpr void setKill(bool flag) noexcept in setKill() function
712 setKill(flag); in setFirstKill()
859 constexpr void setKill(bool flag) noexcept in setKill() function
Daco_register_allocation.cpp593 op.setKill(true); in update_renames()
1854 definition.setKill(false); in register_allocation()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp233 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill() function in __anonc196c1a00211::Chain
693 ActiveChains[MO.getReg()]->setKill(MI, Idx, /*Immutable=*/MO.isTied()); in maybeKillChain()
704 I->second->setKill(MI, Idx, /*Immutable=*/true); in maybeKillChain()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp233 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill() function in __anon6803f9140211::Chain
693 ActiveChains[MO.getReg()]->setKill(MI, Idx, /*Immutable=*/MO.isTied()); in maybeKillChain()
704 I->second->setKill(MI, Idx, /*Immutable=*/true); in maybeKillChain()
/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp238 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill() function in __anon911bd4320211::Chain
707 ActiveChains[MO.getReg()]->setKill(MI, Idx, /*Immutable=*/MO.isTied()); in maybeKillChain()
718 I->second->setKill(MI, Idx, /*Immutable=*/true); in maybeKillChain()