Lines Matching refs:AllowUndef
1023 bool AllowUndef) { in getAnyConstantSplat() argument
1039 if (AllowUndef && isa<GImplicitDef>(MRI.getVRegDef(Element))) in getAnyConstantSplat()
1060 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat() argument
1061 if (auto SplatValAndReg = getAnyConstantSplat(Reg, MRI, AllowUndef)) in isBuildVectorConstantSplat()
1068 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat() argument
1070 AllowUndef); in isBuildVectorConstantSplat()
1107 bool AllowUndef) { in getFConstantSplat() argument
1108 if (auto SplatValAndReg = getAnyConstantSplat(VReg, MRI, AllowUndef)) in getFConstantSplat()
1115 bool AllowUndef) { in isBuildVectorAllZeros() argument
1116 return isBuildVectorConstantSplat(MI, MRI, 0, AllowUndef); in isBuildVectorAllZeros()
1121 bool AllowUndef) { in isBuildVectorAllOnes() argument
1122 return isBuildVectorConstantSplat(MI, MRI, -1, AllowUndef); in isBuildVectorAllOnes()