HomeSort by: relevance | last modified time | path
    Searched refs:StartIndex (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CloneDetection.h 44 /// [StartIndex, EndIndex).
45 unsigned StartIndex;
58 /// \param StartIndex The inclusive start index in the children array of
61 StmtSequence(const CompoundStmt *Stmt, const Decl *D, unsigned StartIndex,
100 return EndIndex - StartIndex;
136 return std::tie(S, StartIndex, EndIndex) ==
137 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
141 return std::tie(S, StartIndex, EndIndex) !=
142 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
PriorityWorklist.h 121 ptrdiff_t StartIndex = V.size();
124 for (ptrdiff_t i = V.size() - 1; i >= StartIndex; --i) {
132 if (Index < StartIndex) {
  /src/sys/external/bsd/acpica/dist/namespace/
nsrepair2.c 120 UINT32 StartIndex,
854 * StartIndex - Index of the first subpackage
872 UINT32 StartIndex,
902 if (!OuterElementCount || StartIndex >= OuterElementCount)
907 OuterElements = &ReturnObject->Package.Elements[StartIndex];
908 OuterElementCount -= StartIndex;
951 AcpiNsSortList (&ReturnObject->Package.Elements[StartIndex],
nsprepkg.c 71 UINT32 StartIndex);
743 * StartIndex - Start of the first group of elements
760 UINT32 StartIndex)
777 Type1, i + StartIndex);
789 Type2, (i + Count1 + StartIndex));
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MsgPackDocument.cpp 106 StackLevel(DocNode Node, size_t StartIndex, size_t Length,
108 : Node(Node), Index(StartIndex), End(StartIndex + Length),
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CloneDetection.cpp 24 unsigned StartIndex, unsigned EndIndex)
25 : S(Stmt), D(D), StartIndex(StartIndex), EndIndex(EndIndex) {
27 assert(StartIndex < EndIndex && "Given array should not be empty");
32 : S(Stmt), D(D), StartIndex(0), EndIndex(0) {}
35 : S(nullptr), D(nullptr), StartIndex(0), EndIndex(0) {}
64 return CS->body_begin() + StartIndex;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVEGatherScatterLowering.cpp 143 void pushOutAdd(PHINode *&Phi, Value *OffsSecondOperand, unsigned StartIndex);
716 "StartIndex", I);
775 "StartIndex", &Phi->getIncomingBlock(1 - IncrementIndex)->back());
810 unsigned StartIndex) {
813 &cast<Instruction>(Phi->getIncomingBlock(StartIndex)->back());
816 Instruction::Add, Phi->getIncomingValue(StartIndex), OffsSecondOperand,
818 unsigned IncrementIndex = StartIndex == 0 ? 1 : 0;
821 Phi->addIncoming(NewIndex, Phi->getIncomingBlock(StartIndex));
825 Phi->removeIncomingValue(StartIndex);
841 Value *StartIndex = BinaryOperator::Create
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslprepkg.c 69 UINT32 StartIndex,
549 * StartIndex - Index in parent package where list begins
572 UINT32 StartIndex,
595 ACPI_RTYPE_PACKAGE, i + StartIndex);
aslrestype2s.c 59 UINT32 StartIndex);
70 UINT32 StartIndex);
144 * StartIndex - Start index of interrupt/pin list
156 UINT32 StartIndex)
169 /* Interrupt list starts at offset StartIndex (Gpio descriptors) */
171 if (i >= StartIndex)
284 * StartIndex - Starting index of the string node
287 * StartIndex or 0 otherwise.
297 UINT32 StartIndex)
303 if (i == StartIndex &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp 178 EntryIndex StartIndex = 0;
181 EI != EE; ++EI, ++StartIndex) {
195 if (ReferenceCount[StartIndex] > 0)
212 ToRemove.push_back(StartIndex);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBasicBlock.cpp 1186 SlotIndex StartIndex = Indexes->getMBBEndIdx(this);
1187 SlotIndex PrevIndex = StartIndex.getPrevSlot();
1207 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
1226 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
1228 LI.removeSegment(StartIndex, EndIndex);
MachineScheduler.cpp 2107 unsigned StartIndex = ReservedCyclesIndex[PIdx];
2126 return std::make_pair(0u, StartIndex);
2141 for (unsigned I = StartIndex, End = StartIndex + NumberOfInstances; I < End;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 1078 unsigned StartIndex = Index;
1087 unsigned EndIndex = (Index == StartIndex? StartIndex : Index - 1);
3212 Expr *StartIndex = static_cast<Expr *>(D.getArrayRangeStart());
3216 bool StartDependent = StartIndex->isTypeDependent() ||
3217 StartIndex->isValueDependent();
3221 StartIndex =
3222 CheckArrayDesignatorExpr(*this, StartIndex, StartValue).get();
3226 if (!StartIndex || !EndIndex)
3240 << StartIndex->getSourceRange() << EndIndex->getSourceRange()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 2705 unsigned StartIndex = (Imm & 0x01) ? HalfSize : 0;
2707 ShuffleMask[i] = StartIndex + i;
2710 StartIndex = (Imm & 0x10) ? HalfSize : 0;
2712 ShuffleMask[i + HalfSize] = NumElts + StartIndex + i;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 3981 unsigned StartIndex = Categories.size();
3998 Categories[StartIndex] = Size;
4001 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex };
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 4440 // When returning true, set StartIndex to the shift amount and OpNo0
4444 unsigned &StartIndex, unsigned &OpNo0,
4465 StartIndex = Shift;
4524 unsigned StartIndex, OpNo0, OpNo1;
4525 if (isShlDoublePermute(Bytes, StartIndex, OpNo0, OpNo1))
4528 DAG.getTargetConstant(StartIndex, DL, MVT::i32));

Completed in 112 milliseconds