Searched refs:IVSize (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h401 /// size \a IVSize and sign \a IVSigned.
402 llvm::Constant *createForStaticInitFunction(unsigned IVSize, bool IVSigned);
405 /// size \a IVSize and sign \a IVSigned.
406 llvm::Constant *createDispatchInitFunction(unsigned IVSize, bool IVSigned);
409 /// size \a IVSize and sign \a IVSigned.
410 llvm::Constant *createDispatchNextFunction(unsigned IVSize, bool IVSigned);
413 /// size \a IVSize and sign \a IVSigned.
414 llvm::Constant *createDispatchFiniFunction(unsigned IVSize, bool IVSigned);
640 unsigned IVSize, bool IVSigned, bool Ordered,
654 /// \param IVSize Siz
[all...]
H A DCGOpenMPRuntime.cpp1636 llvm::Constant *CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, argument
1638 assert((IVSize == 32 || IVSize == 64) &&
1640 auto Name = IVSize == 32 ? (IVSigned ? "__kmpc_for_static_init_4"
1644 auto ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty;
1662 llvm::Constant *CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, argument
1664 assert((IVSize == 32 || IVSize == 64) &&
1667 IVSize == 32
1670 auto ITy = IVSize
1684 createDispatchFiniFunction(unsigned IVSize, bool IVSigned) argument
1701 createDispatchNextFunction(unsigned IVSize, bool IVSigned) argument
2448 emitForDispatchInit(CodeGenFunction &CGF, SourceLocation Loc, const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, llvm::Value *UB, llvm::Value *Chunk) argument
2482 emitForStaticInitCall( CodeGenFunction &CGF, llvm::Value *UpdateLocation, llvm::Value *ThreadId, llvm::Constant *ForStaticInitFunction, OpenMPSchedType Schedule, OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2, unsigned IVSize, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk) argument
2529 emitForStaticInit(CodeGenFunction &CGF, SourceLocation Loc, const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk) argument
2546 emitDistributeStaticInit( CodeGenFunction &CGF, SourceLocation Loc, OpenMPDistScheduleClauseKind SchedKind, unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk) argument
2571 emitForOrderedIterationEnd(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned) argument
2582 emitForNext(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned, Address IL, Address LB, Address UB, Address ST) argument
[all...]
H A DCGStmtOpenMP.cpp1677 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); local
1696 BoolCondVal = RT.emitForNext(*this, S.getLocStart(), IVSize, IVSigned, IL,
1736 [Ordered, IVSize, IVSigned, Loc](CodeGenFunction &CGF) {
1739 CGF, Loc, IVSize, IVSigned);
1828 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); local
1833 RT.emitForDispatchInit(*this, S.getLocStart(), ScheduleKind, IVSize,
1836 RT.emitForStaticInit(*this, S.getLocStart(), ScheduleKind, IVSize, IVSigned,
1857 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); local
1861 IVSize, IVSigned, /* Ordered = */ false,
2027 const unsigned IVSize local
2685 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); local
[all...]

Completed in 98 milliseconds