Home
last modified time | relevance | path

Searched refs:ValueBits (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dsource-position-table.cc31 class ValueBits : public BitField8<unsigned, 0, 7> {}; class
58 more = encoded > ValueBits::kMax; in EncodeInt()
60 MoreBit::encode(more) | ValueBits::encode(encoded & ValueBits::kMask); in EncodeInt()
62 encoded >>= ValueBits::kSize; in EncodeInt()
86 ValueBits::decode(current)) in DecodeInt()
89 shift += ValueBits::kSize; in DecodeInt()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp112 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local
118 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp144 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local
150 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp213 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local
219 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()