Searched refs:VectorLength (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenACCKinds.h | 325 VectorLength, enumerator 462 case OpenACCClauseKind::VectorLength: in printOpenACCClauseKind()
|
| H A D | OpenACCClauses.def | 71 VISIT_CLAUSE(VectorLength)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenACC.h | 390 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 D | SemaOpenACCClause.cpp | 46 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 D | SemaDeclAttr.cpp | 5360 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 D | SemaTemplateInstantiateDecl.cpp | 1136 CLAUSE_NOT_ON_DECLS(VectorLength) in CLAUSE_NOT_ON_DECLS()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 150 .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 D | TextNodeDumper.cpp | 435 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 D | OpenACCClause.cpp | 207 : OpenACCClauseWithSingleIntExpr(OpenACCClauseKind::VectorLength, BeginLoc, in OpenACCVectorLengthClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 748 return C->getClauseKind() == OpenACCClauseKind::VectorLength; in classof()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8712 case OpenACCClauseKind::VectorLength: { in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12729 case OpenACCClauseKind::VectorLength: { in readOpenACCClause()
|