LLVM 22.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
GFCstAndRegMatch (std::optional< FPValueAndVReg > &FPValReg) | |
bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
std::optional< FPValueAndVReg > & | FPValReg |
Definition at line 164 of file MIPatternMatch.h.
|
inline |
Definition at line 166 of file MIPatternMatch.h.
References FPValReg.
|
inline |
Definition at line 168 of file MIPatternMatch.h.
References FPValReg, llvm::getFConstantVRegValWithLookThrough(), MRI, and Reg.
std::optional<FPValueAndVReg>& llvm::MIPatternMatch::GFCstAndRegMatch::FPValReg |
Definition at line 165 of file MIPatternMatch.h.
Referenced by GFCstAndRegMatch(), and match().