Home
last modified time | relevance | path

Searched refs:ExplicitKernArgSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h30 uint64_t ExplicitKernArgSize = 0; // Cache for this.
74 return ExplicitKernArgSize; in getLDSSize()
H A DSIMachineFunctionInfo.cpp674 : ExplicitKernArgSize(MFI.getExplicitKernArgSize()), in SIMachineFunctionInfo()
716 ExplicitKernArgSize = YamlMFI.ExplicitKernArgSize; in initializeBaseYamlFields()
H A DAMDGPUMachineFunction.cpp81 ExplicitKernArgSize = ST.getExplicitKernArgSize(F, MaxKernArgAlign); in AMDGPUMachineFunction()
H A DSIMachineFunctionInfo.h255 uint64_t ExplicitKernArgSize = 0;
303 YamlIO.mapOptional("explicitKernArgSize", MFI.ExplicitKernArgSize,
H A DAMDGPUISelLowering.h384 uint32_t getImplicitParameterOffset(const uint64_t ExplicitKernArgSize,
H A DAMDGPUISelLowering.cpp5384 uint64_t ExplicitKernArgSize, const ImplicitParameter Param) const { in getImplicitParameterOffset() argument
5388 alignTo(ExplicitKernArgSize, Alignment) + ExplicitArgOffset; in getImplicitParameterOffset()