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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2323 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, argument
2327 Builder.CreateLoad(RefLVal.getAddress(*this), RefLVal.isVolatile());
2328 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo());
2330 CharUnits Align = getNaturalTypeAlignment(RefLVal.getType()->getPointeeType(),
2336 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { argument
2339 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo,
2341 return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(),
4180 LValue RefLVal = local
4183 RefLVal
[all...]
H A DCodeGenFunction.h2166 Address EmitLoadOfReference(LValue RefLVal,
2169 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2173 LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source), local
2175 return EmitLoadOfReferenceLValue(RefLVal);
H A DCGOpenMPRuntime.cpp1114 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy); local
1115 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal);
4713 LValue RefLVal = local
4716 RefLVal.getAddress(CGF), RefLVal.getType()->castAs<PointerType>());

Completed in 140 milliseconds