Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1335 std::optional<ValueAndVReg> getAnyConstantSplat(Register VReg, in getAnyConstantSplat() function
1353 ? getAnyConstantSplat(Element, MRI, AllowUndef) in getAnyConstantSplat()
1380 if (auto SplatValAndReg = getAnyConstantSplat(Reg, MRI, AllowUndef)) in isBuildVectorConstantSplat()
1395 getAnyConstantSplat(Reg, MRI, /* AllowUndef */ false)) { in getIConstantSplatVal()
1414 getAnyConstantSplat(Reg, MRI, /* AllowUndef */ false)) in getIConstantSplatSExtVal()
1428 if (auto SplatValAndReg = getAnyConstantSplat(VReg, MRI, AllowUndef)) in getFConstantSplat()