Searched refs:IVSigned (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 792 bool IVSigned, 798 bool IVSigned); 803 bool IVSigned); 808 bool IVSigned); 1168 bool IVSigned = false; member 1186 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL, 1189 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize() 1233 bool IVSigned); 1260 unsigned IVSize, bool IVSigned, 2086 unsigned IVSize, bool IVSigned, bool Ordered, [all …]
|
| H A D | CGStmtOpenMP.cpp | 2757 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() local 2835 [IVSize, IVSigned, Loc, &CodeGenOrdered](CodeGenFunction &CGF) { in EmitOMPOuterLoop() 2836 CodeGenOrdered(CGF, Loc, IVSize, IVSigned); in EmitOMPOuterLoop() 2939 IVSigned, Ordered, DipatchRTInputValues); in EmitOMPForOuterLoop() 2942 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB, in EmitOMPForOuterLoop() 2950 const bool IVSigned) { in EmitOMPForOuterLoop() argument 2953 IVSigned); in EmitOMPForOuterLoop() 2969 const unsigned IVSize, const bool IVSigned) {} in emitEmptyOrdered() argument 2988 IVSize, IVSigned, /* Ordered = */ false, LoopArgs.IL, LoopArgs.LB, in EmitOMPDistributeOuterLoop() 3359 IVSize, IVSigned, Ordered, IL.getAddress(CGF), in EmitOMPWorksharingLoop() [all …]
|
| H A D | CGOpenMPRuntime.cpp | 1505 Name = IVSize == 32 ? (IVSigned ? "__kmpc_distribute_static_init_4" in createForStaticInitFunction() 1507 : (IVSigned ? "__kmpc_distribute_static_init_8" in createForStaticInitFunction() 1510 Name = IVSize == 32 ? (IVSigned ? "__kmpc_for_static_init_4" in createForStaticInitFunction() 1512 : (IVSigned ? "__kmpc_for_static_init_8" in createForStaticInitFunction() 2701 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() argument 2729 CGF.EmitRuntimeCall(createDispatchInitFunction(IVSize, IVSigned), Args); in emitForDispatchInit() 2796 createForStaticInitFunction(Values.IVSize, Values.IVSigned, false); in emitForStaticInit() 2816 Values.IVSize, Values.IVSigned, isGPUDistribute); in emitDistributeStaticInit() 2853 bool IVSigned) { in emitForOrderedIterationEnd() argument 2863 bool IVSigned, Address IL, in emitForNext() argument [all …]
|