Searched refs:PrivateSegmentSize (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUArgumentUsageInfo.cpp | 72 << " PrivateSegmentSize: " << FI.second.PrivateSegmentSize in print() 118 return {PrivateSegmentSize ? &PrivateSegmentSize : nullptr, in getPreloadedValue()
|
| H A D | AMDGPUResourceUsageAnalysis.h | 39 uint64_t PrivateSegmentSize = 0; member
|
| H A D | AMDGPUResourceUsageAnalysis.cpp | 158 Info.PrivateSegmentSize = FrameInfo.getStackSize(); in analyzeResourceUsage() 163 Info.PrivateSegmentSize += AssumedStackSizeForDynamicSizeObjects; in analyzeResourceUsage() 166 Info.PrivateSegmentSize += FrameInfo.getMaxAlign().value(); in analyzeResourceUsage()
|
| H A D | SIMachineFunctionInfo.cpp | 242 ArgInfo.PrivateSegmentSize = ArgDescriptor::createRegister(getNextUserSGPR()); in addPrivateSegmentSize() 244 return ArgInfo.PrivateSegmentSize.getRegister(); in addPrivateSegmentSize() 684 Any |= convertArg(AI.PrivateSegmentSize, ArgInfo.PrivateSegmentSize); in convertArgumentInfo()
|
| H A D | AMDGPUArgumentUsageInfo.h | 140 ArgDescriptor PrivateSegmentSize; member
|
| H A D | AMDGPUMCResourceInfo.cpp | 330 MCConstantExpr::create(FRI.PrivateSegmentSize, OutContext); in gatherResourceInfo() 332 << FRI.PrivateSegmentSize in gatherResourceInfo()
|
| H A D | GCNSubtarget.h | 1738 bool hasPrivateSegmentSize() const { return PrivateSegmentSize; } in hasPrivateSegmentSize() 1804 bool PrivateSegmentSize = false; variable
|
| H A D | SIMachineFunctionInfo.h | 172 std::optional<SIArgument> PrivateSegmentSize; 197 YamlIO.mapOptional("privateSegmentSize", AI.PrivateSegmentSize);
|
| H A D | AMDGPUTargetMachine.cpp | 1932 parseAndCheckArgument(YamlMFI.ArgInfo->PrivateSegmentSize, in parseMachineFunctionInfo() 1934 MFI->ArgInfo.PrivateSegmentSize, 0, 0) || in parseMachineFunctionInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.h | 65 const MCSymbol *NumExplicitSGPR, const MCSymbol *PrivateSegmentSize, in EmitMCResourceInfo() argument 146 const MCSymbol *PrivateSegmentSize,
|
| H A D | AMDGPUTargetStreamer.cpp | 280 const MCSymbol *NumExplicitSGPR, const MCSymbol *PrivateSegmentSize, in EmitMCResourceInfo() argument 294 PRINT_RES_INFO(PrivateSegmentSize); in EmitMCResourceInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/ |
| H A D | Utility.h | 128 uint32_t PrivateSegmentSize = KInvalidValue; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | Utility.cpp | 276 KernelData.PrivateSegmentSize = V.second.getUInt(); in extractKernelData()
|