Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp493 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue() local
497 ArgLVal = CGF.MakeAddrLValue( in emitOutlinedFunctionPrologue()
499 Args[Cnt]->getName(), ArgLVal), in emitOutlinedFunctionPrologue()
508 Address ArgAddr = ArgLVal.getAddress(); in emitOutlinedFunctionPrologue()
510 if (ArgLVal.getType()->isLValueReferenceType()) { in emitOutlinedFunctionPrologue()
511 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()
514 assert(ArgLVal.getType()->isPointerType()); in emitOutlinedFunctionPrologue()
516 ArgAddr, ArgLVal.getType()->castAs<PointerType>()); in emitOutlinedFunctionPrologue()
535 : ArgLVal.getAddress()}}); in emitOutlinedFunctionPrologue()
539 CXXThisValue = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); in emitOutlinedFunctionPrologue()
[all …]