Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3118 Base = CGF.EmitLValueForField(Base, *FI); in emitDestructorsFunction()
3427 LValue Base = CGF.EmitLValueForField( in emitTaskDupFunction()
3442 LValue Base = CGF.EmitLValueForField( in emitTaskDupFunction()
3931 CGF.EmitLValueForField( in emitTaskInit()
3973 LValue Data2LV = CGF.EmitLValueForField( in emitTaskInit()
4106 LValue LenLVal = CGF.EmitLValueForField( in emitDependData()
4475 LValue FlagsLVal = CGF.EmitLValueForField( in emitUpdateClause()
4639 LValue LBLVal = CGF.EmitLValueForField( in emitTaskLoopCall()
4647 LValue UBLVal = CGF.EmitLValueForField( in emitTaskLoopCall()
4655 LValue StLVal = CGF.EmitLValueForField( in emitTaskLoopCall()
[all …]
H A DCGNonTrivialStruct.cpp555 DstLV = this->CGF->EmitLValueForField(DstBase, FD); in visitVolatileTrivial()
559 SrcLV = this->CGF->EmitLValueForField(SrcBase, FD); in visitVolatileTrivial()
H A DCGOpenMPRuntimeGPU.cpp2220 LValue GlobLVal = CGF.EmitLValueForField( in emitListToGlobalCopyFunction()
2321 LValue GlobLVal = CGF.EmitLValueForField( in emitListToGlobalReduceFunction()
2427 LValue GlobLVal = CGF.EmitLValueForField( in emitGlobalToListCopyFunction()
2528 LValue GlobLVal = CGF.EmitLValueForField( in emitGlobalToListReduceFunction()
H A DCGExpr.cpp592 LV = EmitLValueForField(LV, Adjustment.Field); in EmitMaterializeTemporaryExpr()
4617 LValue LV = EmitLValueForField(BaseLV, Field); in EmitMemberExpr()
4664 return EmitLValueForField(LambdaLV, Field); in EmitLValueForLambdaField()
4749 LValue CodeGenFunction::EmitLValueForField(LValue base, in EmitLValueForField() function in CodeGenFunction
4922 return EmitLValueForField(Base, Field); in EmitLValueForFieldInitialization()
5359 LValue FieldLV = EmitLValueForField(LV, FD); in EmitRValueForField()
H A DCGStmt.cpp3007 EmitLoadOfLValue(EmitLValueForField(Base, FD), S.getBeginLoc()) in GenerateCapturedStmtFunction()
3017 LValue ThisLValue = EmitLValueForField(Base, FD); in GenerateCapturedStmtFunction()
H A DCGClass.cpp1639 LValue LV = CGF.EmitLValueForField(ThisLV, field); in Emit()
H A DCodeGenFunction.h4089 LValue EmitLValueForField(LValue Base, const FieldDecl* Field);