Searched defs:isNontemporal (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h305 bool isNontemporal() const { return Nontemporal; } function in class:clang::CodeGen::LValue
H A DCGExpr.cpp1686 EmitLoadOfScalar(Address Addr, bool Volatile, QualType Ty, SourceLocation Loc, LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo, bool isNontemporal) argument
1835 EmitStoreOfScalar(llvm::Value *Value, Address Addr, bool Volatile, QualType Ty, LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo, bool isInit, bool isNontemporal) argument

Completed in 193 milliseconds