Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp11333 CodeGenFunction &CGF, const OMPExecutableDirective &S, LValue IVLVal) in LastprivateConditionalRAII() argument
11355 Data.IVLVal = IVLVal;
11400 CGF, Data.IVLVal.getType(), Data.IVName); in initLastprivateConditionalCounter()
11401 LValue GlobIVLVal = CGF.MakeAddrLValue(GlobIVAddr, Data.IVLVal.getType()); in initLastprivateConditionalCounter()
11402 llvm::Value *IVVal = CGF.EmitLoadOfScalar(Data.IVLVal, S.getBeginLoc()); in initLastprivateConditionalCounter()
11415 LValue IVLVal; member in __anonf9fddcd25311::LastprivateConditionalRefChecker
11430 IVLVal = D.IVLVal; in VisitDeclRefExpr()
11448 IVLVal = D.IVLVal; in VisitMemberExpr()
11473 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, IVName, in getFoundData()
11489 LValue IVLVal; in checkAndEmitLastprivateConditional() local
[all …]
HDCGOpenMPRuntime.h235 LValue IVLVal; member
249 const OMPExecutableDirective &S, LValue IVLVal);