Lines Matching refs:LValue
1417 LValue Dest = MakeAddrLValue(ReturnValue, Ty); in EmitReturnOfRValue()
1418 LValue Src = MakeAddrLValue(RV.getAggregateAddress(), Ty); in EmitReturnOfRValue()
2379 const TargetInfo::ConstraintInfo &Info, LValue InputValue, in EmitAsmInputLValue()
2430 LValue Dest = EmitLValue(InputExpr); in EmitAsmInput()
2531 const llvm::ArrayRef<LValue> ResultRegDests, in EmitAsmStores()
2587 LValue Dest = ResultRegDests[i]; in EmitAsmStores()
2675 std::vector<LValue> ResultRegDests; in EmitAsmStmt()
2726 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt()
2849 LValue ReturnSlot = MakeAddrLValueWithoutTBAA(ReturnValue, FnRetTy); in EmitAsmStmt()
3099 LValue CodeGenFunction::InitCapturedStruct(const CapturedStmt &S) { in InitCapturedStruct()
3104 LValue SlotLV = in InitCapturedStruct()
3111 LValue LV = EmitLValueForFieldInitialization(SlotLV, *CurField); in InitCapturedStruct()
3126 LValue CapStruct = InitCapturedStruct(S); in EmitCapturedStmt()
3141 LValue CapStruct = InitCapturedStruct(S); in GenerateCapturedStmtArgument()
3180 LValue Base = MakeNaturalAlignRawAddrLValue( in GenerateCapturedStmtFunction()
3195 LValue ThisLValue = EmitLValueForField(Base, FD); in GenerateCapturedStmtFunction()