HomeSort by relevance Sort by last modified time
    Searched refs:getMaskElt (Results 1 - 11 of 11) 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/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 505 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1))
509 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1) ||
510 !isConstantOrUndef(N->getMaskElt(i+8), i*2+1))
521 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+2) ||
522 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3))
526 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+2) ||
527 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3) ||
528 !isConstantOrUndef(N->getMaskElt(i+8), i*2+2) ||
529 !isConstantOrUndef(N->getMaskElt(i+9), i*2+3))
546 if (!isConstantOrUndef(N->getMaskElt(i*UnitSize*2+j)
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 844 static llvm::Constant *getMaskElt(llvm::ShuffleVectorInst *SVI, unsigned Idx,
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
SelectionDAG.cpp 447 ID.AddInteger(SVN->getMaskElt(i));
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1115 milliseconds