| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InterleavedAccess.cpp | 455 SizeInfo.push_back(GroupSize); in setGroupSize() 555 SmallVector<int, 3> GroupSize; in deinterleave8bitStride3() local 561 setGroupSize(VT, GroupSize); in deinterleave8bitStride3() 566 DecodePALIGNRMask(VT, GroupSize[2] + GroupSize[1], VPAlign2, true, true); in deinterleave8bitStride3() 567 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, true, true); in deinterleave8bitStride3() 634 SmallVector<int, 3> GroupSize; in interleave8bitStride3() local 643 setGroupSize(VT, GroupSize); in interleave8bitStride3() 646 DecodePALIGNRMask(VT, GroupSize[i], VPAlign[i]); in interleave8bitStride3() 648 DecodePALIGNRMask(VT, GroupSize[1] + GroupSize[2], VPAlign2, false, true); in interleave8bitStride3() 649 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, false, true); in interleave8bitStride3() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelAttributes.cpp | 266 Value *GroupSize = GroupSizes[I]; in processUse() local 268 if (!GroupSize || !GridSize) in processUse() 277 for (User *U : GroupSize->users()) { in processUse() 308 Value *GroupSize = GroupSizes[I]; in processUse() local 309 if (!GroupSize) in processUse() 313 GroupSize->replaceAllUsesWith( in processUse() 314 ConstantFoldIntegerCast(KnownSize, GroupSize->getType(), false, DL)); in processUse()
|
| H A D | SIMachineScheduler.cpp | 657 unsigned GroupSize; in colorHighLatenciesGroups() local 672 GroupSize = 2; in colorHighLatenciesGroups() 674 GroupSize = 3; in colorHighLatenciesGroups() 676 GroupSize = 4; in colorHighLatenciesGroups() 767 } else if (Count == GroupSize) { in colorHighLatenciesGroups()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | primary64.h | 85 const uptr GroupSize = (1UL << GroupSizeLog); in init() local 86 const uptr PagesInGroup = GroupSize / PageSize; in init() 1297 const uptr GroupSize = (1UL << GroupSizeLog); in collectGroupsToRelease() local 1306 uptr MinDistToThreshold = GroupSize; in collectGroupsToRelease() 1349 const uptr BatchGroupEnd = BatchGroupBase + GroupSize; in collectGroupsToRelease() 1351 ? GroupSize in collectGroupsToRelease() 1451 if (MinDistToThreshold == GroupSize) in collectGroupsToRelease() 1464 const uptr GroupSize = (1UL << GroupSizeLog); in markFreeBlocks() local 1474 GroupSize, in markFreeBlocks() 1494 const uptr BatchGroupEnd = BatchGroupBase + GroupSize; in markFreeBlocks() [all …]
|
| H A D | primary32.h | 1073 const uptr GroupSize = (1UL << GroupSizeLog); in markFreeBlocks() local 1090 : roundDownSlow(GroupSize, BlockSize); in markFreeBlocks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.cpp | 24 uint32_t IndentLevel, uint32_t GroupSize, in typesetItemList() argument 29 ThisGroup = Opts.take_front(GroupSize); in typesetItemList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.h | 53 uint32_t GroupSize, StringRef Sep);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 678 const unsigned GroupSize = 8; in addThroughConstraints() local 679 SpillPlacement::BlockConstraint BCS[GroupSize]; in addThroughConstraints() 680 unsigned TBS[GroupSize]; in addThroughConstraints() 687 assert(T < GroupSize && "Array overflow"); in addThroughConstraints() 689 if (++T == GroupSize) { in addThroughConstraints() 696 assert(B < GroupSize && "Array overflow"); in addThroughConstraints() 718 if (++B == GroupSize) { in addThroughConstraints()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 1591 uint16_t GroupSize = BITMASK_MAX - AndMask + 1; in printSwizzle() local 1592 if (GroupSize > 1 && in printSwizzle() 1593 isPowerOf2_64(GroupSize) && in printSwizzle() 1594 OrMask < GroupSize && in printSwizzle() 1599 O << formatDec(GroupSize); in printSwizzle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 7714 int64_t GroupSize; in parseSwizzleBroadcast() local 7717 if (!parseSwizzleOperand(GroupSize, in parseSwizzleBroadcast() 7723 if (!isPowerOf2_64(GroupSize)) { in parseSwizzleBroadcast() 7728 0, GroupSize - 1, in parseSwizzleBroadcast() 7742 int64_t GroupSize; in parseSwizzleReverse() local 7744 if (!parseSwizzleOperand(GroupSize, in parseSwizzleReverse() 7750 if (!isPowerOf2_64(GroupSize)) { in parseSwizzleReverse() 7764 int64_t GroupSize; in parseSwizzleSwap() local 7766 if (!parseSwizzleOperand(GroupSize, in parseSwizzleSwap() 7772 if (!isPowerOf2_64(GroupSize)) { in parseSwizzleSwap() [all …]
|