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

  /external/v8/src/
source-position-table.cc 29 // Each byte is encoded as MoreBit | ValueBits.
31 class ValueBits : public BitField8<unsigned, 0, 7> {};
58 more = encoded > ValueBits::kMax;
60 MoreBit::encode(more) | ValueBits::encode(encoded & ValueBits::kMask);
62 encoded >>= ValueBits::kSize;
86 ValueBits::decode(current))
89 shift += ValueBits::kSize;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 112 unsigned ValueBits = ValueVT.getSizeInBits();
118 EVT RoundVT = RoundBits == ValueBits ?
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 144 unsigned ValueBits = ValueVT.getSizeInBits();
150 EVT RoundVT = RoundBits == ValueBits ?
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 213 unsigned ValueBits = ValueVT.getSizeInBits();
219 EVT RoundVT = RoundBits == ValueBits ?
    [all...]

Completed in 266 milliseconds