Searched refs:KmpInt32Ty (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1188 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion() local 1189 DidIt = CGF.CreateMemTemp(KmpInt32Ty, ".omp.copyprivate.did_it"); in emitSingleRegion() 1449 void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType KmpInt32Ty) { in emitKmpRoutineEntryT() argument 1453 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT() 1456 C.getFunctionType(KmpInt32Ty, KmpRoutineEntryTyArgs, EPI)); in emitKmpRoutineEntryT() 1472 QualType KmpInt32Ty, in createKmpTaskTRecordDecl() argument 1486 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl() 1503 QualType KmpInt32Ty, QualType KmpTaskTPtrQTy, in emitProxyTaskFunction() argument 1508 ImplicitParamDecl GtidArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, KmpInt32Ty); in emitProxyTaskFunction() 1515 CGM.getTypes().arrangeFreeFunctionDeclaration(KmpInt32Ty, Args, Info, in emitProxyTaskFunction() [all …]
|
D | CGStmtOpenMP.cpp | 1117 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSections() local 1119 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in emitSections() 1123 createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.ub.", GlobalUBVal); in emitSections() 1124 LValue ST = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.st.", in emitSections() 1126 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in emitSections() 1129 LValue IV = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.iv."); in emitSections() 1130 OpaqueValueExpr IVRefExpr(S.getLocStart(), KmpInt32Ty, VK_LValue); in emitSections() 1132 OpaqueValueExpr UBRefExpr(S.getLocStart(), KmpInt32Ty, VK_LValue); in emitSections() 1139 UnaryOperator Inc(&IVRefExpr, UO_PreInc, KmpInt32Ty, VK_RValue, in emitSections()
|
D | CGOpenMPRuntime.h | 224 void emitKmpRoutineEntryT(QualType KmpInt32Ty);
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1034 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1035 QualType KmpInt32PtrTy = Context.getPointerType(KmpInt32Ty); in ActOnOpenMPRegionStart() 1110 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1111 QualType KmpInt32PtrTy = Context.getPointerType(KmpInt32Ty); in ActOnOpenMPRegionStart() 1122 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1123 QualType KmpInt32PtrTy = Context.getPointerType(KmpInt32Ty); in ActOnOpenMPRegionStart() 1134 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1135 QualType KmpInt32PtrTy = Context.getPointerType(KmpInt32Ty); in ActOnOpenMPRegionStart() 1146 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1148 std::make_pair(".global_tid.", KmpInt32Ty), in ActOnOpenMPRegionStart() [all …]
|