Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp559 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue() local
563 ArgLVal = CGF.MakeAddrLValue( in emitOutlinedFunctionPrologue()
565 Args[Cnt]->getName(), ArgLVal), in emitOutlinedFunctionPrologue()
568 llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); in emitOutlinedFunctionPrologue()
574 Address ArgAddr = ArgLVal.getAddress(CGF); in emitOutlinedFunctionPrologue()
575 if (ArgLVal.getType()->isLValueReferenceType()) { in emitOutlinedFunctionPrologue()
576 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()
578 assert(ArgLVal.getType()->isPointerType()); in emitOutlinedFunctionPrologue()
580 ArgAddr, ArgLVal.getType()->castAs<PointerType>()); in emitOutlinedFunctionPrologue()
594 Args[Cnt]->getName(), ArgLVal) in emitOutlinedFunctionPrologue()
[all …]