Home
last modified time | relevance | path

Searched refs:EmitLoadOfReferenceLValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h2520 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2521 LValue EmitLoadOfReferenceLValue(Address RefAddr, QualType RefTy,
2526 return EmitLoadOfReferenceLValue(RefLVal);
H A DCGExpr.cpp2572 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() function in CodeGenFunction
2629 CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(), in EmitGlobalVarDeclLValue()
2814 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue()
2903 EmitLoadOfReferenceLValue(addr, VD->getType(), AlignmentSource::Decl) : in EmitDeclRefLValue()
H A DCGOpenMPRuntimeGPU.cpp3809 VDLVal = CGF.EmitLoadOfReferenceLValue(VDAddr, VD->getType()); in adjustTargetSpecificDataForLambdas()
3833 VDAddr = CGF.EmitLoadOfReferenceLValue(VDAddr, in adjustTargetSpecificDataForLambdas()
H A DMicrosoftCXXABI.cpp2494 ? CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(), in EmitThreadLocalVarDeclLValue()
H A DCGOpenMPRuntime.cpp928 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin()
7957 LB = CGF.EmitLoadOfReferenceLValue(LowestElem, MapDecl->getType()) in generateInfoForComponentList()
12732 LVal = CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(), in checkAndEmitSharedLastprivateConditional()