Searched refs:RefLVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 2924 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() argument 2928 Builder.CreateLoad(RefLVal.getAddress(), RefLVal.isVolatile()); in EmitLoadOfReference() 2929 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo()); in EmitLoadOfReference() 2930 QualType PTy = RefLVal.getType()->getPointeeType(); in EmitLoadOfReference() 2957 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() argument 2960 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue() 2962 return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(), in EmitLoadOfReferenceLValue() 5284 LValue RefLVal = in EmitLValueForField() local 5287 RefLVal.getQuals().addVolatile(); in EmitLValueForField() 5288 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
|
| H A D | CodeGenFunction.h | 2751 Address EmitLoadOfReference(LValue RefLVal, 2754 LValue EmitLoadOfReferenceLValue(LValue RefLVal); 2758 LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source), 2760 return EmitLoadOfReferenceLValue(RefLVal);
|
| H A D | CGOpenMPRuntime.cpp | 900 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(), BaseTy); in loadToBegin() local 901 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin() 3220 LValue RefLVal = in emitTaskPrivateMappingFunction() local 3223 RefLVal.getAddress(), RefLVal.getType()->castAs<PointerType>()); in emitTaskPrivateMappingFunction()
|