LLVM 22.0.0git
llvm::MIPatternMatch::GFCstOrSplatGFCstMatch Struct Reference

#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"

Public Member Functions

 GFCstOrSplatGFCstMatch (std::optional< FPValueAndVReg > &FPValReg)
bool match (const MachineRegisterInfo &MRI, Register Reg)

Public Attributes

std::optional< FPValueAndVReg > & FPValReg

Detailed Description

Definition at line 178 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ GFCstOrSplatGFCstMatch()

llvm::MIPatternMatch::GFCstOrSplatGFCstMatch::GFCstOrSplatGFCstMatch ( std::optional< FPValueAndVReg > & FPValReg)
inline

Definition at line 180 of file MIPatternMatch.h.

References FPValReg.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ FPValReg

std::optional<FPValueAndVReg>& llvm::MIPatternMatch::GFCstOrSplatGFCstMatch::FPValReg

Definition at line 179 of file MIPatternMatch.h.

Referenced by GFCstOrSplatGFCstMatch(), and match().


The documentation for this struct was generated from the following file: