Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp1331 bool DestIsVolatile) { in EmitAggregateStore() argument
1337 Builder.CreateStore(Elt, EltPtr, DestIsVolatile); in EmitAggregateStore()
1340 Builder.CreateStore(Val, Dest, DestIsVolatile); in EmitAggregateStore()
5537 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local
5541 DestIsVolatile = false; in EmitCall()
5543 EmitAggregateStore(CI, DestPtr, DestIsVolatile); in EmitCall()
5559 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local
5563 DestIsVolatile = false; in EmitCall()
5568 CreateCoercedStore(CI, StorePtr, DestIsVolatile, *this); in EmitCall()
H A DCodeGenFunction.h4389 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);