HomeSort by: relevance | last modified time | path
    Searched defs:IVSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 769 /// size \a IVSize and sign \a IVSigned.
770 llvm::FunctionCallee createForStaticInitFunction(unsigned IVSize,
774 /// size \a IVSize and sign \a IVSigned.
775 llvm::FunctionCallee createDispatchInitFunction(unsigned IVSize,
779 /// size \a IVSize and sign \a IVSigned.
780 llvm::FunctionCallee createDispatchNextFunction(unsigned IVSize,
784 /// size \a IVSize and sign \a IVSigned.
785 llvm::FunctionCallee createDispatchFiniFunction(unsigned IVSize,
1125 /// \param IVSize Size of the iteration variable in bits.
1134 unsigned IVSize, bool IVSigned, bool Ordered
    [all...]
CGStmtOpenMP.cpp 2593 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
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);
2767 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
2777 RT.emitForDispatchInit(*this, S.getBeginLoc(), ScheduleKind, IVSize,
2781 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB,
2788 const unsigned IVSize,
2791 CGF.CGM.getOpenMPRuntime().emitForOrderedIterationEnd(CGF, Loc, IVSize,
    [all...]

Completed in 23 milliseconds