Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h133 ClauseKind == OpenACCClauseKind::VectorLength) && in getNumIntExprs()
178 ClauseKind == OpenACCClauseKind::VectorLength) && in getIntExprs()
277 ClauseKind == OpenACCClauseKind::VectorLength) && in setIntExprDetails()
285 ClauseKind == OpenACCClauseKind::VectorLength) && in setIntExprDetails()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h261 VectorLength, enumerator
413 case OpenACCClauseKind::VectorLength: in printOpenACCClauseKind()
H A DOpenACCClauses.def54 VISIT_CLAUSE(VectorLength)
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp145 .Case("vector_length", OpenACCClauseKind::VectorLength) in getOpenACCClauseKind()
526 case OpenACCClauseKind::VectorLength: in getClauseParensKind()
1012 case OpenACCClauseKind::VectorLength: { in ParseOpenACCClauseParams()
1024 ClauseKind == OpenACCClauseKind::VectorLength) in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp417 case OpenACCClauseKind::VectorLength: in Visit()
652 unsigned VectorLength = Value.getVectorLength(); in Visit() local
653 OS << "Vector length=" << VectorLength; in Visit()
660 VectorLength, "element", "elements"); in Visit()
H A DOpenACCClause.cpp141 : OpenACCClauseWithSingleIntExpr(OpenACCClauseKind::VectorLength, BeginLoc, in OpenACCVectorLengthClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp98 case OpenACCClauseKind::VectorLength: in doesClauseApplyToDirective()
397 case OpenACCClauseKind::VectorLength: in checkValidAfterDeviceType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h529 return C->getClauseKind() == OpenACCClauseKind::VectorLength; in classof()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7968 case OpenACCClauseKind::VectorLength: { in writeOpenACCClause()
H A DASTReader.cpp11977 case OpenACCClauseKind::VectorLength: { in readOpenACCClause()