LLVM 20.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 155 of file MIPatternMatch.h.
|
inline |
Definition at line 157 of file MIPatternMatch.h.
|
inline |
Definition at line 159 of file MIPatternMatch.h.
References FPValReg, llvm::getFConstantVRegValWithLookThrough(), MRI, Reg, and true.
std::optional<FPValueAndVReg>& llvm::MIPatternMatch::GFCstAndRegMatch::FPValReg |
Definition at line 156 of file MIPatternMatch.h.
Referenced by match().