Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1580 bool isNontemporalDecl(const ValueDecl *VD) const;
H A DCGExpr.cpp3197 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
3214 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
4996 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
H A DCGOpenMPRuntime.cpp11546 bool CGOpenMPRuntime::isNontemporalDecl(const ValueDecl *VD) const { in isNontemporalDecl() function in CGOpenMPRuntime