Home
last modified time | relevance | path

Searched refs:CreateAMDGPUWavesPerEUAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3747 if (auto *A = Actions.CreateAMDGPUWavesPerEUAttr( in ParseOpenMPOMPXAttributesClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8031 Sema::CreateAMDGPUWavesPerEUAttr(const AttributeCommonInfo &CI, Expr *MinExpr, in CreateAMDGPUWavesPerEUAttr() function in Sema
8043 if (auto *Attr = CreateAMDGPUWavesPerEUAttr(CI, MinExpr, MaxExpr)) in addAMDGPUWavesPerEUAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11220 CreateAMDGPUWavesPerEUAttr(const AttributeCommonInfo &CI, Expr *Min,