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

  /external/stressapptest/src/
disk_blocks.h 65 int64 NumElems();
disk_blocks.cc 61 int64 DiskBlockTable::NumElems() {
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 131 unsigned NumElems, SelectionDAG &DAG,
134 return Insert128BitVector(V, V2, NumElems/2, DAG, dl);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 595 unsigned NumElems = VT.getVectorNumElements();
600 SmallVector<SDValue, 8> Ops(NumElems);
601 for (unsigned i = 0; i < NumElems; ++i) {
613 return DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &Ops[0], NumElems);
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 211 unsigned NumElems = N->getNumOperands();
212 if (NumElems == 1)
214 for (unsigned i = 1; i < NumElems; ++i) {
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 342 unsigned NumElems = STy->getNumElements();
344 if (NumElems == 0)
350 for (unsigned i = 1; i != NumElems; ++i)
357 Constant *N = ConstantInt::get(DestTy, NumElems);
410 unsigned NumElems = STy->getNumElements();
412 if (NumElems == 0)
418 for (unsigned i = 1; i != NumElems; ++i)
468 unsigned NumElems = STy->getNumElements();
470 if (NumElems == 0)
476 for (unsigned i = 1; i != NumElems; ++i
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 214 milliseconds