Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp148 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in RemoveBranch() local
153 while (I != REnd && I->isDebugValue()) in RemoveBranch()
160 for (removed = 0; I != REnd && removed < 2; ++I, ++removed) in RemoveBranch()
184 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in analyzeBranch() local
187 while (I != REnd && I->isDebugValue()) in analyzeBranch()
190 if (I == REnd || !isUnpredicatedTerminator(*I)) { in analyzeBranch()
209 if (++I != REnd) { in analyzeBranch()
233 if (++I != REnd && isUnpredicatedTerminator(*I)) in analyzeBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp158 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in removeBranch() local
163 while (I != REnd && removed < 2) { in removeBranch()
194 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in analyzeBranch() local
197 while (I != REnd && I->isDebugInstr()) in analyzeBranch()
200 if (I == REnd || !isUnpredicatedTerminator(*I)) { in analyzeBranch()
222 while (I != REnd && I->isDebugInstr()) in analyzeBranch()
225 if (I != REnd) { in analyzeBranch()
249 if (++I != REnd && isUnpredicatedTerminator(*I)) in analyzeBranch()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp162 InputIter REnd(StrEnd(R)); in doAppendSourceAllocTest() local
166 LHS.append(RHS, REnd); in doAppendSourceAllocTest()
254 InputIter REnd(StrEnd(R)); in doAppendSourceTest() local
255 path& Ref = LHS.append(RHS, REnd); in doAppendSourceTest()
Dpath.concat.pass.cpp152 InputIter REnd(StrEnd(R)); in doConcatSourceAllocTest() local
156 LHS.concat(RHS, REnd); in doConcatSourceAllocTest()
242 InputIter REnd(StrEnd(R)); in doConcatSourceTest() local
243 path& Ref = LHS.concat(RHS, REnd); in doConcatSourceTest()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp163 InputIter REnd(StrEnd(R)); in doAppendSourceAllocTest() local
167 LHS.append(RHS, REnd); in doAppendSourceAllocTest()
253 InputIter REnd(StrEnd(R)); in doAppendSourceTest() local
254 path& Ref = LHS.append(RHS, REnd); in doAppendSourceTest()
Dpath.concat.pass.cpp154 InputIter REnd(StrEnd(R)); in doConcatSourceAllocTest() local
158 LHS.concat(RHS, REnd); in doConcatSourceAllocTest()
244 InputIter REnd(StrEnd(R)); in doConcatSourceTest() local
245 path& Ref = LHS.concat(RHS, REnd); in doConcatSourceTest()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp159 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in removeBranch() local
164 while (I != REnd && removed < 2) { in removeBranch()
195 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in analyzeBranch() local
198 while (I != REnd && I->isDebugInstr()) in analyzeBranch()
201 if (I == REnd || !isUnpredicatedTerminator(*I)) { in analyzeBranch()
223 while (I != REnd && I->isDebugInstr()) in analyzeBranch()
226 if (I != REnd) { in analyzeBranch()
250 if (++I != REnd && isUnpredicatedTerminator(*I)) in analyzeBranch()
/external/clang/lib/Tooling/Core/
DReplacement.cpp370 unsigned REnd = R.getOffset() + Delta + R.getLength(); in merge() local
372 if (REnd > End) { in merge()
373 Length += REnd - End; in merge()
378 StringRef Tail = TextRef.substr(REnd - Offset); in merge()
/external/llvm-project/clang/lib/Tooling/Core/
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()
/external/llvm-project/libcxx/src/filesystem/
Doperations.cpp133 const PosPtr REnd = getBeforeFront(); in decrement() local
135 if (RStart == REnd) // we're decrementing the begin in decrement()
141 if (PosPtr SepEnd = consumeSeparator(RStart, REnd)) { in decrement()
142 if (SepEnd == REnd) in decrement()
146 PosPtr TkStart = consumeName(RStart, REnd); in decrement()
151 return makeState(PS_InFilenames, consumeName(RStart, REnd) + 1, in decrement()
154 PosPtr SepEnd = consumeSeparator(RStart, REnd); in decrement()
155 if (SepEnd == REnd) in decrement()
157 PosPtr TkEnd = consumeName(SepEnd, REnd); in decrement()
/external/libcxx/src/filesystem/
Doperations.cpp142 const PosPtr REnd = getBeforeFront(); in decrement() local
144 if (RStart == REnd) // we're decrementing the begin in decrement()
150 if (PosPtr SepEnd = consumeSeparator(RStart, REnd)) { in decrement()
151 if (SepEnd == REnd) in decrement()
155 PosPtr TkStart = consumeName(RStart, REnd); in decrement()
160 return makeState(PS_InFilenames, consumeName(RStart, REnd) + 1, in decrement()
163 PosPtr SepEnd = consumeSeparator(RStart, REnd); in decrement()
164 if (SepEnd == REnd) in decrement()
166 PosPtr TkEnd = consumeName(SepEnd, REnd); in decrement()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp922 SlotIndex REnd = LIS.getInstructionIndex(*Range.second); in computeIntervals() local
962 REnd = REnd.getNextIndex(); in computeIntervals()
965 I.advanceTo(REnd); in computeIntervals()
969 PrevEnd = REnd; in computeIntervals()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp787 auto REnd = MI.getParent()->rend(); in RepairingPlacement() local
789 for (; It != REnd && It->isTerminator(); ++It) { in RepairingPlacement()
794 if (It == REnd) { in RepairingPlacement()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp796 auto REnd = MI.getParent()->rend(); in RepairingPlacement() local
798 for (; It != REnd && It->isTerminator(); ++It) { in RepairingPlacement()
803 if (It == REnd) { in RepairingPlacement()
/external/llvm-project/llvm/lib/CodeGen/
DLiveDebugVariables.cpp945 SlotIndex REnd = LIS.getInstructionIndex(*Range.second); in computeIntervals() local
985 REnd = REnd.getNextIndex(); in computeIntervals()
988 I.advanceTo(REnd); in computeIntervals()
992 PrevEnd = REnd; in computeIntervals()
/external/llvm-project/llvm/include/llvm/ADT/
DImmutableSet.h144 iterator RItr = RHS.begin(), REnd = RHS.end(); in isEqual() local
146 while (LItr != LEnd && RItr != REnd) { in isEqual()
160 return LItr == LEnd && RItr == REnd; in isEqual()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableSet.h143 iterator RItr = RHS.begin(), REnd = RHS.end(); in isEqual() local
145 while (LItr != LEnd && RItr != REnd) { in isEqual()
159 return LItr == LEnd && RItr == REnd; in isEqual()
/external/llvm/include/llvm/ADT/
DImmutableSet.h142 iterator RItr = RHS.begin(), REnd = RHS.end(); in isEqual() local
144 while (LItr != LEnd && RItr != REnd) { in isEqual()
158 return LItr == LEnd && RItr == REnd; in isEqual()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1684 const SCEV *REnd = getEnd(); in computeSafeIterationSpace() local
1685 const SCEV *EndIsNonNegative = SCEVCheckNonNegative(REnd); in computeSafeIterationSpace()
1688 const SCEV *End = SE.getMulExpr(ClampedSubtract(REnd, M), EndIsNonNegative); in computeSafeIterationSpace()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1699 const SCEV *REnd = getEnd(); in computeSafeIterationSpace() local
1700 const SCEV *EndIsNonNegative = SCEVCheckNonNegative(REnd); in computeSafeIterationSpace()
1703 const SCEV *End = SE.getMulExpr(ClampedSubtract(REnd, M), EndIsNonNegative); in computeSafeIterationSpace()
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp312 for (unsigned RIdx = 0, REnd = SchedReads.size(); RIdx != REnd; ++RIdx) { in collectSchedRW()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenSchedule.cpp692 } for (unsigned RIdx = 0, REnd = SchedReads.size(); RIdx != REnd; in collectSchedRW()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3138 unsigned RBegin, REnd; in StoreByValRegs() local
3140 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd); in StoreByValRegs()
3144 REnd = ARM::R4; in StoreByValRegs()
3147 if (REnd != RBegin) in StoreByValRegs()
3158 for (unsigned Reg = RBegin, i = 0; Reg < REnd; ++Reg, ++i) { in StoreByValRegs()
3237 unsigned RBegin, REnd; in LowerFormalArguments() local
3238 CCInfo.getInRegsParamInfo(CCInfo.getInRegsParamsProcessed(), RBegin, REnd); in LowerFormalArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3930 unsigned RBegin, REnd; in StoreByValRegs() local
3932 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd); in StoreByValRegs()
3936 REnd = ARM::R4; in StoreByValRegs()
3939 if (REnd != RBegin) in StoreByValRegs()
3950 for (unsigned Reg = RBegin, i = 0; Reg < REnd; ++Reg, ++i) { in StoreByValRegs()
4027 unsigned RBegin, REnd; in LowerFormalArguments() local
4028 CCInfo.getInRegsParamInfo(CCInfo.getInRegsParamsProcessed(), RBegin, REnd); in LowerFormalArguments()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp4155 unsigned RBegin, REnd; in StoreByValRegs() local
4157 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd); in StoreByValRegs()
4161 REnd = ARM::R4; in StoreByValRegs()
4164 if (REnd != RBegin) in StoreByValRegs()
4175 for (unsigned Reg = RBegin, i = 0; Reg < REnd; ++Reg, ++i) { in StoreByValRegs()
4288 unsigned RBegin, REnd; in LowerFormalArguments() local
4289 CCInfo.getInRegsParamInfo(CCInfo.getInRegsParamsProcessed(), RBegin, REnd); in LowerFormalArguments()