Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h575 bool IVSigned,
581 bool IVSigned);
586 bool IVSigned);
591 bool IVSigned);
940 unsigned IVSize, bool IVSigned, bool Ordered,
948 bool IVSigned = false; member
966 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL,
969 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize()
1013 bool IVSigned);
1040 unsigned IVSize, bool IVSigned,
[all …]
H A DCGStmtOpenMP.cpp2815 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() local
2839 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL, in EmitOMPOuterLoop()
2880 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered, in EmitOMPOuterLoop()
2893 [IVSize, IVSigned, Loc, &CodeGenOrdered](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
2894 CodeGenOrdered(CGF, Loc, IVSize, IVSigned); in EmitOMPOuterLoop()
2987 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() local
2997 IVSigned, Ordered, DipatchRTInputValues); in EmitOMPForOuterLoop()
3000 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB, in EmitOMPForOuterLoop()
3008 const bool IVSigned) { in EmitOMPForOuterLoop() argument
3011 IVSigned); in EmitOMPForOuterLoop()
[all …]
H A DCGOpenMPRuntime.cpp1496 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned, in createForStaticInitFunction() argument
1502 Name = IVSize == 32 ? (IVSigned ? "__kmpc_distribute_static_init_4" in createForStaticInitFunction()
1504 : (IVSigned ? "__kmpc_distribute_static_init_8" in createForStaticInitFunction()
1507 Name = IVSize == 32 ? (IVSigned ? "__kmpc_for_static_init_4" in createForStaticInitFunction()
1509 : (IVSigned ? "__kmpc_for_static_init_8" in createForStaticInitFunction()
1531 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { in createDispatchInitFunction() argument
1536 ? (IVSigned ? "__kmpc_dispatch_init_4" : "__kmpc_dispatch_init_4u") in createDispatchInitFunction()
1537 : (IVSigned ? "__kmpc_dispatch_init_8" : "__kmpc_dispatch_init_8u"); in createDispatchInitFunction()
1553 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) { in createDispatchFiniFunction() argument
1558 ? (IVSigned ? "__kmpc_dispatch_fini_4" : "__kmpc_dispatch_fini_4u") in createDispatchFiniFunction()
[all …]