class GAnyLoad

Declaration

class GAnyLoad : public GLoadStore { /* full declaration omitted */ };

Description

Represents any generic load, including sign/zero extending variants.

Declared at: llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h:79

Inherits from: GLoadStore

Member Variables

Method Overview

  • public static bool classof(const llvm::MachineInstr * MI)
  • public llvm::Register getDstReg() const

Inherited from GLoadStore:

Inherited from GenericMachineInstr:

Inherited from MachineInstr:

Methods

static bool classof(const llvm::MachineInstr* MI)

Declared at: llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h:84

Parameters

const llvm::MachineInstr* MI

llvm::Register getDstReg() const

Description

Get the definition register of the loaded value.

Declared at: llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h:82