LLVM 20.0.0git
|
#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 |
Definition at line 169 of file MIPatternMatch.h.
|
inline |
Definition at line 171 of file MIPatternMatch.h.
|
inline |
Definition at line 173 of file MIPatternMatch.h.
References FPValReg, llvm::getFConstantSplat(), llvm::getFConstantVRegValWithLookThrough(), MRI, and Reg.
std::optional<FPValueAndVReg>& llvm::MIPatternMatch::GFCstOrSplatGFCstMatch::FPValReg |
Definition at line 170 of file MIPatternMatch.h.
Referenced by match().