HomeSort by: relevance | last modified time | path
    Searched refs:isNontemporal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 293 bool isNontemporal() const { return Nontemporal; }
CodeGenFunction.h 3764 bool isNontemporal = false) {
3766 CGM.getTBAAAccessInfo(Ty), isNontemporal);
3772 bool isNontemporal = false);
3786 bool isInit = false, bool isNontemporal = false) {
3788 CGM.getTBAAAccessInfo(Ty), isInit, isNontemporal);
3794 bool isInit = false, bool isNontemporal = false);
CGExpr.cpp 1602 lvalue.getTBAAInfo(), lvalue.isNontemporal());
1713 bool isNontemporal) {
1746 if (isNontemporal) {
1823 lvalue.isNontemporal());
1830 bool isInit, bool isNontemporal) {
1860 if (isNontemporal) {
1879 lvalue.getTBAAInfo(), isInit, lvalue.isNontemporal());
4173 BaseLV.isNontemporal())

Completed in 65 milliseconds