Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp551 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue() local
555 ArgLVal = CGF.MakeAddrLValue( in emitOutlinedFunctionPrologue()
557 Args[Cnt]->getName(), ArgLVal), in emitOutlinedFunctionPrologue()
566 Address ArgAddr = ArgLVal.getAddress(CGF); in emitOutlinedFunctionPrologue()
567 if (ArgLVal.getType()->isLValueReferenceType()) { in emitOutlinedFunctionPrologue()
568 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()
570 assert(ArgLVal.getType()->isPointerType()); in emitOutlinedFunctionPrologue()
572 ArgAddr, ArgLVal.getType()->castAs<PointerType>()); in emitOutlinedFunctionPrologue()
587 Args[Cnt]->getName(), ArgLVal) in emitOutlinedFunctionPrologue()
588 : ArgLVal.getAddress(CGF)}}); in emitOutlinedFunctionPrologue()
[all …]