LLVM 23.0.0git
llvm::AArch64_IMM Namespace Reference

Classes

struct  AddrInsnModel
struct  ImmInsnModel

Functions

void expandMOVImm (uint64_t Imm, unsigned BitSize, SmallVectorImpl< ImmInsnModel > &Insn)
 Expand a MOVi32imm or MOVi64imm pseudo instruction to one or more real move-immediate instructions to synthesize the immediate.
void expandMOVAddr (unsigned Opcode, unsigned TargetFlags, bool IsTargetMachO, SmallVectorImpl< AddrInsnModel > &Insn)

Function Documentation

◆ expandMOVAddr()

void llvm::AArch64_IMM::expandMOVAddr ( unsigned Opcode,
unsigned TargetFlags,
bool IsTargetMachO,
SmallVectorImpl< AddrInsnModel > & Insn )

◆ expandMOVImm()