Home
last modified time | relevance | path

Searched refs:GroupSize (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp732 const unsigned GroupSize = 8; in addThroughConstraints() local
733 SpillPlacement::BlockConstraint BCS[GroupSize]; in addThroughConstraints()
734 unsigned TBS[GroupSize]; in addThroughConstraints()
742 assert(T < GroupSize && "Array overflow"); in addThroughConstraints()
744 if (++T == GroupSize) { in addThroughConstraints()
751 assert(B < GroupSize && "Array overflow"); in addThroughConstraints()
766 if (++B == GroupSize) { in addThroughConstraints()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1000 const unsigned GroupSize = 8; in addThroughConstraints() local
1001 SpillPlacement::BlockConstraint BCS[GroupSize]; in addThroughConstraints()
1002 unsigned TBS[GroupSize]; in addThroughConstraints()
1010 assert(T < GroupSize && "Array overflow"); in addThroughConstraints()
1012 if (++T == GroupSize) { in addThroughConstraints()
1019 assert(B < GroupSize && "Array overflow"); in addThroughConstraints()
1034 if (++B == GroupSize) { in addThroughConstraints()
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp643 unsigned GroupSize; in colorHighLatenciesGroups() local
658 GroupSize = 2; in colorHighLatenciesGroups()
660 GroupSize = 3; in colorHighLatenciesGroups()
662 GroupSize = 4; in colorHighLatenciesGroups()
681 if (!CompatibleGroup || ++Count == GroupSize) { in colorHighLatenciesGroups()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h505 static inline int GroupSize (const MessageLite& value);
Dwire_format_lite_inl.h849 inline int WireFormatLite::GroupSize(const MessageLite& value) { in GroupSize() function