llvm::RISCVVType::printXSfmmVType

Print a human-readable XSfmm VTYPE string such as "e32, w2" to OS.

Synopsis

Declared in <llvm/TargetParser/RISCVTargetParser.h>

void
printXSfmmVType(
    unsigned int VType,
    raw_ostream& OS);

Parameters

NameDescription
VTypeEncoded XSfmm VTYPE value to print.
OSOutput stream to receive the formatted text.