Searched refs:KmpInt32Ty (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 2394 QualType KmpInt32Ty = in emitSingleRegion() local 2396 DidIt = CGF.CreateMemTemp(KmpInt32Ty, ".omp.copyprivate.did_it"); in emitSingleRegion() 3032 void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType KmpInt32Ty) { in emitKmpRoutineEntryT() argument 3036 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT() 3039 C.getFunctionType(KmpInt32Ty, KmpRoutineEntryTyArgs, EPI)); in emitKmpRoutineEntryT() 3108 QualType KmpInt32Ty, in createKmpTaskTRecordDecl() argument 3126 addFieldToRecordDecl(C, UD, KmpInt32Ty); in createKmpTaskTRecordDecl() 3134 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl() 3145 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl() 3182 OpenMPDirectiveKind Kind, QualType KmpInt32Ty, in emitProxyTaskFunction() argument [all …]
|
H A D | CGStmtOpenMP.cpp | 3983 QualType KmpInt32Ty = in EmitSections() local 3986 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in EmitSections() 3992 createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.ub.", GlobalUBVal); in EmitSections() 3993 LValue ST = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.st.", in EmitSections() 3995 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in EmitSections() 3998 LValue IV = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.iv."); in EmitSections() 3999 OpaqueValueExpr IVRefExpr(S.getBeginLoc(), KmpInt32Ty, VK_LValue); in EmitSections() 4001 OpaqueValueExpr UBRefExpr(S.getBeginLoc(), KmpInt32Ty, VK_LValue); in EmitSections() 4009 C, &IVRefExpr, UO_PreInc, KmpInt32Ty, VK_PRValue, OK_Ordinary, in EmitSections()
|
H A D | CGOpenMPRuntime.h | 566 void emitKmpRoutineEntryT(QualType KmpInt32Ty);
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4183 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() local 4185 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 4203 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() local 4206 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 4212 std::make_pair(".global_tid.", KmpInt32Ty), in ActOnOpenMPRegionStart() 4248 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() local 4251 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 4257 std::make_pair(".global_tid.", KmpInt32Ty), in ActOnOpenMPRegionStart() 4309 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() local 4312 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() [all …]
|