Home
last modified time | relevance | path

Searched refs:EmitLValueForField (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3035 CGF.EmitLValueForField(TDBase, *KmpTaskTWithPrivatesQTyRD->field_begin()); in emitProxyTaskFunction()
3038 LValue PartIdLVal = CGF.EmitLValueForField(Base, *PartIdFI); in emitProxyTaskFunction()
3042 LValue SharedsLVal = CGF.EmitLValueForField(Base, *SharedsFI); in emitProxyTaskFunction()
3050 LValue PrivatesLVal = CGF.EmitLValueForField(TDBase, *PrivatesFI); in emitProxyTaskFunction()
3067 LValue LBLVal = CGF.EmitLValueForField(Base, *LBFI); in emitProxyTaskFunction()
3070 LValue UBLVal = CGF.EmitLValueForField(Base, *UBFI); in emitProxyTaskFunction()
3073 LValue StLVal = CGF.EmitLValueForField(Base, *StFI); in emitProxyTaskFunction()
3076 LValue LILVal = CGF.EmitLValueForField(Base, *LIFI); in emitProxyTaskFunction()
3079 LValue RLVal = CGF.EmitLValueForField(Base, *RFI); in emitProxyTaskFunction()
3133 Base = CGF.EmitLValueForField(Base, *FI); in emitDestructorsFunction()
[all …]
H A DCGNonTrivialStruct.cpp555 DstLV = this->CGF->EmitLValueForField(DstBase, FD); in visitVolatileTrivial()
559 SrcLV = this->CGF->EmitLValueForField(SrcBase, FD); in visitVolatileTrivial()
H A DCGExpr.cpp606 LV = EmitLValueForField(LV, Adjustment.Field); in EmitMaterializeTemporaryExpr()
4663 LValue LV = EmitLValueForField(BaseLV, Field); in EmitMemberExpr()
4722 return EmitLValueForField(LambdaLV, Field); in EmitLValueForLambdaField()
4807 LValue CodeGenFunction::EmitLValueForField(LValue base, in EmitLValueForField() function in CodeGenFunction
4982 return EmitLValueForField(Base, Field); in EmitLValueForFieldInitialization()
5419 LValue FieldLV = EmitLValueForField(LV, FD); in EmitRValueForField()
H A DCGStmt.cpp3185 EmitLoadOfLValue(EmitLValueForField(Base, FD), S.getBeginLoc()) in GenerateCapturedStmtFunction()
3195 LValue ThisLValue = EmitLValueForField(Base, FD); in GenerateCapturedStmtFunction()
H A DCGClass.cpp1648 LValue LV = CGF.EmitLValueForField(ThisLV, field); in Emit()
H A DCodeGenFunction.h4340 LValue EmitLValueForField(LValue Base, const FieldDecl* Field);