Searched refs:SrcUndef (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PHIElimination.cpp | 539 bool SrcUndef = MPhi->getOperand(i * 2 + 1).isUndef() || in LowerPHINode() local 584 if (SrcUndef) { in LowerPHINode() 607 if (LV && !SrcUndef && in LowerPHINode() 668 if (!SrcUndef && in LowerPHINode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3124 APInt SrcUndef = KnownUndef.zextOrTrunc(NumSrcElts); in SimplifyDemandedVectorElts() local 3126 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts() 3149 APInt SrcDemandedElts, SrcZero, SrcUndef; in SimplifyDemandedVectorElts() local 3156 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts() 3199 if (SrcUndef[i]) in SimplifyDemandedVectorElts() 3211 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts() 3221 if (SrcUndef.extractBits(Scale, i * Scale).isAllOnes()) in SimplifyDemandedVectorElts() 3360 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local 3361 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts() 3364 KnownUndef = SrcUndef.extractBits(NumElts, Idx); in SimplifyDemandedVectorElts() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41989 APInt SrcUndef; in SimplifyDemandedVectorEltsForTargetNode() local 41990 if (SimplifyDemandedVectorElts(Src, DemandedElts, SrcUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42191 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local 42193 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42276 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local 42277 if (SimplifyDemandedVectorElts(Src, DemandedSrc, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42281 KnownUndef = SrcUndef.zextOrTrunc(NumElts); in SimplifyDemandedVectorEltsForTargetNode() 42349 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local 42351 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42616 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local [all …]
|