Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp198 const size_t NewEnd = GetCurrentBitNo() + alignTo(NumElts, 4) * 8; in skipRecord() local
337 const size_t NewEnd = CurBitPos + alignTo(NumElts, 4) * 8; in readRecord() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h1029 iterator NewEnd; variable
1082 iterator NewEnd = this->begin(); variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp264 auto NewEnd = std::unique( in canonicalizeDefines() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1944 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R2.getEnd()); IntersectSignedRange() local
1973 const SCEV *NewEnd = SE.getUMinExpr(R1Value.getEnd(), R2.getEnd()); IntersectUnsignedRange() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h426 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp158 void extendSegmentEndTo(iterator I, SlotIndex NewEnd) { in extendSegmentEndTo() argument
H A DRegisterCoalescer.cpp3443 SlotIndex NewEnd; in eraseInstrs() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp445 unsigned NewEnd = map.startOfNextColumn(SourceEnd); in selectInterestingSourceRegion() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2771 FunctionEffectsRef::iterator NewEnd = New.end(); in FunctionEffectDifferences() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h740 const auto NewEnd = in eraseNullPredicates() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp580 SourceLocation NewEnd = Arg->getEndLoc(); in getEndLoc() local
H A DExprConstant.cpp1441 auto NewEnd = Info.CleanupStack.begin() + OldStackSize; in cleanup() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp856 auto NewEnd = BodyBB->end(); in executeInWaterfallLoop() local