HomeSort by relevance Sort by last modified time
    Searched refs:SVOp (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 618 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
622 for (i = 0; i != 16 && SVOp->getMaskElt(i) < 0; ++i)
629 unsigned ShiftAmt = SVOp->getMaskElt(i);
636 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
641 if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))
696 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
697 assert(isSplatShuffleMask(SVOp, EltSize));
698 return SVOp->getMaskElt(0) / EltSize;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 946 milliseconds