Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1299 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 DCodeGenFunction.h4323 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);