Searched refs:addAMDGPUWavesPerEUAttr (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 6765 void Sema::addAMDGPUWavesPerEUAttr(Decl *D, const AttributeCommonInfo &CI, in addAMDGPUWavesPerEUAttr() function in Sema 6784 S.addAMDGPUWavesPerEUAttr(D, AL, MinExpr, MaxExpr); in handleAMDGPUWavesPerEUAttr()
|
D | SemaTemplateInstantiateDecl.cpp | 548 S.addAMDGPUWavesPerEUAttr(New, Attr, MinExpr, MaxExpr); in instantiateDependentAMDGPUWavesPerEUAttr()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9966 void addAMDGPUWavesPerEUAttr(Decl *D, const AttributeCommonInfo &CI,
|