Home
last modified time | relevance | path

Searched refs:getFConstantVRegValWithLookThrough (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h204 getFConstantVRegValWithLookThrough(Register VReg,
H A DMIPatternMatch.h156 FPValReg = getFConstantVRegValWithLookThrough(Reg, MRI); in match()
171 (FPValReg = getFConstantVRegValWithLookThrough(Reg, MRI)); in match()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp421 Optional<FPValueAndVReg> llvm::getFConstantVRegValWithLookThrough( in getFConstantVRegValWithLookThrough() function in llvm
1109 return getFConstantVRegValWithLookThrough(SplatValAndReg->VReg, MRI); in getFConstantSplat()