Home
last modified time | relevance | path

Searched refs:RefLVal (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp2517 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() argument
2521 Builder.CreateLoad(RefLVal.getAddress(*this), RefLVal.isVolatile()); in EmitLoadOfReference()
2522 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo()); in EmitLoadOfReference()
2524 QualType PointeeType = RefLVal.getType()->getPointeeType(); in EmitLoadOfReference()
2531 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() argument
2534 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue()
2536 return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(), in EmitLoadOfReferenceLValue()
4480 LValue RefLVal = in EmitLValueForField() local
4483 RefLVal.getQuals().addVolatile(); in EmitLValueForField()
4484 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
H A DCodeGenFunction.h2519 Address EmitLoadOfReference(LValue RefLVal,
2522 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2526 LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source),
2528 return EmitLoadOfReferenceLValue(RefLVal);
H A DCGOpenMPRuntime.cpp928 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy); in loadToBegin() local
929 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin()
3431 LValue RefLVal = in emitTaskPrivateMappingFunction() local
3434 RefLVal.getAddress(CGF), RefLVal.getType()->castAs<PointerType>()); in emitTaskPrivateMappingFunction()