Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2473 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() argument
2477 Builder.CreateLoad(RefLVal.getAddress(*this), RefLVal.isVolatile()); in EmitLoadOfReference()
2478 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo()); in EmitLoadOfReference()
2481 RefLVal.getType()->getPointeeType(), PointeeBaseInfo, PointeeTBAAInfo, in EmitLoadOfReference()
2486 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() argument
2489 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue()
2491 return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(), in EmitLoadOfReferenceLValue()
4414 LValue RefLVal = in EmitLValueForField() local
4417 RefLVal.getQuals().addVolatile(); in EmitLValueForField()
4418 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
H A DCodeGenFunction.h2456 Address EmitLoadOfReference(LValue RefLVal,
2459 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2463 LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source),
2465 return EmitLoadOfReferenceLValue(RefLVal);
H A DCGOpenMPRuntime.cpp944 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy); in loadToBegin() local
945 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin()
3810 LValue RefLVal = in emitTaskPrivateMappingFunction() local
3813 RefLVal.getAddress(CGF), RefLVal.getType()->castAs<PointerType>()); in emitTaskPrivateMappingFunction()