Searched refs:OMPNontemporalClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1162 OMPNontemporalClause *OMPNontemporalClause::Create(const ASTContext &C,
1170 new (Mem) OMPNontemporalClause(StartLoc, LParenLoc, EndLoc, VL.size());
1175 OMPNontemporalClause *OMPNontemporalClause::CreateEmpty(const ASTContext &C,
1178 return new (Mem) OMPNontemporalClause(N);
1181 void OMPNontemporalClause::setPrivateRefs(ArrayRef<Expr *> VL) {
1687 void OMPClausePrinter::VisitOMPNontemporalClause(OMPNontemporalClause *Node) {
H A DStmtProfile.cpp773 const OMPNontemporalClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6281 class OMPNontemporalClause final
6282 : public OMPVarListClause<OMPNontemporalClause>,
6283 private llvm::TrailingObjects<OMPNontemporalClause, Expr *> {
6294 OMPNontemporalClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
6296 : OMPVarListClause<OMPNontemporalClause>(OMPC_nontemporal, StartLoc,
6302 explicit OMPNontemporalClause(unsigned N) function in class:clang::final
6303 : OMPVarListClause<OMPNontemporalClause>(
6324 static OMPNontemporalClause *
6332 static OMPNontemporalClause *CreateEmpty(const ASTContext &C, unsigned N);
6344 auto Children = const_cast<OMPNontemporalClause *>(thi
[all...]
H A DRecursiveASTVisitor.h3437 OMPNontemporalClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6558 void OMPClauseWriter::VisitOMPNontemporalClause(OMPNontemporalClause *C) {
H A DASTReader.cpp11722 C = OMPNontemporalClause::CreateEmpty(Context, Record.readInt());
12483 void OMPClauseReader::VisitOMPNontemporalClause(OMPNontemporalClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11294 : CGM(CGM), NeedToPush(S.hasClausesOfKind<OMPNontemporalClause>()) {
11300 for (const auto *C : S.getClausesOfKind<OMPNontemporalClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2285 if (auto *Clause = dyn_cast<OMPNontemporalClause>(C)) {
17290 return OMPNontemporalClause::Create(Context, StartLoc, LParenLoc, EndLoc,
H A DTreeTransform.h9388 TreeTransform<Derived>::TransformOMPNontemporalClause(OMPNontemporalClause *C) {

Completed in 418 milliseconds