Home
last modified time | relevance | path

Searched refs:DestIsVolatile (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1298 bool DestIsVolatile) { in EmitAggregateStore() argument
1304 Builder.CreateStore(Elt, EltPtr, DestIsVolatile); in EmitAggregateStore()
1307 Builder.CreateStore(Val, Dest, DestIsVolatile); in EmitAggregateStore()
5432 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local
5436 DestIsVolatile = false; in EmitCall()
5438 EmitAggregateStore(CI, DestPtr, DestIsVolatile); in EmitCall()
5454 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local
5458 DestIsVolatile = false; in EmitCall()
5463 CreateCoercedStore(CI, StorePtr, DestIsVolatile, *this); in EmitCall()
H A DCodeGenFunction.h4322 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);