Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1833 bool isNontemporalDecl(const ValueDecl *VD) const;
DCGExpr.cpp2735 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
2749 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
4172 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
DCGOpenMPRuntime.cpp12285 bool CGOpenMPRuntime::isNontemporalDecl(const ValueDecl *VD) const { in isNontemporalDecl() function in CGOpenMPRuntime