Searched refs:DestIsVolatile (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1341 bool DestIsVolatile) { in EmitAggregateStore() argument 1347 Builder.CreateStore(Elt, EltPtr, DestIsVolatile); in EmitAggregateStore() 1350 Builder.CreateStore(Val, Dest, DestIsVolatile); in EmitAggregateStore() 5823 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local 5827 DestIsVolatile = false; in EmitCall() 5829 EmitAggregateStore(CI, DestPtr, DestIsVolatile); in EmitCall() 5859 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local 5863 DestIsVolatile = false; in EmitCall() 5872 CreateCoercedStore(CI, StorePtr, DestIsVolatile, *this); in EmitCall()
|
| H A D | CodeGenFunction.h | 4538 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);
|