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

  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 34 /// getMaskElt - Return element N of the specified mask.
35 static unsigned getMaskElt(unsigned Mask, unsigned Elt) {
74 return getMaskElt(Mask, 0)*9*9*9 + getMaskElt(Mask, 1)*9*9 +
75 getMaskElt(Mask, 2)*9 + getMaskElt(Mask, 3);
79 OS << "<" << (char)(getMaskElt(i, 0) == 8 ? 'u' : ('0'+getMaskElt(i, 0)))
80 << "," << (char)(getMaskElt(i, 1) == 8 ? 'u' : ('0'+getMaskElt(i, 1))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 543 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1))
547 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1) ||
548 !isConstantOrUndef(N->getMaskElt(i+8), i*2+1))
559 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+2) ||
560 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3))
564 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+2) ||
565 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3) ||
566 !isConstantOrUndef(N->getMaskElt(i+8), i*2+2) ||
567 !isConstantOrUndef(N->getMaskElt(i+9), i*2+3))
584 if (!isConstantOrUndef(N->getMaskElt(i*UnitSize*2+j)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 361 int Idx = SVN->getMaskElt(i);
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 458 ID.AddInteger(SVN->getMaskElt(i));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 833 static llvm::Constant *getMaskElt(llvm::ShuffleVectorInst *SVI, unsigned Idx,
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 268 milliseconds