Searched refs:KmpInt32Ty (Results 1 – 4 of 4) sorted by relevance
/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/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 …]
|