llvm::mca::operator<<

Write InstRef IR to stream OS.

Synopsis

Declared in <llvm/MCA/Instruction.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    InstRef const& IR);

Return Value

Reference to the output stream OS.

Parameters

NameDescription
OSOutput stream.
IRInstruction reference to print.