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

  /external/llvm/lib/MC/MCAnalysis/
MCAtom.cpp 32 uint64_t &RBegin, uint64_t &REnd) {
40 REnd = End;
61 uint64_t LBegin, LEnd, RBegin, REnd;
62 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
64 MCDataAtom *RightAtom = Parent->createDataAtom(RBegin, REnd);
98 uint64_t LBegin, LEnd, RBegin, REnd;
99 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
101 MCTextAtom *RightAtom = Parent->createTextAtom(RBegin, REnd);
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 151 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend();
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();
192 while (I != REnd && I->isDebugValue())
195 if (I == REnd || !isUnpredicatedTerminator(&*I)) {
214 if (++I != REnd) {
238 if (++I != REnd && isUnpredicatedTerminator(&*I)
    [all...]
  /external/llvm/include/llvm/MC/MCAnalysis/
MCAtom.h 102 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/llvm/utils/TableGen/
CodeGenSchedule.cpp 317 for (unsigned RIdx = 0, REnd = SchedReads.size(); RIdx != REnd; ++RIdx) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 3167 milliseconds