| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | path_parser.h | 123 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 D | MipsInstrInfo.cpp | 181 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 D | InductiveRangeCheckElimination.cpp | 810 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 D | Replacement.cpp | 381 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 D | RegBankSelect.cpp | 824 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 D | ImmutableSet.h | 146 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 D | LiveDebugVariables.cpp | 1209 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 D | AssignmentTrackingAnalysis.cpp | 2489 for (auto RIt = Locs->rbegin(), REnd = Locs->rend(); RIt != REnd; ++RIt) { in removeRedundantDbgLocsUsingBackwardScan() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 683 } for (unsigned RIdx = 0, REnd = SchedReads.size(); RIdx != REnd; in collectSchedRW()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 812 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 D | ARMISelLowering.cpp | 4477 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()
|