Searched refs:IVLVal (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 270 LValue IVLVal; member 296 LValue IVLVal); 881 void emitLastprivateConditionalUpdate(CodeGenFunction &CGF, LValue IVLVal,
|
| H A D | CGOpenMPRuntime.cpp | 12212 CodeGenFunction &CGF, const OMPExecutableDirective &S, LValue IVLVal) in LastprivateConditionalRAII() argument 12239 Data.IVLVal = IVLVal; 12327 LValue IVLVal; member in __anonad2d34466211::LastprivateConditionalRefChecker 12343 IVLVal = D.IVLVal; in VisitDeclRefExpr() 12362 IVLVal = D.IVLVal; in VisitMemberExpr() 12385 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData() 12391 LValue IVLVal, in emitLastprivateConditionalUpdate() argument 12397 llvm::Type *LLIVTy = CGF.ConvertTypeForMem(IVLVal.getType()); in emitLastprivateConditionalUpdate() 12401 IVLVal.getAlignment().getAsAlign()); in emitLastprivateConditionalUpdate() 12402 LValue LastIVLVal = CGF.MakeNaturalAlignAddrLValue(LastIV, IVLVal.getType()); in emitLastprivateConditionalUpdate() [all …]
|