ΒΆllvm::Printable printRegUnit(
    unsigned int Unit,
    const llvm::TargetRegisterInfo* TRI)

Description

Create Printable object to print register units on a \ref raw_ostream. Register units are named after their root registers: al - Single root. fp0~st7 - Dual roots. Usage: OS < < printRegUnit(Unit, TRI) < < '\n';

Declared at: llvm/include/llvm/CodeGen/TargetRegisterInfo.h:1300

Parameters

unsigned int Unit
const llvm::TargetRegisterInfo* TRI