H A D | sfn_instrfactory.cpp | 35 InstrFactory::from_string(const std::string& s, int nesting_depth, bool is_cayman) in from_string() function in r600::InstrFactory 55 result = AluInstr::from_string(is, m_value_factory, group, is_cayman); in from_string() 57 result = TexInstr::from_string(is, m_value_factory); in from_string() 59 result = ExportInstr::from_string(is, m_value_factory); in from_string() 63 result = FetchInstr::from_string(is, m_value_factory); in from_string() 65 result = QueryBufferSizeInstr::from_string(is, m_value_factory); in from_string() 67 result = LoadFromBuffer::from_string(is, m_value_factory); in from_string() 69 result = LoadFromScratch::from_string(is, m_value_factory); in from_string() 71 result = IfInstr::from_string(is, m_value_factory, is_cayman); in from_string() 73 result = ScratchIOInstr::from_string(is, m_value_factory); in from_string() [all …]
|