Home
last modified time | relevance | path

Searched refs:KmpInt32Ty (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2226 QualType KmpInt32Ty = in emitSingleRegion() local
2228 DidIt = CGF.CreateMemTemp(KmpInt32Ty, ".omp.copyprivate.did_it"); in emitSingleRegion()
2845 void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType KmpInt32Ty) { in emitKmpRoutineEntryT() argument
2849 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT()
2852 C.getFunctionType(KmpInt32Ty, KmpRoutineEntryTyArgs, EPI)); in emitKmpRoutineEntryT()
2921 QualType KmpInt32Ty, in createKmpTaskTRecordDecl() argument
2939 addFieldToRecordDecl(C, UD, KmpInt32Ty); in createKmpTaskTRecordDecl()
2947 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl()
2958 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl()
2995 OpenMPDirectiveKind Kind, QualType KmpInt32Ty, in emitProxyTaskFunction() argument
[all …]
H A DCGStmtOpenMP.cpp4028 QualType KmpInt32Ty = in EmitSections() local
4031 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in EmitSections()
4037 createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.ub.", GlobalUBVal); in EmitSections()
4038 LValue ST = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.st.", in EmitSections()
4040 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in EmitSections()
4043 LValue IV = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.iv."); in EmitSections()
4044 OpaqueValueExpr IVRefExpr(S.getBeginLoc(), KmpInt32Ty, VK_LValue); in EmitSections()
4046 OpaqueValueExpr UBRefExpr(S.getBeginLoc(), KmpInt32Ty, VK_LValue); in EmitSections()
4054 C, &IVRefExpr, UO_PreInc, KmpInt32Ty, VK_PRValue, OK_Ordinary, in EmitSections()
H A DCGOpenMPRuntime.h533 void emitKmpRoutineEntryT(QualType KmpInt32Ty);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4241 QualType KmpInt32Ty = in getParallelRegionParams() local
4244 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in getParallelRegionParams()
4268 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in getTaskRegionParams() local
4271 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in getTaskRegionParams()
4277 std::make_pair(".global_tid.", KmpInt32Ty), in getTaskRegionParams()
4313 QualType KmpInt32Ty = in getTaskloopRegionParams() local
4321 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in getTaskloopRegionParams()
4327 std::make_pair(".global_tid.", KmpInt32Ty), in getTaskloopRegionParams()
4337 std::make_pair(".liter.", KmpInt32Ty), in getTaskloopRegionParams()