Home
last modified time | relevance | path

Searched refs:REnd (Results 1 – 10 of 10) 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()
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()
150 if (SepEnd == REnd) in decrement()
153 if (TkStart == REnd) { in decrement()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp172 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in removeBranch() local
177 while (I != REnd && removed < 2) { in removeBranch()
208 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in analyzeBranch() local
211 while (I != REnd && I->isDebugInstr()) in analyzeBranch()
214 if (I == REnd || !isUnpredicatedTerminator(*I)) { in analyzeBranch()
236 while (I != REnd && I->isDebugInstr()) in analyzeBranch()
239 if (I != REnd) { in analyzeBranch()
263 if (++I != REnd && isUnpredicatedTerminator(*I)) in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp794 const SCEV *REnd = getEnd(); in computeSafeIterationSpace() local
815 SE.getTruncateExpr(SCEVCheckWillNotOverflow(REnd), RCType); in computeSafeIterationSpace()
816 REnd = SE.getTruncateExpr(REnd, RCType); in computeSafeIterationSpace()
820 SE.getMulExpr(SCEVCheckNonNegative(REnd), EndWillNotOverflow); in computeSafeIterationSpace()
822 const SCEV *End = SE.getMulExpr(ClampedSubtract(REnd, M), RuntimeChecks); in computeSafeIterationSpace()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp382 unsigned REnd = R.getOffset() + Delta + R.getLength(); in merge() local
384 if (REnd > End) { in merge()
385 Length += REnd - End; in merge()
390 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.h145 iterator RItr = RHS.begin(), REnd = RHS.end(); in isEqual() local
147 while (LItr != LEnd && RItr != REnd) { in isEqual()
161 return LItr == LEnd && RItr == REnd; in isEqual()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1198 SlotIndex REnd = LIS.getInstructionIndex(*Range.second); in computeIntervals() local
1238 REnd = REnd.getNextIndex(); in computeIntervals()
1241 I.advanceTo(REnd); in computeIntervals()
1245 PrevEnd = REnd; in computeIntervals()
H A DAssignmentTrackingAnalysis.cpp2509 for (auto RIt = Locs->rbegin(), REnd = Locs->rend(); RIt != REnd; ++RIt) { in removeRedundantDbgLocsUsingBackwardScan() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp719 } for (unsigned RIdx = 0, REnd = SchedReads.size(); RIdx != REnd; in collectSchedRW()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4387 unsigned RBegin, REnd; in StoreByValRegs() local
4389 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd); in StoreByValRegs()
4393 REnd = ARM::R4; in StoreByValRegs()
4396 if (REnd != RBegin) in StoreByValRegs()
4407 for (unsigned Reg = RBegin, i = 0; Reg < REnd; ++Reg, ++i) { in StoreByValRegs()
4515 unsigned RBegin, REnd; in LowerFormalArguments() local
4516 CCInfo.getInRegsParamInfo(CCInfo.getInRegsParamsProcessed(), RBegin, REnd); in LowerFormalArguments()