Home
last modified time | relevance | path

Searched refs:REnd (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h123 const PosPtr REnd = getBeforeFront(); in decrement() local
125 if (RStart == REnd) // we're decrementing the begin in decrement()
131 if (PosPtr SepEnd = consumeAllSeparators(RStart, REnd)) { in decrement()
132 if (SepEnd == REnd) in decrement()
134 PosPtr TkStart = consumeRootName(SepEnd, REnd); in decrement()
135 if (TkStart == REnd) in decrement()
139 PosPtr TkStart = consumeRootName(RStart, REnd); in decrement()
140 if (TkStart == REnd) in decrement()
142 TkStart = consumeName(RStart, REnd); in decrement()
147 return makeState(PS_InFilenames, consumeName(RStart, REnd) + 1, RStart + 1); in decrement()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp181 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in removeBranch() local
186 while (I != REnd && removed < 2) { in removeBranch()
217 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in analyzeBranch() local
220 while (I != REnd && I->isDebugInstr()) in analyzeBranch()
223 if (I == REnd || !isUnpredicatedTerminator(*I)) { in analyzeBranch()
245 while (I != REnd && I->isDebugInstr()) in analyzeBranch()
248 if (I != REnd) { in analyzeBranch()
272 if (++I != REnd && isUnpredicatedTerminator(*I)) in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp810 const SCEV *REnd = getEnd(); in computeSafeIterationSpace() local
831 SE.getTruncateExpr(SCEVCheckWillNotOverflow(REnd), RCType); in computeSafeIterationSpace()
832 REnd = SE.getTruncateExpr(REnd, RCType); in computeSafeIterationSpace()
836 SE.getMulExpr(SCEVCheckNonNegative(REnd), EndWillNotOverflow); in computeSafeIterationSpace()
838 const SCEV *End = SE.getMulExpr(ClampedSubtract(REnd, M), RuntimeChecks); in computeSafeIterationSpace()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp381 unsigned REnd = R.getOffset() + Delta + R.getLength(); in merge() local
383 if (REnd > End) { in merge()
384 Length += REnd - End; in merge()
389 StringRef Tail = TextRef.substr(REnd - Offset); in merge()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp824 auto REnd = MI.getParent()->rend(); in RepairingPlacement() local
826 for (; It != REnd && It->isTerminator(); ++It) { in RepairingPlacement()
831 if (It == REnd) { in RepairingPlacement()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h146 iterator RItr = RHS.begin(), REnd = RHS.end(); in isEqual() local
148 while (LItr != LEnd && RItr != REnd) { in isEqual()
162 return LItr == LEnd && RItr == REnd; in isEqual()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1209 SlotIndex REnd = LIS.getInstructionIndex(*Range.second); in computeIntervals() local
1249 REnd = REnd.getNextIndex(); in computeIntervals()
1252 I.advanceTo(REnd); in computeIntervals()
1256 PrevEnd = REnd; in computeIntervals()
H A DAssignmentTrackingAnalysis.cpp2489 for (auto RIt = Locs->rbegin(), REnd = Locs->rend(); RIt != REnd; ++RIt) { in removeRedundantDbgLocsUsingBackwardScan() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp683 } for (unsigned RIdx = 0, REnd = SchedReads.size(); RIdx != REnd; in collectSchedRW()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp812 auto REnd = RegionEnd == RegionBegin->getParent()->end() in getLastMIForRegion() local
815 return &*skipDebugInstructionsBackward(REnd, RegionBegin); in getLastMIForRegion()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4477 unsigned RBegin, REnd; in StoreByValRegs() local
4479 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd); in StoreByValRegs()
4483 REnd = ARM::R4; in StoreByValRegs()
4486 if (REnd != RBegin) in StoreByValRegs()
4497 for (unsigned Reg = RBegin, i = 0; Reg < REnd; ++Reg, ++i) { in StoreByValRegs()
4602 unsigned RBegin, REnd; in LowerFormalArguments() local
4603 CCInfo.getInRegsParamInfo(CCInfo.getInRegsParamsProcessed(), RBegin, REnd); in LowerFormalArguments()