Lines Matching refs:LValue
1217 LValue Dest = MakeAddrLValue(ReturnValue, Ty); in EmitReturnOfRValue()
1218 LValue Src = MakeAddrLValue(RV.getAggregateAddress(), Ty); in EmitReturnOfRValue()
2171 const TargetInfo::ConstraintInfo &Info, LValue InputValue, in EmitAsmInputLValue()
2223 LValue Dest = EmitLValue(InputExpr); in EmitAsmInput()
2353 std::vector<LValue> ResultRegDests; in EmitAsmStmt()
2404 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt()
2528 LValue ReturnSlot = MakeAddrLValueWithoutTBAA(ReturnValue, FnRetTy); in EmitAsmStmt()
2779 LValue Dest = ResultRegDests[i]; in EmitAsmStmt()
2804 LValue CodeGenFunction::InitCapturedStruct(const CapturedStmt &S) { in InitCapturedStruct()
2809 LValue SlotLV = in InitCapturedStruct()
2816 LValue LV = EmitLValueForFieldInitialization(SlotLV, *CurField); in InitCapturedStruct()
2831 LValue CapStruct = InitCapturedStruct(S); in EmitCapturedStmt()
2846 LValue CapStruct = InitCapturedStruct(S); in GenerateCapturedStmtArgument()
2885 LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(), in GenerateCapturedStmtFunction()
2900 LValue ThisLValue = EmitLValueForField(Base, FD); in GenerateCapturedStmtFunction()