HomeSort by: relevance | last modified time | path
    Searched refs:SrcUndef (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PHIElimination.cpp 429 bool SrcUndef = MPhi->getOperand(i*2+1).isUndef() ||
465 if (SrcUndef) {
488 if (LV && !SrcUndef &&
549 if (!SrcUndef &&
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 2454 APInt SrcZero, SrcUndef;
2465 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero,
2493 if (SrcUndef[i])
2508 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero,
2518 if (SrcUndef.extractBits(Scale, i * Scale).isAllOnesValue())
2625 APInt SrcUndef, SrcZero;
2626 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO,
2629 KnownUndef = SrcUndef.extractBits(NumElts, Idx);
2779 APInt SrcUndef, SrcZero;
2783 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 56 milliseconds