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.cpp1353 std::optional<ValueAndVReg> getAnyConstantSplat(Register VReg, in getAnyConstantSplat() function
1371 ? getAnyConstantSplat(Element, MRI, AllowUndef) in getAnyConstantSplat()
1398 if (auto SplatValAndReg = getAnyConstantSplat(Reg, MRI, AllowUndef)) in isBuildVectorConstantSplat()
1414 getAnyConstantSplat(Reg, MRI, /* AllowUndef */ false)) { in getIConstantSplatVal()
1433 getAnyConstantSplat(Reg, MRI, /* AllowUndef */ false)) in getIConstantSplatSExtVal()
1447 if (auto SplatValAndReg = getAnyConstantSplat(VReg, MRI, AllowUndef)) in getFConstantSplat()