Lines Matching defs:srcLV
4122 const LValue &srcLV = writeback.Source;
4123 Address srcAddr = srcLV.getAddress();
4157 assert(srcLV.getObjCLifetime() == Qualifiers::OCL_Strong);
4167 llvm::Value *oldValue = CGF.EmitLoadOfScalar(srcLV, SourceLocation());
4170 CGF.EmitStoreOfScalar(value, srcLV, /*init*/ false);
4173 CGF.EmitARCRelease(oldValue, srcLV.isARCPreciseLifetime());
4177 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV);
4215 LValue srcLV;
4220 srcLV = CGF.EmitLValue(lvExpr);
4228 srcLV = CGF.MakeAddrLValue(srcAddr, srcAddrType);
4230 Address srcAddr = srcLV.getAddress();
4297 RValue srcRV = CGF.EmitLoadOfLValue(srcLV, SourceLocation());
4312 srcLV.getObjCLifetime() == Qualifiers::OCL_Strong) {
4335 args.addWriteback(srcLV, temp, valueToUse);