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.h1586 bool isNontemporalDecl(const ValueDecl *VD) const;
H A DCGExpr.cpp3046 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
3063 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
4670 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
H A DCGOpenMPRuntime.cpp11479 bool CGOpenMPRuntime::isNontemporalDecl(const ValueDecl *VD) const { in isNontemporalDecl() function in CGOpenMPRuntime