/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 2237 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion() local 2238 DidIt = CGF.CreateMemTemp(KmpInt32Ty, ".omp.copyprivate.did_it"); in emitSingleRegion() 3053 void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType KmpInt32Ty) { in emitKmpRoutineEntryT() argument 3057 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT() 3060 C.getFunctionType(KmpInt32Ty, KmpRoutineEntryTyArgs, EPI)); in emitKmpRoutineEntryT() 3192 QualType KmpInt32Ty, in createKmpTaskTRecordDecl() argument 3209 addFieldToRecordDecl(C, UD, KmpInt32Ty); in createKmpTaskTRecordDecl() 3217 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl() 3228 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl() 3265 OpenMPDirectiveKind Kind, QualType KmpInt32Ty, in emitProxyTaskFunction() argument [all …]
|
D | CGStmtOpenMP.cpp | 2160 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections() local 2162 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in EmitSections() 2167 createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.ub.", GlobalUBVal); in EmitSections() 2168 LValue ST = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.st.", in EmitSections() 2170 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in EmitSections() 2173 LValue IV = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.iv."); in EmitSections() 2174 OpaqueValueExpr IVRefExpr(S.getLocStart(), KmpInt32Ty, VK_LValue); in EmitSections() 2176 OpaqueValueExpr UBRefExpr(S.getLocStart(), KmpInt32Ty, VK_LValue); in EmitSections() 2183 UnaryOperator Inc(&IVRefExpr, UO_PreInc, KmpInt32Ty, VK_RValue, OK_Ordinary, in EmitSections()
|
D | CGOpenMPRuntime.h | 381 void emitKmpRoutineEntryT(QualType KmpInt32Ty);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 2391 QualType KmpInt32Ty = in emitSingleRegion() local 2393 DidIt = CGF.CreateMemTemp(KmpInt32Ty, ".omp.copyprivate.did_it"); in emitSingleRegion() 3336 void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType KmpInt32Ty) { in emitKmpRoutineEntryT() argument 3340 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT() 3343 C.getFunctionType(KmpInt32Ty, KmpRoutineEntryTyArgs, EPI)); in emitKmpRoutineEntryT() 3442 QualType KmpInt32Ty, in createKmpTaskTRecordDecl() argument 3460 addFieldToRecordDecl(C, UD, KmpInt32Ty); in createKmpTaskTRecordDecl() 3468 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl() 3479 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl() 3516 OpenMPDirectiveKind Kind, QualType KmpInt32Ty, in emitProxyTaskFunction() argument [all …]
|
D | CGStmtOpenMP.cpp | 3409 QualType KmpInt32Ty = in EmitSections() local 3412 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in EmitSections() 3418 createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.ub.", GlobalUBVal); in EmitSections() 3419 LValue ST = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.st.", in EmitSections() 3421 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in EmitSections() 3424 LValue IV = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.iv."); in EmitSections() 3425 OpaqueValueExpr IVRefExpr(S.getBeginLoc(), KmpInt32Ty, VK_LValue); in EmitSections() 3427 OpaqueValueExpr UBRefExpr(S.getBeginLoc(), KmpInt32Ty, VK_LValue); in EmitSections() 3435 C, &IVRefExpr, UO_PreInc, KmpInt32Ty, VK_RValue, OK_Ordinary, in EmitSections()
|
D | CGOpenMPRuntime.h | 764 void emitKmpRoutineEntryT(QualType KmpInt32Ty);
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3765 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() local 3767 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 3783 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() local 3786 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 3792 std::make_pair(".global_tid.", KmpInt32Ty), in ActOnOpenMPRegionStart() 3828 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() local 3831 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 3837 std::make_pair(".global_tid.", KmpInt32Ty), in ActOnOpenMPRegionStart() 3882 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() local 3885 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() [all …]
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1591 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1593 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 1628 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1634 std::make_pair(".global_tid.", KmpInt32Ty), in ActOnOpenMPRegionStart() 1635 std::make_pair(".part_id.", Context.getPointerType(KmpInt32Ty)), in ActOnOpenMPRegionStart() 1653 QualType KmpInt32Ty = in ActOnOpenMPRegionStart() local 1664 std::make_pair(".global_tid.", KmpInt32Ty), in ActOnOpenMPRegionStart() 1665 std::make_pair(".part_id.", Context.getPointerType(KmpInt32Ty)), in ActOnOpenMPRegionStart() 1674 std::make_pair(".liter.", KmpInt32Ty), in ActOnOpenMPRegionStart() 1689 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local [all …]
|