Lines Matching refs:IVSize
2526 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() argument
2543 : CGF.Builder.getIntN(IVSize, 1); in emitForDispatchInit()
2551 CGF.Builder.getIntN(IVSize, 1), // Stride in emitForDispatchInit()
2554 CGF.EmitRuntimeCall(OMPBuilder.createDispatchInitFunction(IVSize, IVSigned), in emitForDispatchInit()
2593 Chunk = CGF.Builder.getIntN(Values.IVSize, 1); in emitForStaticInitCall()
2610 CGF.Builder.getIntN(Values.IVSize, 1), // Incr in emitForStaticInitCall()
2631 OMPBuilder.createForStaticInitFunction(Values.IVSize, Values.IVSigned, in emitForStaticInit()
2652 Values.IVSize, Values.IVSigned, isGPUDistribute); in emitDistributeStaticInit()
2693 unsigned IVSize, in emitForOrderedIterationEnd() argument
2699 CGF.EmitRuntimeCall(OMPBuilder.createDispatchFiniFunction(IVSize, IVSigned), in emitForOrderedIterationEnd()
2704 SourceLocation Loc, unsigned IVSize, in emitForNext() argument
2720 OMPBuilder.createDispatchNextFunction(IVSize, IVSigned), Args); in emitForNext()
12033 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() argument
12057 unsigned IVSize, in emitForOrderedIterationEnd() argument
12070 unsigned IVSize, bool IVSigned, in emitForNext() argument