Searched refs:isNontemporal (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGValue.h | 285 bool isNontemporal() const { return Nontemporal; } in isNontemporal() function
|
D | CGExpr.cpp | 1202 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()
|
D | CodeGenFunction.h | 2658 bool isNontemporal = false); 2674 uint64_t TBAAOffset = 0, bool isNontemporal = false);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGValue.h | 293 bool isNontemporal() const { return Nontemporal; } in isNontemporal() function
|
D | CodeGenFunction.h | 3699 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);
|
D | CGExpr.cpp | 1602 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()
|