HomeSort by: relevance | last modified time | path
    Searched refs:IVSigned (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 769 /// size \a IVSize and sign \a IVSigned.
771 bool IVSigned);
774 /// size \a IVSize and sign \a IVSigned.
776 bool IVSigned);
779 /// size \a IVSize and sign \a IVSigned.
781 bool IVSigned);
784 /// size \a IVSize and sign \a IVSigned.
786 bool IVSigned);
1126 /// \param IVSigned Sign of the iteration variable.
1134 unsigned IVSize, bool IVSigned, bool Ordered
    [all...]
CGStmtOpenMP.cpp 2594 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
2618 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL,
2659 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered,
2672 [IVSize, IVSigned, Loc, &CodeGenOrdered](CodeGenFunction &CGF) {
2673 CodeGenOrdered(CGF, Loc, IVSize, IVSigned);
2768 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
2778 IVSigned, Ordered, DipatchRTInputValues);
2781 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB,
2789 const bool IVSigned) {
2792 IVSigned);
    [all...]
CGOpenMPRuntime.cpp 1559 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned) {
1562 StringRef Name = IVSize == 32 ? (IVSigned ? "__kmpc_for_static_init_4"
1564 : (IVSigned ? "__kmpc_for_static_init_8"
1585 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) {
1590 ? (IVSigned ? "__kmpc_dispatch_init_4" : "__kmpc_dispatch_init_4u")
1591 : (IVSigned ? "__kmpc_dispatch_init_8" : "__kmpc_dispatch_init_8u");
1607 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) {
1612 ? (IVSigned ? "__kmpc_dispatch_fini_4" : "__kmpc_dispatch_fini_4u")
1613 : (IVSigned ? "__kmpc_dispatch_fini_8" : "__kmpc_dispatch_fini_8u");
1624 CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, bool IVSigned) {
    [all...]

Completed in 34 milliseconds