Searched refs:AllowUndef (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Utils.h | 454 bool AllowUndef = true); 460 int64_t SplatValue, bool AllowUndef); 466 int64_t SplatValue, bool AllowUndef); 472 bool AllowUndef = false); 478 bool AllowUndef = false);
|
| H A D | LegalizationArtifactCombiner.h | 942 bool AllowUndef) { in isSequenceFromUnmerge() argument 953 } else if (!AllowUndef || in isSequenceFromUnmerge()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 1355 bool AllowUndef) { in getAnyConstantSplat() argument 1371 ? getAnyConstantSplat(Element, MRI, AllowUndef) in getAnyConstantSplat() 1376 if (AllowUndef && isa<GImplicitDef>(MRI.getVRegDef(Element))) in getAnyConstantSplat() 1397 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat() argument 1398 if (auto SplatValAndReg = getAnyConstantSplat(Reg, MRI, AllowUndef)) in isBuildVectorConstantSplat() 1406 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat() argument 1408 AllowUndef); in isBuildVectorConstantSplat() 1446 bool AllowUndef) { in getFConstantSplat() argument 1447 if (auto SplatValAndReg = getAnyConstantSplat(VReg, MRI, AllowUndef)) in getFConstantSplat() 1454 bool AllowUndef) { in isBuildVectorAllZeros() argument [all …]
|