Searched refs:RefLVal (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 2799 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() argument 2803 Builder.CreateLoad(RefLVal.getAddress(), RefLVal.isVolatile()); in EmitLoadOfReference() 2804 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo()); in EmitLoadOfReference() 2805 return makeNaturalAddressForPointer(Load, RefLVal.getType()->getPointeeType(), in EmitLoadOfReference() 2810 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() argument 2813 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue() 2815 return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(), in EmitLoadOfReferenceLValue() 4948 LValue RefLVal = in EmitLValueForField() local 4951 RefLVal.getQuals().addVolatile(); in EmitLValueForField() 4952 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
|
H A D | CodeGenFunction.h | 2744 Address EmitLoadOfReference(LValue RefLVal, 2747 LValue EmitLoadOfReferenceLValue(LValue RefLVal); 2751 LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source), 2753 return EmitLoadOfReferenceLValue(RefLVal);
|
H A D | CGOpenMPRuntime.cpp | 904 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(), BaseTy); in loadToBegin() local 905 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin() 3244 LValue RefLVal = in emitTaskPrivateMappingFunction() local 3247 RefLVal.getAddress(), RefLVal.getType()->castAs<PointerType>()); in emitTaskPrivateMappingFunction()
|