HomeSort by relevance Sort by last modified time
    Searched refs:REnd (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/MC/
MCAtom.cpp 29 uint64_t &RBegin, uint64_t &REnd) {
37 REnd = End;
58 uint64_t LBegin, LEnd, RBegin, REnd;
59 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
61 MCDataAtom *RightAtom = Parent->createDataAtom(RBegin, REnd);
95 uint64_t LBegin, LEnd, RBegin, REnd;
96 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
98 MCTextAtom *RightAtom = Parent->createTextAtom(RBegin, REnd);
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 148 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend();
153 while (I != REnd && I->isDebugValue())
160 for(removed = 0; I != REnd && removed < 2; ++I, ++removed)
186 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend();
189 while (I != REnd && I->isDebugValue())
192 if (I == REnd || !isUnpredicatedTerminator(&*I)) {
211 if (++I != REnd) {
235 if (++I != REnd && isUnpredicatedTerminator(&*I)
    [all...]
  /external/llvm/include/llvm/MC/
MCAtom.h 100 uint64_t &RBegin, uint64_t &REnd);
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 142 iterator RItr = RHS.begin(), REnd = RHS.end();
144 while (LItr != LEnd && RItr != REnd) {
158 return LItr == LEnd && RItr == REnd;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 317 for (unsigned RIdx = 0, REnd = SchedReads.size(); RIdx != REnd; ++RIdx) {
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 196 milliseconds