Searched refs:oth (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_misc.cpp40 auto& oth = static_cast<const EmitVertex&>(lhs); local in function:r600::EmitVertex::is_equal_to
41 return oth.m_stream == m_stream &&
42 oth.m_cut == m_cut;
H A Dsfn_instruction_export.cpp74 const auto& oth = static_cast<const ExportInstruction&>(lhs); local in function:r600::ExportInstruction::is_equal_to
76 return (gpr() == oth.gpr()) &&
77 (m_type == oth.m_type) &&
78 (m_loc == oth.m_loc) &&
79 (m_is_last == oth.m_is_last);
224 const auto& oth = static_cast<const StreamOutIntruction&>(lhs); local in function:r600::StreamOutIntruction::is_equal_to
226 return gpr() == oth.gpr() &&
227 m_element_size == oth.m_element_size &&
228 m_burst_count == oth.m_burst_count &&
229 m_array_base == oth
281 const auto& oth = static_cast<const MemRingOutIntruction&>(lhs); local in function:r600::MemRingOutIntruction::is_equal_to
[all...]
H A Dsfn_instruction_alu.cpp96 const auto& oth = static_cast<const AluInstruction&>(lhs); local in function:r600::AluInstruction::is_equal_to
98 if (m_opcode != oth.m_opcode) {
102 if (*m_dest != *oth.m_dest)
105 if (m_src.size() != oth.m_src.size())
109 if (*m_src[i] != *oth.m_src[i]) {
112 return (m_flags == oth.m_flags && m_cf_type == oth.m_cf_type);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_register_allocation.cpp118 bool operator==(PhysRegIterator oth) const { return reg == oth.reg; }
120 bool operator!=(PhysRegIterator oth) const { return reg != oth.reg; }
122 bool operator<(PhysRegIterator oth) const { return reg < oth.reg; }
142 bool operator!=(const PhysRegInterval& oth) const { return lo_ != oth.lo_ || size != oth.size; }

Completed in 8 milliseconds