Searched refs:is_phi (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_reindex_ssa.cpp | 71 while (is_phi(*it)) { in reindex_program() 84 while (is_phi(*it)) { in reindex_program()
|
H A D | aco_live_var_analysis.cpp | 126 if (is_phi(insn)) in process_live_temps_per_block() 201 assert(is_phi(insn) && insn->definitions.size() == 1); in process_live_temps_per_block() 251 assert(is_phi(insn)); in process_live_temps_per_block()
|
H A D | aco_register_allocation.cpp | 1108 for (unsigned i = 0; !is_phi(instr) && i < instr->operands.size(); i++) { in get_regs_for_copies() 1251 for (unsigned j = 0; !is_phi(instr) && j < instr->operands.size(); j++) { in get_reg_impl() 1366 if (!is_phi(instr) && instr->opcode != aco_opcode::p_create_vector) { in get_reg_impl() 2058 if (!is_phi(phi)) in get_regs_for_phis() 2241 if (!is_phi(phi)) in handle_loop_phis() 2271 if (idx == loop_header_idx && is_phi(instr)) in handle_loop_phis() 2312 if (!is_phi(instr)) in init_reg_file() 2332 if (!is_phi(instr)) in init_reg_file() 2379 if (is_phi(instr)) in get_affinities() 2475 assert(is_phi(inst in get_affinities() [all...] |
H A D | aco_lower_phis.cpp | 353 } else if (!is_phi(phi)) { in lower_phis()
|
H A D | aco_lower_to_cssa.cpp | 221 if (is_phi(it->get())) in intersects()
|
H A D | aco_ir.h | 1784 is_phi(Instruction* instr) 1790 is_phi(aco_ptr<Instruction>& instr) 1792 return is_phi(instr.get());
|
H A D | aco_validate.cpp | 262 bool can_be_undef = is_phi(instr) || instr->isEXP() || instr->isReduction() || in validate_ir() 1174 if (!is_phi(instr)) { in validate_ra()
|
H A D | aco_spill.cpp | 459 if (!is_phi(phi)) in get_live_in_demand() 698 if (!is_phi(phi)) in init_live_in_vars() 858 if (!is_phi(phi)) in add_coupling_code()
|
H A D | aco_optimizer.cpp | 1293 if (info.is_undefined() && is_phi(instr)) in label_instruction()
|
H A D | aco_instruction_selection.cpp | 10514 } else if (!is_phi(instr)) { 10533 } else if (!is_phi(instr)) {
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | mid-tier-register-allocator.cc | 380 bool is_phi() const { return is_phi_; } in is_phi() function in v8::internal::compiler::final 494 bool is_phi, bool is_constant, 527 int instr_index, bool is_phi, in Initialize() 536 is_phi_ = is_phi; in Initialize() 580 if (is_phi()) { in EnsureSpillRange() 524 Initialize(int virtual_register, MachineRepresentation rep, InstructionOperand* spill_operand, int instr_index, bool is_phi, bool is_constant, bool is_defined_in_deferred_block, bool is_exceptional_call_output) Initialize() argument
|
H A D | register-allocator.cc | 1056 if (range->TopLevel()->is_phi()) os << "phi "; in operator <<() 2297 if (to_range->is_phi()) { in ProcessInstructions() 3865 if (range->IsTopLevel() && range->TopLevel()->is_phi()) { in SetLiveRangeAssignedRegister() 4483 if (!range->is_phi()) return false; in TryReuseSpillForPhi() 4684 if (top_range->is_phi()) { in CommitAssignment()
|
H A D | register-allocator.h | 813 bool is_phi() const { return IsPhiField::decode(bits_); } in is_phi() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final 817 bool is_loop_phi() const { return is_phi() && !is_non_loop_phi(); } in is_loop_phi()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.h | 827 bool is_phi() { return subtype == NST_PHI; } in is_phi() function in r600_sb::node
|
Completed in 54 milliseconds