Searched refs:SrcUndef (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 376 bool SrcUndef = MPhi->getOperand(i*2+1).isUndef() || in LowerPHINode() local 399 if (SrcUndef) { in LowerPHINode() 421 if (LV && !SrcUndef && in LowerPHINode() 482 if (!SrcUndef && in LowerPHINode()
|
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 362 bool SrcUndef = MPhi->getOperand(i*2+1).isUndef() || in LowerPHINode() local 385 if (SrcUndef) { in LowerPHINode() 407 if (LV && !SrcUndef && in LowerPHINode() 468 if (!SrcUndef && in LowerPHINode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1359 APInt SrcZero, SrcUndef; in SimplifyDemandedVectorElts() local 1370 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts() 1380 if (SrcUndef[i]) in SimplifyDemandedVectorElts() 1395 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts() 1405 if (SrcUndef.extractBits(Scale, i * Scale).isAllOnesValue()) in SimplifyDemandedVectorElts() 1494 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local 1495 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts() 1498 KnownUndef = SrcUndef.extractBits(NumElts, SubIdx); in SimplifyDemandedVectorElts() 1629 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local 1630 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedElts, SrcUndef, in SimplifyDemandedVectorElts() [all …]
|