Searched refs:PrintableInstruction (Results 1 – 3 of 3) sorted by relevance
313 PrintableInstruction wrapper; in Print()458 const PrintableInstruction& printable) { in operator <<()919 PrintableInstruction printable_instr; in PrintBlock()
517 PrintableInstruction printable = {RegisterConfiguration::Turbofan(), in PrintSchedule()
950 struct PrintableInstruction { struct954 std::ostream& operator<<(std::ostream& os, const PrintableInstruction& instr); argument