Home
last modified time | relevance | path

Searched refs:BaseLVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8007 LValue BaseLVal = EmitMemberExprBase(CGF, ME); in generateInfoForComponentList() local
8009 BaseLVal, cast<FieldDecl>(MapDecl)) in generateInfoForComponentList()
8071 LValue BaseLVal = EmitMemberExprBase(CGF, ME); in generateInfoForComponentList() local
12454 LValue BaseLVal; in emitLastprivateConditionalInit() local
12470 BaseLVal = std::get<3>(VI->getSecond()); in emitLastprivateConditionalInit()
12473 CGF.EmitLValueForField(BaseLVal, FiredField); in emitLastprivateConditionalInit()
12477 return CGF.EmitLValueForField(BaseLVal, VDField).getAddress(CGF); in emitLastprivateConditionalInit()
12664 LValue BaseLVal = in checkAndEmitLastprivateConditional() local
12666 LValue FiredLVal = CGF.EmitLValueForField(BaseLVal, FiredDecl); in checkAndEmitLastprivateConditional()
12705 LValue BaseLVal = std::get<3>(I->getSecond()); in checkAndEmitSharedLastprivateConditional() local
[all …]
H A DCGExpr.cpp3888 LValue BaseLVal; in emitOMPArraySectionBase() local
3890 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
3892 Address Addr = BaseLVal.getAddress(CGF); in emitOMPArraySectionBase()
3893 BaseInfo = BaseLVal.getBaseInfo(); in emitOMPArraySectionBase()
3917 return Address(CGF.Builder.CreateLoad(BaseLVal.getAddress(CGF)), Align); in emitOMPArraySectionBase()