Searched refs:GetInstWords (Results 1 – 6 of 6) sorted by relevance
455 const uint32_t first_operand_id = GetInstWords()[3]; in GetRuleBasedMtf()495 const uint32_t vector_id = GetInstWords()[3]; in GetRuleBasedMtf()555 const uint32_t pointer_id = GetInstWords()[1]; in GetRuleBasedMtf()585 const uint32_t composite_type = GetInstWords()[1]; in GetRuleBasedMtf()617 const uint32_t return_type = GetInstWords()[1]; in GetRuleBasedMtf()619 const uint32_t ext_inst_index = GetInstWords()[4]; in GetRuleBasedMtf()722 const uint32_t return_type = GetInstWords()[1]; in GetRuleBasedMtf()732 const uint32_t return_type = GetInstWords()[1]; in GetRuleBasedMtf()737 const uint32_t function_id = GetInstWords()[3]; in GetRuleBasedMtf()
120 const uint32_t* GetInstWords() const override { return inst_words_.data(); } in GetInstWords() function
221 virtual const uint32_t* GetInstWords() const { return inst_.words; } in GetInstWords() function