LLVM 22.0.0git
MipsSEFrameLowering.cpp File Reference

Go to the source code of this file.

Functions

static std::pair< unsigned, unsignedgetMFHiLoOpc (unsigned Src)
static void setAliasRegs (MachineFunction &MF, BitVector &SavedRegs, unsigned Reg)
 Mark Reg and all registers aliasing it in the bitset.

Function Documentation

◆ getMFHiLoOpc()

std::pair< unsigned, unsigned > getMFHiLoOpc ( unsigned Src)
static

Definition at line 47 of file MipsSEFrameLowering.cpp.

References contains().

◆ setAliasRegs()

void setAliasRegs ( MachineFunction & MF,
BitVector & SavedRegs,
unsigned Reg )
static