Searched refs:RBegin (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/MCAnalysis/
H A DMCAtom.cpp32 uint64_t &RBegin, uint64_t &REnd) {
39 RBegin = SplitPt;
61 uint64_t LBegin, LEnd, RBegin, REnd; local
62 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
64 MCDataAtom *RightAtom = Parent->createDataAtom(RBegin, REnd);
67 std::vector<MCData>::iterator I = Data.begin() + (RBegin - LBegin);
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
/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCAtom.h102 uint64_t &RBegin, uint64_t &REnd);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2387 const APInt &RBegin = cast<ConstantInt>(J->Low)->getValue();
2388 APInt Range = ComputeRange(LEnd, RBegin);
2398 (Last - RBegin + 1ULL).roundToDouble();
2402 << "LEnd: " << LEnd << ", RBegin: " << RBegin << '\n'
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2731 unsigned RBegin, REnd; local
2732 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd);
2733 NumGPRs = REnd - RBegin;
2803 unsigned RBegin, REnd; local
2805 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd);
2806 firstRegToSaveIndex = RBegin - ARM::R0;

Completed in 140 milliseconds