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

/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCAtom.cpp32 uint64_t &RBegin, uint64_t &REnd) {
40 REnd = End;
61 uint64_t LBegin, LEnd, RBegin, REnd; local
62 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
64 MCDataAtom *RightAtom = Parent->createDataAtom(RBegin, REnd);
98 uint64_t LBegin, LEnd, RBegin, REnd; local
99 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
101 MCTextAtom *RightAtom = Parent->createTextAtom(RBegin, REnd);
30 remapForSplit(uint64_t SplitPt, uint64_t &LBegin, uint64_t &LEnd, uint64_t &RBegin, uint64_t &REnd) argument
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp151 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); local
156 while (I != REnd && I->isDebugValue())
163 for(removed = 0; I != REnd && removed < 2; ++I, ++removed)
189 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); local
192 while (I != REnd && I->isDebugValue())
195 if (I == REnd || !isUnpredicatedTerminator(&*I)) {
214 if (++I != REnd) {
238 if (++I != REnd && isUnpredicatedTerminator(&*I))
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCAtom.h102 uint64_t &RBegin, uint64_t &REnd);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1434 REnd = PreprocessorOpts.remapped_file_end();
1435 !AnyFileChanged && R != REnd;
1450 REnd = PreprocessorOpts.remapped_file_buffer_end();
1451 !AnyFileChanged && R != REnd;
2093 REnd = PPOpts.remapped_file_buffer_end();
2094 R != REnd;
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h142 iterator RItr = RHS.begin(), REnd = RHS.end(); local
144 while (LItr != LEnd && RItr != REnd) {
158 return LItr == LEnd && RItr == REnd;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7485 REnd = RD->redecls_end();
7486 R != REnd; ++R)
7500 REnd = ID->redecls_end();
7501 R != REnd; ++R)
7509 REnd = PD->redecls_end();
7510 R != REnd; ++R)
7519 REnd = RTD->redecls_end();
7520 R != REnd; ++R)
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp319 for (unsigned RIdx = 0, REnd = SchedReads.size(); RIdx != REnd; ++RIdx) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3227 for (redecl_iterator R = redecls_begin(), REnd = redecls_end();
3228 R != REnd; ++R)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1424 REnd = Function->redecls_end();
1425 R != REnd; ++R) {
H A DSemaDeclCXX.cpp12272 REnd = Class->redecls_end();
12273 R != REnd; ++R) {
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2795 unsigned RBegin, REnd; local
2796 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd);
2797 NumGPRs = REnd - RBegin;
2866 unsigned RBegin, REnd; local
2868 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd);
2870 lastRegToSaveIndex = REnd - ARM::R0;

Completed in 1911 milliseconds