Home
last modified time | relevance | path

Searched refs:getFConstantSplat (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h435 std::optional<FPValueAndVReg> getFConstantSplat(Register VReg,
H A DMIPatternMatch.h174 return (FPValReg = getFConstantSplat(Reg, MRI)) || in match()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1426 llvm::getFConstantSplat(Register VReg, const MachineRegisterInfo &MRI, in getFConstantSplat() function in llvm
H A DCombinerHelper.cpp5652 ? getFConstantSplat(LHS, MRI, /* allowUndef */ true) in matchFsubToFneg()