Searched refs:RefLVal (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 2558 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() argument 2562 Builder.CreateLoad(RefLVal.getAddress(*this), RefLVal.isVolatile()); in EmitLoadOfReference() 2563 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo()); in EmitLoadOfReference() 2565 QualType PointeeType = RefLVal.getType()->getPointeeType(); in EmitLoadOfReference() 2572 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() argument 2575 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue() 2577 return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(), in EmitLoadOfReferenceLValue() 4504 LValue RefLVal = in EmitLValueForField() local 4507 RefLVal.getQuals().addVolatile(); in EmitLValueForField() 4508 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
|
| H A D | CodeGenFunction.h | 2517 Address EmitLoadOfReference(LValue RefLVal, 2520 LValue EmitLoadOfReferenceLValue(LValue RefLVal); 2524 LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source), 2526 return EmitLoadOfReferenceLValue(RefLVal);
|
| H A D | CGOpenMPRuntime.cpp | 927 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy); in loadToBegin() local 928 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin() 3746 LValue RefLVal = in emitTaskPrivateMappingFunction() local 3749 RefLVal.getAddress(CGF), RefLVal.getType()->castAs<PointerType>()); in emitTaskPrivateMappingFunction()
|