Home
last modified time | relevance | path

Searched refs:VectorLength (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h325 VectorLength, enumerator
462 case OpenACCClauseKind::VectorLength: in printOpenACCClauseKind()
H A DOpenACCClauses.def71 VISIT_CLAUSE(VectorLength)
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h390 ClauseKind == OpenACCClauseKind::VectorLength) && in getNumIntExprs()
444 ClauseKind == OpenACCClauseKind::VectorLength) && in getIntExprs()
579 ClauseKind == OpenACCClauseKind::VectorLength) && in setIntExprDetails()
592 ClauseKind == OpenACCClauseKind::VectorLength) && in setIntExprDetails()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp46 case OpenACCClauseKind::VectorLength: in checkValidAfterDeviceType()
75 case OpenACCClauseKind::VectorLength: in checkValidAfterDeviceType()
745 << OpenACCClauseKind::VectorLength << OpenACCClauseKind::Vector in VisitVectorLengthClause()
1317 << OpenACCClauseKind::VectorLength; in VisitVectorClause()
1340 << OpenACCClauseKind::VectorLength; in VisitVectorClause()
H A DSemaDeclAttr.cpp5360 unsigned VectorLength = 128; in handleCallConvAttr() local
5362 !S.checkUInt32Argument(AL, AL.getArgAsExpr(0), VectorLength)) in handleCallConvAttr()
5364 if (VectorLength < 32 || VectorLength > 65536) { in handleCallConvAttr()
5366 << VectorLength << 32 << 65536; in handleCallConvAttr()
5369 if (!llvm::isPowerOf2_64(VectorLength)) { in handleCallConvAttr()
5374 D->addAttr(::new (S.Context) RISCVVLSCCAttr(S.Context, AL, VectorLength)); in handleCallConvAttr()
H A DSemaTemplateInstantiateDecl.cpp1136 CLAUSE_NOT_ON_DECLS(VectorLength) in CLAUSE_NOT_ON_DECLS()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp150 .Case("vector_length", OpenACCClauseKind::VectorLength) in getOpenACCClauseKind()
530 case OpenACCClauseKind::VectorLength: in getClauseParensKind()
1134 case OpenACCClauseKind::VectorLength: { in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp435 case OpenACCClauseKind::VectorLength: in Visit()
707 unsigned VectorLength = Value.getVectorLength(); in Visit() local
708 OS << "Vector length=" << VectorLength; in Visit()
715 VectorLength, "element", "elements"); in Visit()
H A DOpenACCClause.cpp207 : OpenACCClauseWithSingleIntExpr(OpenACCClauseKind::VectorLength, BeginLoc, in OpenACCVectorLengthClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h748 return C->getClauseKind() == OpenACCClauseKind::VectorLength; in classof()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8712 case OpenACCClauseKind::VectorLength: { in writeOpenACCClause()
H A DASTReader.cpp12729 case OpenACCClauseKind::VectorLength: { in readOpenACCClause()