Home
last modified time | relevance | path

Searched refs:EndIndex (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h46 unsigned EndIndex; variable
62 unsigned EndIndex);
100 return EndIndex - StartIndex; in size()
119 bool holdsSequence() const { return EndIndex != 0; } in holdsSequence()
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);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h79 : Instr(Instr, Kind), EndIndex(NoEntry) {} in Entry()
82 EntryIndex getEndIndex() const { return EndIndex; } in getEndIndex()
87 bool isClosed() const { return EndIndex != NoEntry; } in isClosed()
89 void endEntry(EntryIndex EndIndex);
93 EntryIndex EndIndex; variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h179 unsigned EndIndex = 0; member
185 EndIndex == Other.EndIndex;
298 calculateCellWidth(PrevIter->Index, PrevIter->EndIndex, true) + 1; in getNetWidth()
307 calculateCellWidth(CellIter->Index, CellIter->EndIndex, true); in getMaximumCellWidth()
312 auto ThisWidth = calculateCellWidth(Next->Index, Next->EndIndex, true); in getMaximumCellWidth()
H A DWhitespaceManager.cpp1376 calculateCellWidth(CellIter->Index, CellIter->EndIndex, true) + in alignArrayInitializersRightJustified()
1382 alignToStartOfCell(CellIter->Index, CellIter->EndIndex); in alignArrayInitializersRightJustified()
1386 calculateCellWidth(Next->Index, Next->EndIndex, true) + NetWidth; in alignArrayInitializersRightJustified()
1391 alignToStartOfCell(Next->Index, Next->EndIndex); in alignArrayInitializersRightJustified()
1492 Cells.back().EndIndex = i; in getCells()
1501 Cells.back().EndIndex = i; in getCells()
H A DContinuationIndenter.cpp2607 for (unsigned LineIndex = 0, EndIndex = Token->getLineCount(); in breakProtrudingToken() local
2608 LineIndex != EndIndex; ++LineIndex) { in breakProtrudingToken()
2633 if (LineIndex < EndIndex - 1) { in breakProtrudingToken()
2774 if (LineIndex + 1 != EndIndex) { in breakProtrudingToken()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp106 EndIndex = Index; in endEntry()
189 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges() local
191 if (EndIndex != NoEntry) in trimLocationRanges()
192 ReferenceCount[EndIndex] += 1; in trimLocationRanges()
201 const MachineInstr *EndMI = EndIndex != NoEntry in trimLocationRanges()
202 ? HistoryMapEntries[EndIndex].getInstr() in trimLocationRanges()
217 if (EndIndex != NoEntry) in trimLocationRanges()
218 ReferenceCount[EndIndex] -= 1; in trimLocationRanges()
255 Entry.EndIndex -= Offsets[Entry.EndIndex]; in trimLocationRanges()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp23 unsigned StartIndex, unsigned EndIndex) in StmtSequence() argument
24 : S(Stmt), D(D), StartIndex(StartIndex), EndIndex(EndIndex) { in StmtSequence()
26 assert(StartIndex < EndIndex && "Given array should not be empty"); in StmtSequence()
27 assert(EndIndex <= Stmt->size() && "Given array too big for this Stmt"); in StmtSequence()
31 : S(Stmt), D(D), StartIndex(0), EndIndex(0) {} in StmtSequence()
34 : S(nullptr), D(nullptr), StartIndex(0), EndIndex(0) {} in StmtSequence()
71 return CS->body_begin() + EndIndex; in end()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp146 unsigned EndIndex = 0; member in __anonf33d7a280111::SchedulePostRATDList
163 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; } in setEndIndex()
415 EndIndex, DbgValues); in schedule()
446 AntiDepBreak->Observe(MI, Count, EndIndex); in Observe()
H A DMachineBasicBlock.cpp1299 SlotIndex EndIndex = Indexes->getMBBEndIdx(NMBB); in SplitCriticalEdge() local
1318 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
1320 SR.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
1339 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
1344 SR.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
1347 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
1349 SR.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
H A DRegAllocFast.cpp131 uint64_t EndIndex = Instr2PosIndex.at(&*End); in getIndex() local
132 assert(EndIndex > LastIndex && "Index must be ascending order"); in getIndex()
133 unsigned NumAvailableIndexes = EndIndex - LastIndex - 1; in getIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2127 uint64_t EndIndex = EndOffset / ElementSize; in isVectorPromotionViableForSlice() local
2128 if (EndIndex * ElementSize != EndOffset || in isVectorPromotionViableForSlice()
2129 EndIndex > cast<FixedVectorType>(Ty)->getNumElements()) in isVectorPromotionViableForSlice()
2132 assert(EndIndex > BeginIndex && "Empty vector!"); in isVectorPromotionViableForSlice()
2133 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice()
2625 unsigned EndIndex, const Twine &Name) { in extractVector() argument
2627 unsigned NumElements = EndIndex - BeginIndex; in extractVector()
2640 auto Mask = llvm::to_vector<8>(llvm::seq<int>(BeginIndex, EndIndex)); in extractVector()
2668 unsigned EndIndex = BeginIndex + cast<FixedVectorType>(Ty)->getNumElements(); in insertVector() local
2677 if (i >= BeginIndex && i < EndIndex) in insertVector()
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DHiiFont.h51 UINTN EndIndex; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp399 uint32_t EndIndex);
401 uint32_t EndIndex);
998 uint32_t EndIndex) { in writeSymbolAuxFunctionEntry() argument
1006 W.write<uint32_t>(EndIndex); in writeSymbolAuxFunctionEntry()
1017 uint32_t EndIndex) { in writeSymbolAuxExceptionEntry() argument
1021 W.write<uint32_t>(EndIndex); in writeSymbolAuxExceptionEntry()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1746 unsigned EndIndex; member in __anon79f44e7e0411::SanitizeDtorFieldRange
1750 unsigned EndIndex) in SanitizeDtorFieldRange() argument
1751 : Dtor(Dtor), StartIndex(StartIndex), EndIndex(EndIndex) {} in SanitizeDtorFieldRange()
1772 if (EndIndex >= Layout.getFieldCount()) { in Emit()
1776 Context.toCharUnitsFromBits(Layout.getFieldOffset(EndIndex)); in Emit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1239 unsigned EndIndex = (Index == StartIndex? StartIndex : Index - 1); in CheckImplicitInitList() local
1242 if (EndIndex < ParentIList->getNumInits() && in CheckImplicitInitList()
1243 ParentIList->getInit(EndIndex)) { in CheckImplicitInitList()
1245 = ParentIList->getInit(EndIndex)->getSourceRange().getEnd(); in CheckImplicitInitList()
3588 Expr *EndIndex = static_cast<Expr *>(D.getArrayRangeEnd()); in ActOnDesignatedInitializer() local
3593 bool EndDependent = EndIndex->isTypeDependent() || in ActOnDesignatedInitializer()
3594 EndIndex->isValueDependent(); in ActOnDesignatedInitializer()
3599 EndIndex = CheckArrayDesignatorExpr(*this, EndIndex, EndValue).get(); in ActOnDesignatedInitializer()
3601 if (!StartIndex || !EndIndex) in ActOnDesignatedInitializer()
3615 << StartIndex->getSourceRange() << EndIndex->getSourceRange(); in ActOnDesignatedInitializer()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp1266 ElementCount EndIndex = in legalizeInsertSubvector() local
1269 if (STI.expandVScale(EndIndex) == in legalizeInsertSubvector()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp375 unsigned EndIndex = in simplifyAMDGCNImageIntrinsic() local
378 OperandIndex < EndIndex; OperandIndex++) { in simplifyAMDGCNImageIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp5228 unsigned EndIndex = 0; in VisitCXXThisExpr() local
5233 EndIndex = StartIndex; in VisitCXXThisExpr()
5250 for (unsigned I = StartIndex; I != EndIndex; ++I) { in VisitCXXThisExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11465 unsigned EndIndex = OrigIdx + SubVecVT.getVectorNumElements(); in lowerINSERT_SUBVECTOR() local
11466 SDValue VL = DAG.getConstant(EndIndex, DL, XLenVT); in lowerINSERT_SUBVECTOR()
11470 if (VecVT.isFixedLengthVector() && EndIndex == VecVT.getVectorNumElements()) in lowerINSERT_SUBVECTOR()
11587 ElementCount EndIndex = RemIdx + SubVecVT.getVectorElementCount(); in lowerINSERT_SUBVECTOR() local
11592 if (Subtarget.expandVScale(EndIndex) == in lowerINSERT_SUBVECTOR()