Searched defs:is_ssa (Results 1 – 9 of 9) sorted by relevance
143 RegisterVec4 ValueFactory::allocate_pinned_vec4(int sel, bool is_ssa) in allocate_pinned_vec4()252 PRegister ValueFactory::temp_register(int pinned_channel, bool is_ssa) in temp_register()617 bool is_ssa = s[0] == 'S'; in dest_from_string() local735 bool is_ssa = false; in dest_vec4_from_string() local762 bool is_ssa = false; in src_vec4_from_string() local
163 bool is_ssa() const { return m_is_ssa;} in is_ssa() function
82 int sel_and_szw_from_string(const std::string& str, RegisterVec4::Swizzle &swz, bool& is_ssa) in sel_and_szw_from_string()
339 RegisterVec4::RegisterVec4(int sel, bool is_ssa, const Swizzle& swz, Pin pin): in RegisterVec4()
494 unsigned is_ssa:1; /* <-- Header */ member573 uint8_t is_ssa:1; member579 uint8_t is_ssa:1; member
64 bool is_ssa; member
987 bool is_ssa; member1017 bool is_ssa; member
99 bool is_ssa; member
745 bool is_ssa = dest->is_ssa; in emit_alu() local