Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1205 std::optional<ValueAndVReg> getAnyConstantSplat(Register VReg, in getAnyConstantSplat() function
1223 ? getAnyConstantSplat(Element, MRI, AllowUndef) in getAnyConstantSplat()
1250 if (auto SplatValAndReg = getAnyConstantSplat(Reg, MRI, AllowUndef)) in isBuildVectorConstantSplat()
1265 getAnyConstantSplat(Reg, MRI, /* AllowUndef */ false)) { in getIConstantSplatVal()
1284 getAnyConstantSplat(Reg, MRI, /* AllowUndef */ false)) in getIConstantSplatSExtVal()
1298 if (auto SplatValAndReg = getAnyConstantSplat(VReg, MRI, AllowUndef)) in getFConstantSplat()