Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2300 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() argument
2303 llvm::LoadInst *Load = Builder.CreateLoad(RefLVal.getAddress(), in EmitLoadOfReference()
2304 RefLVal.isVolatile()); in EmitLoadOfReference()
2305 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo()); in EmitLoadOfReference()
2307 CharUnits Align = getNaturalTypeAlignment(RefLVal.getType()->getPointeeType(), in EmitLoadOfReference()
2313 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() argument
2316 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue()
2318 return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(), in EmitLoadOfReferenceLValue()
3952 LValue RefLVal = MakeAddrLValue(addr, FieldType, FieldBaseInfo, in EmitLValueForField() local
3955 RefLVal.getQuals().addVolatile(); in EmitLValueForField()
[all …]
H A DCodeGenFunction.h2132 Address EmitLoadOfReference(LValue RefLVal,
2135 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2139 LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source),
2141 return EmitLoadOfReferenceLValue(RefLVal);
H A DCGOpenMPRuntime.cpp1072 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(), BaseTy); in loadToBegin() local
1073 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin()
4606 LValue RefLVal = in emitTaskPrivateMappingFunction() local
4609 RefLVal.getAddress(), RefLVal.getType()->castAs<PointerType>()); in emitTaskPrivateMappingFunction()