/openbsd/gnu/llvm/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 46 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);
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 79 : 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
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | WhitespaceManager.h | 184 unsigned EndIndex = 0; member 190 EndIndex == Other.EndIndex; 285 calculateCellWidth(PrevIter->Index, PrevIter->EndIndex, true) + 1; in getNetWidth() 294 calculateCellWidth(CellIter->Index, CellIter->EndIndex, true); in getMaximumCellWidth() 299 auto ThisWidth = calculateCellWidth(Next->Index, Next->EndIndex, true); in getMaximumCellWidth()
|
H A D | WhitespaceManager.cpp | 1182 calculateCellWidth(CellIter->Index, CellIter->EndIndex, true) + in alignArrayInitializersRightJustified() 1188 alignToStartOfCell(CellIter->Index, CellIter->EndIndex); in alignArrayInitializersRightJustified() 1192 calculateCellWidth(Next->Index, Next->EndIndex, true) + NetWidth; in alignArrayInitializersRightJustified() 1197 alignToStartOfCell(Next->Index, Next->EndIndex); in alignArrayInitializersRightJustified() 1295 Cells.back().EndIndex = i; in getCells() 1302 Cells.back().EndIndex = i; in getCells()
|
H A D | ContinuationIndenter.cpp | 2245 for (unsigned LineIndex = 0, EndIndex = Token->getLineCount(); in breakProtrudingToken() local 2246 LineIndex != EndIndex; ++LineIndex) { in breakProtrudingToken() 2271 if (LineIndex < EndIndex - 1) { in breakProtrudingToken() 2412 if (LineIndex + 1 != EndIndex) { in breakProtrudingToken()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgEntityHistoryCalculator.cpp | 106 EndIndex = Index; in endEntry() 186 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges() local 188 if (EndIndex != NoEntry) in trimLocationRanges() 189 ReferenceCount[EndIndex] += 1; in trimLocationRanges() 198 const MachineInstr *EndMI = EndIndex != NoEntry in trimLocationRanges() 199 ? HistoryMapEntries[EndIndex].getInstr() in trimLocationRanges() 214 if (EndIndex != NoEntry) in trimLocationRanges() 215 ReferenceCount[EndIndex] -= 1; in trimLocationRanges() 250 Entry.EndIndex -= Offsets[Entry.EndIndex]; in trimLocationRanges()
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 24 unsigned StartIndex, unsigned EndIndex) in StmtSequence() argument 25 : S(Stmt), D(D), StartIndex(StartIndex), EndIndex(EndIndex) { in StmtSequence() 27 assert(StartIndex < EndIndex && "Given array should not be empty"); in StmtSequence() 28 assert(EndIndex <= Stmt->size() && "Given array too big for this Stmt"); in StmtSequence() 32 : S(Stmt), D(D), StartIndex(0), EndIndex(0) {} in StmtSequence() 35 : S(nullptr), D(nullptr), StartIndex(0), EndIndex(0) {} in StmtSequence() 72 return CS->body_begin() + EndIndex; in end()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | PostRASchedulerList.cpp | 140 unsigned EndIndex = 0; member in __anon4f4e81150111::SchedulePostRATDList 157 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; } in setEndIndex() 394 EndIndex, DbgValues); in schedule() 425 AntiDepBreak->Observe(MI, Count, EndIndex); in Observe()
|
H A D | MachineBasicBlock.cpp | 1186 SlotIndex EndIndex = Indexes->getMBBEndIdx(NMBB); in SplitCriticalEdge() local 1205 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge() 1224 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge() 1226 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2033 uint64_t EndIndex = EndOffset / ElementSize; in isVectorPromotionViableForSlice() local 2034 if (EndIndex * ElementSize != EndOffset || in isVectorPromotionViableForSlice() 2039 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() 2443 unsigned NumElements = EndIndex - BeginIndex; in extractVector() 2493 if (i >= BeginIndex && i < EndIndex) in insertVector() 2731 unsigned EndIndex = getIndex(NewEndOffset); in rewriteVectorizedLoadInst() local 2879 unsigned EndIndex = getIndex(NewEndOffset); in rewriteVectorizedStoreInst() local 3127 unsigned EndIndex = getIndex(NewEndOffset); in visitMemSetInst() local 4063 if (Index == EndIndex) in getTypePartition() 4073 assert(Index < EndIndex); in getTypePartition() [all …]
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 339 uint32_t EndIndex); 341 uint32_t EndIndex); 880 uint32_t EndIndex) { in writeSymbolAuxFunctionEntry() argument 888 W.write<uint32_t>(EndIndex); in writeSymbolAuxFunctionEntry() 899 uint32_t EndIndex) { in writeSymbolAuxExceptionEntry() argument 903 W.write<uint32_t>(EndIndex); in writeSymbolAuxExceptionEntry()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 1740 unsigned EndIndex; member in __anonfcad378b0411::SanitizeDtorFieldRange 1744 unsigned EndIndex) in SanitizeDtorFieldRange() argument 1745 : Dtor(Dtor), StartIndex(StartIndex), EndIndex(EndIndex) {} in SanitizeDtorFieldRange() 1768 if (EndIndex >= Layout.getFieldCount()) { in Emit() 1772 Context.toCharUnitsFromBits(Layout.getFieldOffset(EndIndex)); in Emit()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 315 unsigned EndIndex = in simplifyAMDGCNImageIntrinsic() local 318 OperandIndex < EndIndex; OperandIndex++) { in simplifyAMDGCNImageIntrinsic()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1100 unsigned EndIndex = (Index == StartIndex? StartIndex : Index - 1); in CheckImplicitInitList() local 1103 if (EndIndex < ParentIList->getNumInits() && in CheckImplicitInitList() 1104 ParentIList->getInit(EndIndex)) { in CheckImplicitInitList() 1106 = ParentIList->getInit(EndIndex)->getSourceRange().getEnd(); in CheckImplicitInitList() 3253 Expr *EndIndex = static_cast<Expr *>(D.getArrayRangeEnd()); in ActOnDesignatedInitializer() local 3258 bool EndDependent = EndIndex->isTypeDependent() || in ActOnDesignatedInitializer() 3259 EndIndex->isValueDependent(); in ActOnDesignatedInitializer() 3264 EndIndex = CheckArrayDesignatorExpr(*this, EndIndex, EndValue).get(); in ActOnDesignatedInitializer() 3266 if (!StartIndex || !EndIndex) in ActOnDesignatedInitializer() 3280 << StartIndex->getSourceRange() << EndIndex->getSourceRange(); in ActOnDesignatedInitializer() [all …]
|