Home
last modified time | relevance | path

Searched refs:IVSigned (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h928 unsigned IVSize, bool IVSigned, bool Ordered,
944 bool IVSigned = false; member
962 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL,
965 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize()
1009 bool IVSigned);
1036 unsigned IVSize, bool IVSigned,
1831 unsigned IVSize, bool IVSigned, bool Ordered,
1881 unsigned IVSize, bool IVSigned) override;
1908 unsigned IVSize, bool IVSigned, Address IL,
H A DCGStmtOpenMP.cpp2997 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() local
3021 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL, in EmitOMPOuterLoop()
3063 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered, in EmitOMPOuterLoop()
3076 [IVSize, IVSigned, Loc, &CodeGenOrdered](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
3077 CodeGenOrdered(CGF, Loc, IVSize, IVSigned); in EmitOMPOuterLoop()
3172 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() local
3182 IVSigned, Ordered, DipatchRTInputValues); in EmitOMPForOuterLoop()
3185 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB, in EmitOMPForOuterLoop()
3194 const bool IVSigned) { in EmitOMPForOuterLoop() argument
3197 IVSigned); in EmitOMPForOuterLoop()
[all …]
H A DCGOpenMPRuntime.cpp2504 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() argument
2532 CGF.EmitRuntimeCall(OMPBuilder.createDispatchInitFunction(IVSize, IVSigned), in emitForDispatchInit()
2609 OMPBuilder.createForStaticInitFunction(Values.IVSize, Values.IVSigned, in emitForStaticInit()
2629 Values.IVSize, Values.IVSigned, isGPUDistribute); in emitDistributeStaticInit()
2670 bool IVSigned) { in emitForOrderedIterationEnd() argument
2675 CGF.EmitRuntimeCall(OMPBuilder.createDispatchFiniFunction(IVSize, IVSigned), in emitForOrderedIterationEnd()
2681 bool IVSigned, Address IL, in emitForNext() argument
2696 OMPBuilder.createDispatchNextFunction(IVSize, IVSigned), Args); in emitForNext()
12098 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() argument
12123 bool IVSigned) { in emitForOrderedIterationEnd() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3117 bool IVSigned,
3123 bool IVSigned);
3128 bool IVSigned);
3133 bool IVSigned);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6856 OpenMPIRBuilder::createForStaticInitFunction(unsigned IVSize, bool IVSigned, in createForStaticInitFunction() argument
6863 ? (IVSigned ? omp::OMPRTL___kmpc_distribute_static_init_4 in createForStaticInitFunction()
6865 : (IVSigned ? omp::OMPRTL___kmpc_distribute_static_init_8 in createForStaticInitFunction()
6868 Name = IVSize == 32 ? (IVSigned ? omp::OMPRTL___kmpc_for_static_init_4 in createForStaticInitFunction()
6870 : (IVSigned ? omp::OMPRTL___kmpc_for_static_init_8 in createForStaticInitFunction()
6877 bool IVSigned) { in createDispatchInitFunction() argument
6881 ? (IVSigned ? omp::OMPRTL___kmpc_dispatch_init_4 in createDispatchInitFunction()
6883 : (IVSigned ? omp::OMPRTL___kmpc_dispatch_init_8 in createDispatchInitFunction()
6890 bool IVSigned) { in createDispatchNextFunction() argument
6894 ? (IVSigned ? omp::OMPRTL___kmpc_dispatch_next_4 in createDispatchNextFunction()
[all …]