Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h285 bool isNontemporal() const { return Nontemporal; } in isNontemporal() function
DCGExpr.cpp1202 lvalue.isNontemporal()); in EmitLoadOfScalar()
1269 bool isNontemporal) { in EmitLoadOfScalar() argument
1301 if (isNontemporal) { in EmitLoadOfScalar()
1380 bool isNontemporal) { in EmitStoreOfScalar() argument
1414 if (isNontemporal) { in EmitStoreOfScalar()
1434 lvalue.getTBAAOffset(), lvalue.isNontemporal()); in EmitStoreOfScalar()
DCodeGenFunction.h2658 bool isNontemporal = false);
2674 uint64_t TBAAOffset = 0, bool isNontemporal = false);
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h293 bool isNontemporal() const { return Nontemporal; } in isNontemporal() function
DCodeGenFunction.h3699 bool isNontemporal = false) {
3701 CGM.getTBAAAccessInfo(Ty), isNontemporal);
3707 bool isNontemporal = false);
3721 bool isInit = false, bool isNontemporal = false) {
3723 CGM.getTBAAAccessInfo(Ty), isInit, isNontemporal);
3729 bool isInit = false, bool isNontemporal = false);
DCGExpr.cpp1602 lvalue.getTBAAInfo(), lvalue.isNontemporal()); in EmitLoadOfScalar()
1713 bool isNontemporal) { in EmitLoadOfScalar() argument
1746 if (isNontemporal) { in EmitLoadOfScalar()
1823 lvalue.isNontemporal()); in EmitStoreOfMatrixScalar()
1830 bool isInit, bool isNontemporal) { in EmitStoreOfScalar() argument
1861 if (isNontemporal) { in EmitStoreOfScalar()
1880 lvalue.getTBAAInfo(), isInit, lvalue.isNontemporal()); in EmitStoreOfScalar()
4163 BaseLV.isNontemporal()) in EmitMemberExpr()