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/Option/
H A DArgList.cpp231 unsigned Index1 = MakeIndex(String1); in MakeIndex()
232 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex()
233 (void) Index1; in MakeIndex()
234 unsigned Index1 = MakeIndex(String1); MakeIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp358 unsigned Index1 = Index1C->getZExtValue(); in getShuffleExtract() local
361 if (Index0 == Index1) in getShuffleExtract()
370 TTI.getVectorInstrCost(*Ext1, VecTy, CostKind, Index1); in getShuffleExtract()
388 if (PreferredExtractIndex == Index1) in getShuffleExtract()
392 return Index0 > Index1 ? Ext0 : Ext1; in getShuffleExtract()
933 uint64_t Index0 = 0, Index1 = 0; in scalarizeBinopOrCmp() local
939 m_ConstantInt(Index1))) && in scalarizeBinopOrCmp()
947 if (!IsConst0 && !IsConst1 && Index0 != Index1) in scalarizeBinopOrCmp()
958 uint64_t Index = IsConst0 ? Index1 : Index0; in scalarizeBinopOrCmp()
1053 uint64_t Index0, Index1; in foldExtractedCmps() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1395 unsigned Index1 = !!(Mod & SISrcMods::OP_SEL_1); in printOpSel() local
1396 if (Index0 || Index1) in printOpSel()
1397 O << " op_sel:[" << Index0 << ',' << Index1 << ']'; in printOpSel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1562 uint64_t Index0, Index1; in foldTruncInsEltPair() local
1564 !match(IndexOp, m_ConstantInt(Index1)) || in foldTruncInsEltPair()
1572 if (Index0 + 1 != Index1 || Index0 & 1) in foldTruncInsEltPair()
1601 uint64_t NewIndex = IsBigEndian ? Index1 / 2 : Index0 / 2; in foldTruncInsEltPair()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1634 if (std::optional<unsigned> Index1 = in IsStructurallyEquivalent() local
1639 if (*Index1 != *Index2) in IsStructurallyEquivalent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27027 int Index0, Index1; in scalarizeBinOpOfSplats() local
27029 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()
27034 if (!Src0 || !Src1 || Index0 != Index1 || in scalarizeBinOpOfSplats()