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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULowerKernelAttributes.cpp 171 Value *GroupSize = WorkGroupSizes[I];
173 if (!GroupSize || !GridSize)
176 for (User *U : GroupSize->users()) {
222 Value *GroupSize = WorkGroupSizes[I];
223 if (!GroupSize)
227 GroupSize->replaceAllUsesWith(
229 GroupSize->getType(),
SIMachineScheduler.cpp 685 unsigned GroupSize;
700 GroupSize = 2;
702 GroupSize = 3;
704 GroupSize = 4;
796 } else if (Count == GroupSize) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InterleavedAccess.cpp 450 int GroupSize = std::ceil((VF - FirstGroupElement) / 3.0);
451 SizeInfo.push_back(GroupSize);
452 FirstGroupElement = ((GroupSize)*3 + FirstGroupElement) % VF;
551 SmallVector<uint32_t, 3> GroupSize;
557 setGroupSize(VT, GroupSize);
560 DecodePALIGNRMask(VT, GroupSize[2 - i], VPAlign[i], false);
562 DecodePALIGNRMask(VT, GroupSize[2] + GroupSize[1], VPAlign2, true, true);
563 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, true, true);
633 SmallVector<uint32_t, 3> GroupSize;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
FormatUtil.h 63 uint32_t GroupSize, StringRef Sep);
FormatUtil.cpp 75 uint32_t IndentLevel, uint32_t GroupSize,
80 ThisGroup = Opts.take_front(GroupSize);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocGreedy.cpp 732 const unsigned GroupSize = 8;
733 SpillPlacement::BlockConstraint BCS[GroupSize];
734 unsigned TBS[GroupSize];
742 assert(T < GroupSize && "Array overflow");
744 if (++T == GroupSize) {
751 assert(B < GroupSize && "Array overflow");
766 if (++B == GroupSize) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 643 unsigned GroupSize;
658 GroupSize = 2;
660 GroupSize = 3;
662 GroupSize = 4;
681 if (!CompatibleGroup || ++Count == GroupSize) {
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 505 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h     [all...]

Completed in 1212 milliseconds