Searched refs:DestIsVolatile (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1299 bool DestIsVolatile) { in EmitAggregateStore() argument 1305 Builder.CreateStore(Elt, EltPtr, DestIsVolatile); in EmitAggregateStore() 1308 Builder.CreateStore(Val, Dest, DestIsVolatile); in EmitAggregateStore() 5439 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local 5443 DestIsVolatile = false; in EmitCall() 5445 EmitAggregateStore(CI, DestPtr, DestIsVolatile); in EmitCall() 5461 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local 5465 DestIsVolatile = false; in EmitCall() 5470 CreateCoercedStore(CI, StorePtr, DestIsVolatile, *this); in EmitCall()
|
| H A D | CodeGenFunction.h | 4323 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);
|