HomeSort by relevance Sort by last modified time
    Searched defs:StartIdx (Results 1 - 25 of 42) sorted by null

1 2

  /external/compiler-rt/lib/esan/
esan_circular_buffer.h 41 StartIdx = 0;
50 uptr ArrayIdx = (StartIdx + Idx) % Capacity;
55 uptr ArrayIdx = (StartIdx + Idx) % Capacity;
60 uptr ArrayIdx = (StartIdx + Count) % Capacity;
65 StartIdx = (StartIdx + 1) % Capacity;
69 uptr ArrayIdx = (StartIdx + Count - 1) % Capacity;
80 StartIdx = 0;
92 uptr StartIdx;
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 39 /// The StartIdx and Length represent what region of the orginal
42 /// at StartIdx bit and spanning Length bits.
43 /// StartIdx is the number of bits from the less significant bits.
48 unsigned StartIdx;
51 /// from StartIdx to StartIdx + Length -1.
59 PartialMapping(unsigned StartIdx, unsigned Length,
61 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
65 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 55 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const {
56 if (!StartIdx)
57 StartIdx = getVarIdx();
60 unsigned ScratchIdx = StartIdx, e = MI->getNumOperands();
379 const unsigned StartIdx = opers.getVarIdx();
380 recordStackMapOpers(MI, opers.getID(), MI.operands_begin() + StartIdx,
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 60 unsigned StartIdx, formatted_raw_ostream &OS);
165 unsigned StartIdx = CurrentIdx;
220 return CurrentIdx - StartIdx + 1;
300 unsigned StartIdx = CurrentIdx;
384 return CurrentIdx-StartIdx;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherEmitter.cpp 55 unsigned StartIdx, formatted_raw_ostream &OS);
147 unsigned StartIdx = CurrentIdx;
202 return CurrentIdx - StartIdx + 1;
269 unsigned StartIdx = CurrentIdx;
350 return CurrentIdx-StartIdx;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 41 /// The StartIdx and Length represent what region of the orginal
44 /// at StartIdx bit and spanning Length bits.
45 /// StartIdx is the number of bits from the less significant bits.
50 unsigned StartIdx;
53 /// from StartIdx to StartIdx + Length -1.
61 PartialMapping(unsigned StartIdx, unsigned Length,
63 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
67 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 41 /// The StartIdx and Length represent what region of the orginal
44 /// at StartIdx bit and spanning Length bits.
45 /// StartIdx is the number of bits from the less significant bits.
50 unsigned StartIdx;
53 /// from StartIdx to StartIdx + Length -1.
61 PartialMapping(unsigned StartIdx, unsigned Length,
63 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
67 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 41 /// The StartIdx and Length represent what region of the orginal
44 /// at StartIdx bit and spanning Length bits.
45 /// StartIdx is the number of bits from the less significant bits.
50 unsigned StartIdx;
53 /// from StartIdx to StartIdx + Length -1.
61 PartialMapping(unsigned StartIdx, unsigned Length,
63 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
67 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 42 /// The StartIdx and Length represent what region of the orginal
45 /// at StartIdx bit and spanning Length bits.
46 /// StartIdx is the number of bits from the less significant bits.
51 unsigned StartIdx;
55 /// from StartIdx to StartIdx + Length -1.
64 PartialMapping(unsigned StartIdx, unsigned Length,
66 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
70 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 42 /// The StartIdx and Length represent what region of the orginal
45 /// at StartIdx bit and spanning Length bits.
46 /// StartIdx is the number of bits from the less significant bits.
51 unsigned StartIdx;
55 /// from StartIdx to StartIdx + Length -1.
64 PartialMapping(unsigned StartIdx, unsigned Length,
66 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
70 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 42 /// The StartIdx and Length represent what region of the orginal
45 /// at StartIdx bit and spanning Length bits.
46 /// StartIdx is the number of bits from the less significant bits.
51 unsigned StartIdx;
55 /// from StartIdx to StartIdx + Length -1.
64 PartialMapping(unsigned StartIdx, unsigned Length,
66 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
70 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 42 /// The StartIdx and Length represent what region of the orginal
45 /// at StartIdx bit and spanning Length bits.
46 /// StartIdx is the number of bits from the less significant bits.
51 unsigned StartIdx;
55 /// from StartIdx to StartIdx + Length -1.
64 PartialMapping(unsigned StartIdx, unsigned Length,
66 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
70 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 41 /// The StartIdx and Length represent what region of the orginal
44 /// at StartIdx bit and spanning Length bits.
45 /// StartIdx is the number of bits from the less significant bits.
50 unsigned StartIdx;
53 /// from StartIdx to StartIdx + Length -1.
61 PartialMapping(unsigned StartIdx, unsigned Length,
63 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
67 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 41 /// The StartIdx and Length represent what region of the orginal
44 /// at StartIdx bit and spanning Length bits.
45 /// StartIdx is the number of bits from the less significant bits.
50 unsigned StartIdx;
53 /// from StartIdx to StartIdx + Length -1.
61 PartialMapping(unsigned StartIdx, unsigned Length,
63 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
67 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 41 /// The StartIdx and Length represent what region of the orginal
44 /// at StartIdx bit and spanning Length bits.
45 /// StartIdx is the number of bits from the less significant bits.
50 unsigned StartIdx;
53 /// from StartIdx to StartIdx + Length -1.
61 PartialMapping(unsigned StartIdx, unsigned Length,
63 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
67 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 42 /// The StartIdx and Length represent what region of the orginal
45 /// at StartIdx bit and spanning Length bits.
46 /// StartIdx is the number of bits from the less significant bits.
51 unsigned StartIdx;
55 /// from StartIdx to StartIdx + Length -1.
64 PartialMapping(unsigned StartIdx, unsigned Length,
66 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
70 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 42 /// The StartIdx and Length represent what region of the orginal
45 /// at StartIdx bit and spanning Length bits.
46 /// StartIdx is the number of bits from the less significant bits.
51 unsigned StartIdx;
55 /// from StartIdx to StartIdx + Length -1.
64 PartialMapping(unsigned StartIdx, unsigned Length,
66 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
70 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 42 /// The StartIdx and Length represent what region of the orginal
45 /// at StartIdx bit and spanning Length bits.
46 /// StartIdx is the number of bits from the less significant bits.
51 unsigned StartIdx;
55 /// from StartIdx to StartIdx + Length -1.
64 PartialMapping(unsigned StartIdx, unsigned Length,
66 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
70 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 42 /// The StartIdx and Length represent what region of the orginal
45 /// at StartIdx bit and spanning Length bits.
46 /// StartIdx is the number of bits from the less significant bits.
51 unsigned StartIdx;
55 /// from StartIdx to StartIdx + Length -1.
64 PartialMapping(unsigned StartIdx, unsigned Length,
66 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
70 unsigned getHighBitIdx() const { return StartIdx + Length - 1;
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 185 unsigned StartIdx;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
195 void reset(unsigned StartIdx) {
196 this->StartIdx = StartIdx;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 185 unsigned StartIdx;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
195 void reset(unsigned StartIdx) {
196 this->StartIdx = StartIdx;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
HeaderSearch.h 185 unsigned StartIdx;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
195 void reset(unsigned StartIdx) {
196 this->StartIdx = StartIdx;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
HeaderSearch.h 185 unsigned StartIdx;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
195 void reset(unsigned StartIdx) {
196 this->StartIdx = StartIdx;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
HeaderSearch.h 185 unsigned StartIdx;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
195 void reset(unsigned StartIdx) {
196 this->StartIdx = StartIdx;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
HeaderSearch.h 185 unsigned StartIdx;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
195 void reset(unsigned StartIdx) {
196 this->StartIdx = StartIdx;

Completed in 934 milliseconds

1 2