Lines Matching refs:LValue
1247 LValue Dest = MakeAddrLValue(ReturnValue, Ty); in EmitReturnOfRValue()
1248 LValue Src = MakeAddrLValue(RV.getAggregateAddress(), Ty); in EmitReturnOfRValue()
2200 const TargetInfo::ConstraintInfo &Info, LValue InputValue, in EmitAsmInputLValue()
2252 LValue Dest = EmitLValue(InputExpr); in EmitAsmInput()
2353 const llvm::ArrayRef<LValue> ResultRegDests, in EmitAsmStores()
2409 LValue Dest = ResultRegDests[i]; in EmitAsmStores()
2497 std::vector<LValue> ResultRegDests; in EmitAsmStmt()
2548 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt()
2671 LValue ReturnSlot = MakeAddrLValueWithoutTBAA(ReturnValue, FnRetTy); in EmitAsmStmt()
2921 LValue CodeGenFunction::InitCapturedStruct(const CapturedStmt &S) { in InitCapturedStruct()
2926 LValue SlotLV = in InitCapturedStruct()
2933 LValue LV = EmitLValueForFieldInitialization(SlotLV, *CurField); in InitCapturedStruct()
2948 LValue CapStruct = InitCapturedStruct(S); in EmitCapturedStmt()
2963 LValue CapStruct = InitCapturedStruct(S); in GenerateCapturedStmtArgument()
3002 LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(), in GenerateCapturedStmtFunction()
3017 LValue ThisLValue = EmitLValueForField(Base, FD); in GenerateCapturedStmtFunction()