Searched refs:KmpInt32Ty (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1581 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion() local 1582 DidIt = CGF.CreateMemTemp(KmpInt32Ty, ".omp.copyprivate.did_it"); in emitSingleRegion() 1972 void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType KmpInt32Ty) { in emitKmpRoutineEntryT() argument 1976 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT() 1979 C.getFunctionType(KmpInt32Ty, KmpRoutineEntryTyArgs, EPI)); in emitKmpRoutineEntryT() 2036 createKmpTaskTRecordDecl(CodeGenModule &CGM, QualType KmpInt32Ty, in createKmpTaskTRecordDecl() argument 2049 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl() 2084 QualType KmpInt32Ty, QualType KmpTaskTWithPrivatesPtrQTy, in emitProxyTaskFunction() argument 2090 ImplicitParamDecl GtidArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, KmpInt32Ty); in emitProxyTaskFunction() 2098 CGM.getTypes().arrangeFreeFunctionDeclaration(KmpInt32Ty, Args, Info, in emitProxyTaskFunction() [all …]
|
D | CGStmtOpenMP.cpp | 1639 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections() local 1641 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in EmitSections() 1645 createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.ub.", GlobalUBVal); in EmitSections() 1646 LValue ST = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.st.", in EmitSections() 1648 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in EmitSections() 1651 LValue IV = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.iv."); in EmitSections() 1652 OpaqueValueExpr IVRefExpr(S.getLocStart(), KmpInt32Ty, VK_LValue); in EmitSections() 1654 OpaqueValueExpr UBRefExpr(S.getLocStart(), KmpInt32Ty, VK_LValue); in EmitSections() 1661 UnaryOperator Inc(&IVRefExpr, UO_PreInc, KmpInt32Ty, VK_RValue, in EmitSections()
|
D | CGOpenMPRuntime.h | 294 void emitKmpRoutineEntryT(QualType KmpInt32Ty);
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1369 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1371 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 1446 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1448 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 1459 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1461 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 1472 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1474 Context.getPointerType(KmpInt32Ty).withConst().withRestrict(); in ActOnOpenMPRegionStart() 1485 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1491 std::make_pair(".global_tid.", KmpInt32Ty), in ActOnOpenMPRegionStart() [all …]
|