Home
last modified time | relevance | path

Searched defs:srcLV (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/CodeGen/
DCGCall.h91 void addWriteback(LValue srcLV, Address temporary, in addWriteback()
DCGExprAgg.cpp271 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddress(), type); in EmitFinalDestCopy() local
DCGDecl.cpp625 LValue srcLV = CGF.EmitLValue(srcExpr); in tryEmitARCCopyWeakInit() local
DCGCall.cpp2913 const LValue &srcLV = writeback.Source; in emitWriteback() local
3007 LValue srcLV; in emitWritebackArg() local
DItaniumCXXABI.cpp3706 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType); in InitCatchParam() local
/external/llvm-project/clang/lib/CodeGen/
DCGCall.h307 void addWriteback(LValue srcLV, Address temporary, llvm::Value *toUse) { in addWriteback()
DCGExprAgg.cpp317 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddress(), type); in EmitFinalDestCopy() local
DCGCall.cpp3535 const LValue &srcLV = writeback.Source; in emitWriteback() local
3629 LValue srcLV; in emitWritebackArg() local
DCGDecl.cpp700 LValue srcLV = CGF.EmitLValue(srcExpr); in tryEmitARCCopyWeakInit() local
DItaniumCXXABI.cpp4435 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType); in InitCatchParam() local