Searched refs:DestIsVolatile (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1337 bool DestIsVolatile) { in EmitAggregateStore() argument 1343 Builder.CreateStore(Elt, EltPtr, DestIsVolatile); in EmitAggregateStore() 1346 Builder.CreateStore(Val, Dest, DestIsVolatile); in EmitAggregateStore() 5613 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local 5617 DestIsVolatile = false; in EmitCall() 5619 EmitAggregateStore(CI, DestPtr, DestIsVolatile); in EmitCall() 5635 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local 5639 DestIsVolatile = false; in EmitCall() 5644 CreateCoercedStore(CI, StorePtr, DestIsVolatile, *this); in EmitCall()
|
| H A D | CodeGenFunction.h | 4401 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);
|