Lines Matching refs:IVSize
1547 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned) { in createForStaticInitFunction() argument
1548 assert((IVSize == 32 || IVSize == 64) && in createForStaticInitFunction()
1550 StringRef Name = IVSize == 32 ? (IVSigned ? "__kmpc_for_static_init_4" in createForStaticInitFunction()
1554 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createForStaticInitFunction()
1573 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { in createDispatchInitFunction() argument
1574 assert((IVSize == 32 || IVSize == 64) && in createDispatchInitFunction()
1577 IVSize == 32 in createDispatchInitFunction()
1580 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createDispatchInitFunction()
1595 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) { in createDispatchFiniFunction() argument
1596 assert((IVSize == 32 || IVSize == 64) && in createDispatchFiniFunction()
1599 IVSize == 32 in createDispatchFiniFunction()
1612 CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, bool IVSigned) { in createDispatchNextFunction() argument
1613 assert((IVSize == 32 || IVSize == 64) && in createDispatchNextFunction()
1616 IVSize == 32 in createDispatchNextFunction()
1619 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createDispatchNextFunction()
2676 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() argument
2693 : CGF.Builder.getIntN(IVSize, 1); in emitForDispatchInit()
2701 CGF.Builder.getIntN(IVSize, 1), // Stride in emitForDispatchInit()
2704 CGF.EmitRuntimeCall(createDispatchInitFunction(IVSize, IVSigned), Args); in emitForDispatchInit()
2733 Chunk = CGF.Builder.getIntN(Values.IVSize, 1); in emitForStaticInitCall()
2750 CGF.Builder.getIntN(Values.IVSize, 1), // Incr in emitForStaticInitCall()
2771 createForStaticInitFunction(Values.IVSize, Values.IVSigned); in emitForStaticInit()
2787 createForStaticInitFunction(Values.IVSize, Values.IVSigned); in emitDistributeStaticInit()
2815 unsigned IVSize, in emitForOrderedIterationEnd() argument
2821 CGF.EmitRuntimeCall(createDispatchFiniFunction(IVSize, IVSigned), Args); in emitForOrderedIterationEnd()
2825 SourceLocation Loc, unsigned IVSize, in emitForNext() argument
2842 CGF.EmitRuntimeCall(createDispatchNextFunction(IVSize, IVSigned), Args); in emitForNext()
12495 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() argument
12514 unsigned IVSize, in emitForOrderedIterationEnd() argument
12527 unsigned IVSize, bool IVSigned, in emitForNext() argument