Searched refs:setKill (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_live_var_analysis.cpp | 131 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()
|
D | aco_lower_to_cssa.cpp | 155 phi->operands[i].setKill(true); in collect_phi_info()
|
D | aco_ir.h | 696 constexpr void setKill(bool flag) noexcept in setKill() function 712 setKill(flag); in setFirstKill() 859 constexpr void setKill(bool flag) noexcept in setKill() function
|
D | aco_register_allocation.cpp | 593 op.setKill(true); in update_renames() 1854 definition.setKill(false); in register_allocation()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 233 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/ |
D | AArch64A57FPLoadBalancing.cpp | 233 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/ |
D | AArch64A57FPLoadBalancing.cpp | 238 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()
|