Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h771 bool IVSigned);
776 bool IVSigned);
781 bool IVSigned);
786 bool IVSigned);
1134 unsigned IVSize, bool IVSigned, bool Ordered,
1142 bool IVSigned = false; member
1160 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL,
1163 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize()
1207 bool IVSigned);
1234 unsigned IVSize, bool IVSigned,
[all …]
H A DCGStmtOpenMP.cpp2594 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() local
2618 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL, in EmitOMPOuterLoop()
2659 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered, in EmitOMPOuterLoop()
2672 [IVSize, IVSigned, Loc, &CodeGenOrdered](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
2673 CodeGenOrdered(CGF, Loc, IVSize, IVSigned); in EmitOMPOuterLoop()
2768 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() local
2778 IVSigned, Ordered, DipatchRTInputValues); in EmitOMPForOuterLoop()
2781 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB, in EmitOMPForOuterLoop()
2789 const bool IVSigned) { in EmitOMPForOuterLoop() argument
2792 IVSigned); in EmitOMPForOuterLoop()
[all …]
H A DCGOpenMPRuntime.cpp1559 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned) { in createForStaticInitFunction() argument
1562 StringRef Name = IVSize == 32 ? (IVSigned ? "__kmpc_for_static_init_4" in createForStaticInitFunction()
1564 : (IVSigned ? "__kmpc_for_static_init_8" in createForStaticInitFunction()
1585 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { in createDispatchInitFunction() argument
1590 ? (IVSigned ? "__kmpc_dispatch_init_4" : "__kmpc_dispatch_init_4u") in createDispatchInitFunction()
1591 : (IVSigned ? "__kmpc_dispatch_init_8" : "__kmpc_dispatch_init_8u"); in createDispatchInitFunction()
1607 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) { in createDispatchFiniFunction() argument
1612 ? (IVSigned ? "__kmpc_dispatch_fini_4" : "__kmpc_dispatch_fini_4u") in createDispatchFiniFunction()
1613 : (IVSigned ? "__kmpc_dispatch_fini_8" : "__kmpc_dispatch_fini_8u"); in createDispatchFiniFunction()
1624 CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, bool IVSigned) { in createDispatchNextFunction() argument
[all …]