Lines Matching refs:LValue
1153 LValue Dest = MakeAddrLValue(ReturnValue, Ty); in EmitReturnOfRValue()
1154 LValue Src = MakeAddrLValue(RV.getAggregateAddress(), Ty); in EmitReturnOfRValue()
2052 LValue InputValue, QualType InputType, in EmitAsmInputLValue()
2109 LValue Dest = EmitLValue(InputExpr); in EmitAsmInput()
2231 std::vector<LValue> ResultRegDests; in EmitAsmStmt()
2279 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt()
2394 LValue ReturnSlot = MakeAddrLValue(ReturnValue, FnRetTy); in EmitAsmStmt()
2630 LValue Dest = ResultRegDests[i]; in EmitAsmStmt()
2651 LValue CodeGenFunction::InitCapturedStruct(const CapturedStmt &S) { in InitCapturedStruct()
2656 LValue SlotLV = in InitCapturedStruct()
2663 LValue LV = EmitLValueForFieldInitialization(SlotLV, *CurField); in InitCapturedStruct()
2678 LValue CapStruct = InitCapturedStruct(S); in EmitCapturedStmt()
2693 LValue CapStruct = InitCapturedStruct(S); in GenerateCapturedStmtArgument()
2732 LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(), in GenerateCapturedStmtFunction()
2747 LValue ThisLValue = EmitLValueForField(Base, FD); in GenerateCapturedStmtFunction()