Home
last modified time | relevance | path

Searched refs:Index1 (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Daslmain.c97 int Index1; in main() local
126 Index1 = Index2 = in main()
138 while (argv[Index1]) in main()
140 Status = AcpiDmAddToExternalFileList (argv[Index1]); in main()
146 Index1++; in main()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp244 if (Index0 == Index1) in getShuffleExtract()
252 TTI.getVectorInstrCost(Ext1->getOpcode(), VecTy, Index1); in getShuffleExtract()
270 if (PreferredExtractIndex == Index1) in getShuffleExtract()
274 return Index0 > Index1 ? Ext0 : Ext1; in getShuffleExtract()
586 uint64_t Index0 = 0, Index1 = 0; in scalarizeBinopOrCmp() local
592 m_ConstantInt(Index1))) && in scalarizeBinopOrCmp()
600 if (!IsConst0 && !IsConst1 && Index0 != Index1) in scalarizeBinopOrCmp()
611 uint64_t Index = IsConst0 ? Index1 : Index0; in scalarizeBinopOrCmp()
701 uint64_t Index0, Index1; in foldExtractedCmps() local
730 int CheapIndex = ConvertToShuf == Ext0 ? Index1 : Index0; in foldExtractedCmps()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/arr_enum_idx_w_gap/
H A Dfoo_q418_043.adb17 type Index is (Index1, Index2); literal
19 for Index use (Index1 => 1, Index2 => Size);
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_enum_idx_w_gap/
H A Dfoo_q418_043.adb17 type Index is (Index1, Index2); literal
19 for Index use (Index1 => 1, Index2 => Size);
/netbsd/external/apache2/llvm/dist/llvm/lib/Option/
H A DArgList.cpp221 unsigned Index1 = MakeIndex(String1); in MakeIndex() local
222 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex()
223 (void) Index1; in MakeIndex()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1377 if (Optional<unsigned> Index1 = in IsStructurallyEquivalent() local
1382 if (*Index1 != *Index2) in IsStructurallyEquivalent()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21732 int Index0, Index1; in scalarizeBinOpOfSplats() local
21734 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()
21735 if (!Src0 || !Src1 || Index0 != Index1 || in scalarizeBinOpOfSplats()