Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h224 VectorLength, enumerator
342 case OpenACCClauseKind::VectorLength:
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp128 .Case("vector_length", OpenACCClauseKind::VectorLength) in getOpenACCClauseKind()
488 case OpenACCClauseKind::VectorLength: in getClauseParensKind()
742 case OpenACCClauseKind::VectorLength: { in ParseOpenACCClauseParams()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp538 unsigned VectorLength = Value.getVectorLength(); in Visit() local
539 OS << "Vector length=" << VectorLength; in Visit()
546 VectorLength, "element", "elements"); in Visit()