Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h305 bool isNontemporal() const { return Nontemporal; } in isNontemporal() function
H A DCodeGenFunction.h3833 bool isNontemporal = false) {
3835 CGM.getTBAAAccessInfo(Ty), isNontemporal);
3841 bool isNontemporal = false);
3855 bool isInit = false, bool isNontemporal = false) {
3857 CGM.getTBAAAccessInfo(Ty), isInit, isNontemporal);
3863 bool isInit = false, bool isNontemporal = false);
H A DCGExpr.cpp1594 lvalue.getTBAAInfo(), lvalue.isNontemporal()); in EmitLoadOfScalar()
1691 bool isNontemporal) { in EmitLoadOfScalar() argument
1743 if (isNontemporal) { in EmitLoadOfScalar()
1832 lvalue.isNontemporal()); in EmitStoreOfMatrixScalar()
1839 bool isInit, bool isNontemporal) { in EmitStoreOfScalar() argument
1880 if (isNontemporal) { in EmitStoreOfScalar()
1899 lvalue.getTBAAInfo(), isInit, lvalue.isNontemporal()); in EmitStoreOfScalar()
4240 BaseLV.isNontemporal()) in EmitMemberExpr()