Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DPHIElimination.cpp442 bool SrcUndef = MPhi->getOperand(i*2+1).isUndef() || in LowerPHINode() local
487 if (SrcUndef) { in LowerPHINode()
510 if (LV && !SrcUndef && in LowerPHINode()
570 if (!SrcUndef && in LowerPHINode()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2896 APInt SrcUndef = KnownUndef.zextOrTrunc(NumSrcElts); in SimplifyDemandedVectorElts() local
2921 APInt SrcDemandedElts, SrcZero, SrcUndef; in SimplifyDemandedVectorElts() local
2928 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
2971 if (SrcUndef[i]) in SimplifyDemandedVectorElts()
2993 if (SrcUndef.extractBits(Scale, i * Scale).isAllOnes()) in SimplifyDemandedVectorElts()
3118 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
3122 KnownUndef = SrcUndef.extractBits(NumElts, Idx); in SimplifyDemandedVectorElts()
3282 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
3290 KnownUndef = SrcUndef.zextOrTrunc(NumElts); in SimplifyDemandedVectorElts()
3404 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42112 APInt SrcUndef; in SimplifyDemandedVectorEltsForTargetNode() local
42113 if (SimplifyDemandedVectorElts(Src, DemandedElts, SrcUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42298 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
42300 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42383 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
42384 if (SimplifyDemandedVectorElts(Src, DemandedSrc, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42388 KnownUndef = SrcUndef.zextOrTrunc(NumElts); in SimplifyDemandedVectorEltsForTargetNode()
42433 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
42435 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42688 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
[all …]