Searched refs:SrcUndef (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | PHIElimination.cpp | 429 bool SrcUndef = MPhi->getOperand(i*2+1).isUndef() || in LowerPHINode() local 465 if (SrcUndef) { in LowerPHINode() 488 if (LV && !SrcUndef && in LowerPHINode() 549 if (!SrcUndef && in LowerPHINode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 2454 APInt SrcZero, SrcUndef; in SimplifyDemandedVectorElts() local 2465 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts() 2493 if (SrcUndef[i]) in SimplifyDemandedVectorElts() 2508 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts() 2518 if (SrcUndef.extractBits(Scale, i * Scale).isAllOnesValue()) in SimplifyDemandedVectorElts() 2625 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local 2626 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts() 2629 KnownUndef = SrcUndef.extractBits(NumElts, Idx); in SimplifyDemandedVectorElts() 2779 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local 2783 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 38467 APInt SrcUndef; in SimplifyDemandedVectorEltsForTargetNode() local 38468 if (SimplifyDemandedVectorElts(Src, DemandedElts, SrcUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 38562 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local 38564 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 38647 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local 38648 if (SimplifyDemandedVectorElts(Src, DemandedSrc, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 38652 KnownUndef = SrcUndef.zextOrTrunc(NumElts); in SimplifyDemandedVectorEltsForTargetNode() 38697 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local 38699 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 38935 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local [all …]
|