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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1716 CGF.EmitLValueForField(Base, *std::next(Fields, IdentField_PSource));
4514 CGF.EmitLValueForField(TDBase, *KmpTaskTWithPrivatesQTyRD->field_begin());
4517 LValue PartIdLVal = CGF.EmitLValueForField(Base, *PartIdFI);
4521 LValue SharedsLVal = CGF.EmitLValueForField(Base, *SharedsFI);
4529 LValue PrivatesLVal = CGF.EmitLValueForField(TDBase, *PrivatesFI);
4546 LValue LBLVal = CGF.EmitLValueForField(Base, *LBFI);
4549 LValue UBLVal = CGF.EmitLValueForField(Base, *UBFI);
4552 LValue StLVal = CGF.EmitLValueForField(Base, *StFI);
4555 LValue LILVal = CGF.EmitLValueForField(Base, *LIFI);
4558 LValue RLVal = CGF.EmitLValueForField(Bas
[all...]
H A DCGNonTrivialStruct.cpp551 DstLV = this->CGF->EmitLValueForField(DstBase, FD);
555 SrcLV = this->CGF->EmitLValueForField(SrcBase, FD);
H A DCGExpr.cpp573 LV = EmitLValueForField(LV, Adjustment.Field);
2435 return CGF.EmitLValueForField(LV, FD);
3946 LValue LV = EmitLValueForField(BaseLV, Field);
3974 return EmitLValueForField(LambdaLV, Field);
4055 LValue CodeGenFunction::EmitLValueForField(LValue base, function in class:CodeGenFunction
4217 return EmitLValueForField(Base, Field);
4227 // should be similar to what we do in EmitLValueForField().
4561 LValue FieldLV = EmitLValueForField(LV, FD);
H A DCGOpenMPRuntimeNVPTX.cpp2321 LValue VarAddr = CGF.EmitLValueForField(Base, Rec.second.FD);
2345 LValue SecVarAddr = CGF.EmitLValueForField(SecBase, SecIt->second.FD);
3699 LValue GlobLVal = CGF.EmitLValueForField(
3797 LValue GlobLVal = CGF.EmitLValueForField(
3902 LValue GlobLVal = CGF.EmitLValueForField(
3999 LValue GlobLVal = CGF.EmitLValueForField(
H A DCGStmt.cpp2443 EmitLoadOfLValue(EmitLValueForField(Base, FD), S.getBeginLoc())
2453 LValue ThisLValue = EmitLValueForField(Base, FD);
H A DCGClass.cpp1627 LValue LV = CGF.EmitLValueForField(ThisLV, field);
H A DCodeGenFunction.h3580 LValue EmitLValueForField(LValue Base, const FieldDecl* Field);
3583 /// EmitLValueForFieldInitialization - Like EmitLValueForField, except that

Completed in 296 milliseconds