Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h437 bool AllowUndef = true);
443 int64_t SplatValue, bool AllowUndef);
449 int64_t SplatValue, bool AllowUndef);
455 bool AllowUndef = false);
461 bool AllowUndef = false);
H A DLegalizationArtifactCombiner.h937 bool AllowUndef) { in isSequenceFromUnmerge() argument
948 } else if (!AllowUndef || in isSequenceFromUnmerge()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1337 bool AllowUndef) { in getAnyConstantSplat() argument
1353 ? getAnyConstantSplat(Element, MRI, AllowUndef) in getAnyConstantSplat()
1358 if (AllowUndef && isa<GImplicitDef>(MRI.getVRegDef(Element))) in getAnyConstantSplat()
1379 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat() argument
1380 if (auto SplatValAndReg = getAnyConstantSplat(Reg, MRI, AllowUndef)) in isBuildVectorConstantSplat()
1387 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat() argument
1389 AllowUndef); in isBuildVectorConstantSplat()
1427 bool AllowUndef) { in getFConstantSplat() argument
1428 if (auto SplatValAndReg = getAnyConstantSplat(VReg, MRI, AllowUndef)) in getFConstantSplat()
1435 bool AllowUndef) { in isBuildVectorAllZeros() argument
[all …]