HomeSort by: relevance | last modified time | path
    Searched defs:Index1 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslmain.c 97 int Index1;
126 Index1 = Index2 =
138 while (argv[Index1])
140 Status = AcpiDmAddToExternalFileList (argv[Index1]);
146 Index1++;
  /src/external/apache2/llvm/dist/llvm/lib/Option/
ArgList.cpp 221 unsigned Index1 = MakeIndex(String1);
222 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!");
223 (void) Index1;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp 241 unsigned Index1 = cast<ConstantInt>(Ext1->getIndexOperand())->getZExtValue();
244 if (Index0 == Index1)
252 TTI.getVectorInstrCost(Ext1->getOpcode(), VecTy, Index1);
270 if (PreferredExtractIndex == Index1)
274 return Index0 > Index1 ? Ext0 : Ext1;
586 uint64_t Index0 = 0, Index1 = 0;
592 m_ConstantInt(Index1))) &&
600 if (!IsConst0 && !IsConst1 && Index0 != Index1)
611 uint64_t Index = IsConst0 ? Index1 : Index0;
701 uint64_t Index0, Index1;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 21732 int Index0, Index1;
21734 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1);
21735 if (!Src0 || !Src1 || Index0 != Index1 ||

Completed in 48 milliseconds