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 136 unsigned NumElems, SelectionDAG &DAG,
139 return Insert128BitVector(V, V2, NumElems/2, DAG, dl);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 97 unsigned NumElems = 2;
99 EVT NVT = EVT::getVectorVT(*DAG.getContext(), ElemVT, NumElems);
107 NumElems *= 2;
109 NVT = EVT::getVectorVT(*DAG.getContext(), ElemVT, NumElems);
116 for (unsigned i = 0; i < NumElems; ++i)
LegalizeVectorOps.cpp 745 unsigned NumElems = VT.getVectorNumElements();
750 SmallVector<SDValue, 8> Ops(NumElems);
751 for (unsigned i = 0; i < NumElems; ++i) {
763 return DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &Ops[0], NumElems);
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 194 unsigned NumElems = N->getNumOperands();
195 if (NumElems == 1)
197 for (unsigned i = 1; i < NumElems; ++i) {
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 346 unsigned NumElems = STy->getNumElements();
348 if (NumElems == 0)
354 for (unsigned i = 1; i != NumElems; ++i)
361 Constant *N = ConstantInt::get(DestTy, NumElems);
414 unsigned NumElems = STy->getNumElements();
416 if (NumElems == 0)
422 for (unsigned i = 1; i != NumElems; ++i)
472 unsigned NumElems = STy->getNumElements();
474 if (NumElems == 0)
480 for (unsigned i = 1; i != NumElems; ++i
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 58 milliseconds