struct GCstAndRegMatch

Declaration

struct GCstAndRegMatch { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:139

Member Variables

public Optional<llvm::ValueAndVReg>& ValReg

Method Overview

  • public GCstAndRegMatch(Optional<llvm::ValueAndVReg> & ValReg)
  • public bool match(const llvm::MachineRegisterInfo & MRI, llvm::Register Reg)

Methods

GCstAndRegMatch(
    Optional<llvm::ValueAndVReg>& ValReg)

Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:141

Parameters

Optional<llvm::ValueAndVReg>& ValReg

bool match(const llvm::MachineRegisterInfo& MRI,
           llvm::Register Reg)

Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:142

Parameters

const llvm::MachineRegisterInfo& MRI
llvm::Register Reg