Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmain.c205 int Index1; in main() local
234 Index1 = Index2 = in main()
246 while (argv[Index1]) in main()
248 Status = AcpiDmAddToExternalFileList (argv[Index1]); in main()
254 Index1++; in main()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp345 unsigned Index1 = Index1C->getZExtValue(); in getShuffleExtract() local
348 if (Index0 == Index1) in getShuffleExtract()
375 if (PreferredExtractIndex == Index1) in getShuffleExtract()
379 return Index0 > Index1 ? Ext0 : Ext1; in getShuffleExtract()
890 uint64_t Index0 = 0, Index1 = 0; in scalarizeBinopOrCmp() local
896 m_ConstantInt(Index1))) && in scalarizeBinopOrCmp()
904 if (!IsConst0 && !IsConst1 && Index0 != Index1) in scalarizeBinopOrCmp()
915 uint64_t Index = IsConst0 ? Index1 : Index0; in scalarizeBinopOrCmp()
1010 uint64_t Index0, Index1; in foldExtractedCmps() local
1043 int CheapIndex = ConvertToShuf == Ext0 ? Index1 : Index0; in foldExtractedCmps()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp231 unsigned Index1 = MakeIndex(String1); in MakeIndex() local
232 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex()
233 (void) Index1; in MakeIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1330 unsigned Index1 = !!(Mod & SISrcMods::OP_SEL_1); in printOpSel() local
1331 if (Index0 || Index1) in printOpSel()
1332 O << " op_sel:[" << Index0 << ',' << Index1 << ']'; in printOpSel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1554 uint64_t Index0, Index1; in foldTruncInsEltPair() local
1556 !match(IndexOp, m_ConstantInt(Index1)) || in foldTruncInsEltPair()
1564 if (Index0 + 1 != Index1 || Index0 & 1) in foldTruncInsEltPair()
1593 uint64_t NewIndex = IsBigEndian ? Index1 / 2 : Index0 / 2; in foldTruncInsEltPair()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1600 if (std::optional<unsigned> Index1 = in IsStructurallyEquivalent() local
1605 if (*Index1 != *Index2) in IsStructurallyEquivalent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26633 int Index0, Index1; in scalarizeBinOpOfSplats() local
26635 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()
26640 if (!Src0 || !Src1 || Index0 != Index1 || in scalarizeBinOpOfSplats()