Searched defs:DestIsVolatile (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp797 bool DestIsVolatile) {
802 Emitter.EmitStoreOfComplex(Val, DestAddr, DestIsVolatile);
808 bool DestIsVolatile) {
809 ComplexExprEmitter(*this).EmitStoreOfComplex(V, DestAddr, DestIsVolatile);
795 EmitComplexExprIntoAddr(const Expr *E, llvm::Value *DestAddr, bool DestIsVolatile) argument
806 StoreComplexToAddr(ComplexPairTy V, llvm::Value *DestAddr, bool DestIsVolatile) argument
H A DCGCall.cpp656 llvm::Value *DestPtr, bool DestIsVolatile,
665 DestIsVolatile);
670 llvm::StoreInst *SI = CGF.Builder.CreateStore(Val, DestPtr, DestIsVolatile);
1216 CreateCoercedStore(AI++, Ptr, /*DestIsVolatile=*/false, *this);
2146 bool DestIsVolatile = ReturnValue.isVolatile(); local
2150 DestIsVolatile = false;
2152 BuildAggStore(*this, CI, DestPtr, DestIsVolatile, false);
2165 bool DestIsVolatile = ReturnValue.isVolatile(); local
2169 DestIsVolatile = false;
2180 CreateCoercedStore(CI, StorePtr, DestIsVolatile, *thi
655 BuildAggStore(CodeGenFunction &CGF, llvm::Value *Val, llvm::Value *DestPtr, bool DestIsVolatile, bool LowAlignment) argument
[all...]

Completed in 38 milliseconds