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

  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 312 unsigned NumElems = VT.getVectorNumElements();
317 SmallVector<SDValue, 8> Ops(NumElems);
318 for (unsigned i = 0; i < NumElems; ++i) {
330 return DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &Ops[0], NumElems);
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 200 unsigned NumElems = N->getNumOperands();
201 if (NumElems == 1)
203 for (unsigned i = 1; i < NumElems; ++i) {
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 345 unsigned NumElems = STy->getNumElements();
347 if (NumElems == 0)
353 for (unsigned i = 1; i != NumElems; ++i)
360 Constant *N = ConstantInt::get(DestTy, NumElems);
413 unsigned NumElems = STy->getNumElements();
415 if (NumElems == 0)
421 for (unsigned i = 1; i != NumElems; ++i)
471 unsigned NumElems = STy->getNumElements();
473 if (NumElems == 0)
479 for (unsigned i = 1; i != NumElems; ++i
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 191 milliseconds