Searched refs:RefLVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 2784 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() argument 2788 Builder.CreateLoad(RefLVal.getAddress(*this), RefLVal.isVolatile()); in EmitLoadOfReference() 2789 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo()); in EmitLoadOfReference() 2791 QualType PointeeType = RefLVal.getType()->getPointeeType(); in EmitLoadOfReference() 2798 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() argument 2801 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue() 2803 return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(), in EmitLoadOfReferenceLValue() 4888 LValue RefLVal = in EmitLValueForField() local 4891 RefLVal.getQuals().addVolatile(); in EmitLValueForField() 4892 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
|
| H A D | CodeGenFunction.h | 2587 Address EmitLoadOfReference(LValue RefLVal, 2590 LValue EmitLoadOfReferenceLValue(LValue RefLVal); 2594 LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source), 2596 return EmitLoadOfReferenceLValue(RefLVal);
|
| H A D | CGOpenMPRuntime.cpp | 902 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy); in loadToBegin() local 903 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin() 3229 LValue RefLVal = in emitTaskPrivateMappingFunction() local 3232 RefLVal.getAddress(CGF), RefLVal.getType()->castAs<PointerType>()); in emitTaskPrivateMappingFunction()
|