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.h274 LValue IVLVal; member
300 LValue IVLVal);
606 void emitLastprivateConditionalUpdate(CodeGenFunction &CGF, LValue IVLVal,
H A DCGOpenMPRuntime.cpp11567 CodeGenFunction &CGF, const OMPExecutableDirective &S, LValue IVLVal) in LastprivateConditionalRAII() argument
11594 Data.IVLVal = IVLVal;
11682 LValue IVLVal; member in __anon93cce0fb5311::LastprivateConditionalRefChecker
11698 IVLVal = D.IVLVal; in VisitDeclRefExpr()
11717 IVLVal = D.IVLVal; in VisitMemberExpr()
11740 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData()
11746 LValue IVLVal, in emitLastprivateConditionalUpdate() argument
11752 llvm::Type *LLIVTy = CGF.ConvertTypeForMem(IVLVal.getType()); in emitLastprivateConditionalUpdate()
11756 IVLVal.getAlignment().getAsAlign()); in emitLastprivateConditionalUpdate()
11758 CGF.MakeNaturalAlignRawAddrLValue(LastIV, IVLVal.getType()); in emitLastprivateConditionalUpdate()
[all …]