Home
last modified time | relevance | path

Searched defs:NewEnd (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp189 const size_t NewEnd = GetCurrentBitNo() + alignTo(NumElts, 4) * 8; in skipRecord() local
317 const size_t NewEnd = CurBitPos + alignTo(NumElts, 4) * 8; in readRecord() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp159 unsigned NewEnd = getShiftedCodePosition(R.getOffset() + R.getLength()); in getReplacementInChangedCode() local
496 unsigned NewEnd = in combineAndSortRanges() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h983 iterator NewEnd; variable
1041 iterator NewEnd = this->begin(); variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1727 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectSignedRange() local
1756 const SCEV *NewEnd = SE.getUMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectUnsignedRange() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h327 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp445 unsigned NewEnd = map.startOfNextColumn(SourceEnd); in selectInterestingSourceRegion() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp158 void extendSegmentEndTo(iterator I, SlotIndex NewEnd) { in extendSegmentEndTo()
H A DRDFGraph.cpp1454 auto NewEnd = std::unique(MaxRefs.begin(), MaxRefs.end()); in buildPhis() local
H A DRegisterCoalescer.cpp3294 SlotIndex NewEnd; in eraseInstrs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp387 BasicBlock *NewEnd = nullptr; in moveFunctionData() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp525 SourceLocation NewEnd = Arg->getEndLoc(); in getEndLoc() local
H A DExprConstant.cpp1384 auto NewEnd = Info.CleanupStack.begin() + OldStackSize; in cleanup() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp812 auto NewEnd = LoopBB->end(); in executeInWaterfallLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1044 const auto NewEnd = in eraseNullPredicates() local