Searched refs:addAMDGPUWavesPerEUAttr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaAMDGPU.h | 47 void addAMDGPUWavesPerEUAttr(Decl *D, const AttributeCommonInfo &CI,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAMDGPU.cpp | 214 void SemaAMDGPU::addAMDGPUWavesPerEUAttr(Decl *D, const AttributeCommonInfo &CI, in addAMDGPUWavesPerEUAttr() function in clang::SemaAMDGPU 227 addAMDGPUWavesPerEUAttr(D, AL, MinExpr, MaxExpr); in handleAMDGPUWavesPerEUAttr()
|
H A D | SemaTemplateInstantiateDecl.cpp | 612 S.AMDGPU().addAMDGPUWavesPerEUAttr(New, Attr, MinExpr, MaxExpr); in instantiateDependentAMDGPUWavesPerEUAttr()
|