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.cpp462 bool SrcUndef = MPhi->getOperand(i*2+1).isUndef() || in LowerPHINode() local
507 if (SrcUndef) { in LowerPHINode()
530 if (LV && !SrcUndef && in LowerPHINode()
590 if (!SrcUndef && in LowerPHINode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3086 APInt SrcUndef = KnownUndef.zextOrTrunc(NumSrcElts); in SimplifyDemandedVectorElts() local
3111 APInt SrcDemandedElts, SrcZero, SrcUndef; in SimplifyDemandedVectorElts() local
3118 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3161 if (SrcUndef[i]) in SimplifyDemandedVectorElts()
3183 if (SrcUndef.extractBits(Scale, i * Scale).isAllOnes()) in SimplifyDemandedVectorElts()
3308 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
3312 KnownUndef = SrcUndef.extractBits(NumElts, Idx); in SimplifyDemandedVectorElts()
3472 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
3480 KnownUndef = SrcUndef.zextOrTrunc(NumElts); in SimplifyDemandedVectorElts()
3594 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41077 APInt SrcUndef; in SimplifyDemandedVectorEltsForTargetNode() local
41078 if (SimplifyDemandedVectorElts(Src, DemandedElts, SrcUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41263 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
41265 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41348 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
41349 if (SimplifyDemandedVectorElts(Src, DemandedSrc, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41353 KnownUndef = SrcUndef.zextOrTrunc(NumElts); in SimplifyDemandedVectorEltsForTargetNode()
41412 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
41414 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41679 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
[all …]