class GStore

Declaration

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

Description

Represents a G_STORE.

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

Inherits from: GLoadStore

Member Variables

Method Overview

  • public static bool classof(const llvm::MachineInstr * MI)
  • public llvm::Register getValueReg() 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:135

Parameters

const llvm::MachineInstr* MI

llvm::Register getValueReg() const

Description

Get the stored value register.

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