Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h275 LValue IVLVal; member
301 LValue IVLVal);
588 void emitLastprivateConditionalUpdate(CodeGenFunction &CGF, LValue IVLVal,
H A DCGOpenMPRuntime.cpp11634 CodeGenFunction &CGF, const OMPExecutableDirective &S, LValue IVLVal) in LastprivateConditionalRAII() argument
11661 Data.IVLVal = IVLVal;
11747 LValue IVLVal; member in __anon93cce0fb5c11::LastprivateConditionalRefChecker
11763 IVLVal = D.IVLVal; in VisitDeclRefExpr()
11782 IVLVal = D.IVLVal; in VisitMemberExpr()
11805 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData()
11811 LValue IVLVal, in emitLastprivateConditionalUpdate() argument
11817 llvm::Type *LLIVTy = CGF.ConvertTypeForMem(IVLVal.getType()); in emitLastprivateConditionalUpdate()
11821 IVLVal.getAlignment().getAsAlign()); in emitLastprivateConditionalUpdate()
11823 CGF.MakeNaturalAlignRawAddrLValue(LastIV, IVLVal.getType()); in emitLastprivateConditionalUpdate()
[all …]