Searched refs:has_lds_access (Results 1 – 4 of 4) sorted by relevance
61 if (m_has_lds_op && instr->has_lds_access()) in add_instruction()192 if (m_has_lds_op && instr->has_lds_access()) in add_vec_instructions()247 m_has_lds_op |= instr->has_lds_access(); in try_readport()
129 bool has_lds_access() const;
490 (*alu_vec_ready.begin())->has_lds_access(); in schedule_alu()825 if ((*i)->has_lds_access()) in collect_ready_alu_vec()
789 bool AluInstr::has_lds_access() const in has_lds_access() function in r600::AluInstr