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.h453 getFConstantSplat(Register VReg, const MachineRegisterInfo &MRI,
H A DMIPatternMatch.h183 return (FPValReg = getFConstantSplat(Reg, MRI)) || in match()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1445 llvm::getFConstantSplat(Register VReg, const MachineRegisterInfo &MRI, in getFConstantSplat() function in llvm
1553 auto MaybeCstFP = getFConstantSplat(Def, MRI, /*allowUndef=*/false); in isConstantOrConstantSplatVectorFP()
H A DCombinerHelper.cpp5889 ? getFConstantSplat(LHS, MRI, /* allowUndef */ true) in matchFsubToFneg()