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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opt_value_numbering.cpp98 case Format::VINTRP: return hash_murmur_32<Interp_instruction>(instr);
211 Interp_instruction& aI = a->vintrp();
212 Interp_instruction& bI = b->vintrp();
H A Daco_ir.h998 struct Interp_instruction;
1274 Interp_instruction& vintrp() noexcept
1277 return *(Interp_instruction*)this;
1279 const Interp_instruction& vintrp() const noexcept
1282 return *(Interp_instruction*)this;
1489 struct Interp_instruction : public Instruction { struct in namespace:aco
1494 static_assert(sizeof(Interp_instruction) == sizeof(Instruction) + 4, "Unexpected padding");
H A Daco_print_ir.cpp349 const Interp_instruction& vintrp = instr->vintrp();
H A Daco_assembler.cpp303 Interp_instruction& interp = instr->vintrp();

Completed in 10 milliseconds