Searched refs:Index1 (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Option/
H A DArgList.cpp227 unsigned Index1 = MakeIndex(String1); local
228 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!");
229 (void) Index1;
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp344 unsigned Index1 = Index1C->getZExtValue(); local
347 if (Index0 == Index1)
356 TTI.getVectorInstrCost(*Ext1, VecTy, CostKind, Index1);
374 if (PreferredExtractIndex == Index1)
378 return Index0 > Index1 ? Ext0 : Ext1;
762 uint64_t Index0 = 0, Index1 = 0; local
768 m_ConstantInt(Index1))) &&
776 if (!IsConst0 && !IsConst1 && Index0 != Index1)
787 uint64_t Index = IsConst0 ? Index1 : Index0;
882 uint64_t Index0, Index1; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1529 // inselt (inselt BaseVec, (trunc (lshr X, BW/2), Index0), (trunc X), Index1
1531 // inselt (inselt BaseVec, (trunc X), Index0), (trunc (lshr X, BW/2)), Index1
1539 uint64_t Index0, Index1; local
1541 !match(IndexOp, m_ConstantInt(Index1)) ||
1549 if (Index0 + 1 != Index1 || Index0 & 1)
1578 uint64_t NewIndex = IsBigEndian ? Index1 / 2 : Index0 / 2;
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1484 if (std::optional<unsigned> Index1 =
1489 if (*Index1 != *Index2)
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24921 int Index0, Index1; local
24923 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1);
24928 if (!Src0 || !Src1 || Index0 != Index1 ||

Completed in 394 milliseconds