Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp547 bool SrcUndef = MPhi->getOperand(i * 2 + 1).isUndef() || in LowerPHINode() local
592 if (SrcUndef) { in LowerPHINode()
615 if (LV && !SrcUndef && in LowerPHINode()
676 if (!SrcUndef && in LowerPHINode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3252 APInt SrcUndef = KnownUndef.zextOrTrunc(NumSrcElts); in SimplifyDemandedVectorElts() local
3254 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3290 APInt SrcDemandedElts, SrcZero, SrcUndef; in SimplifyDemandedVectorElts() local
3297 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3340 if (SrcUndef[i]) in SimplifyDemandedVectorElts()
3352 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3362 if (SrcUndef.extractBits(Scale, i * Scale).isAllOnes()) in SimplifyDemandedVectorElts()
3501 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
3502 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts()
3505 KnownUndef = SrcUndef.extractBits(NumElts, Idx); in SimplifyDemandedVectorElts()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43575 APInt SrcUndef; in SimplifyDemandedVectorEltsForTargetNode() local
43576 if (SimplifyDemandedVectorElts(Src, DemandedElts, SrcUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
43799 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
43801 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
43884 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
43885 if (SimplifyDemandedVectorElts(Src, DemandedSrc, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
43889 KnownUndef = SrcUndef.zextOrTrunc(NumElts); in SimplifyDemandedVectorEltsForTargetNode()
43959 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
43961 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
44341 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
[all …]