Searched defs:IVSize (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 1132 unsigned IVSize = 0; member 1155 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize() function
|
D | CGStmtOpenMP.cpp | 2418 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop() local 2590 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop() local 2631 const unsigned IVSize, const bool IVSigned) {} in emitEmptyOrdered() 2646 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop() local 2978 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPWorksharingLoop() local 3128 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType()); in emitDispatchForLoopBounds() local 4712 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeLoop() local
|
D | CGOpenMPRuntime.cpp | 1547 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned) { in createForStaticInitFunction() 1573 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { in createDispatchInitFunction() 1595 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) { in createDispatchFiniFunction() 1612 CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, bool IVSigned) { in createDispatchNextFunction() 2676 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 2815 unsigned IVSize, in emitForOrderedIterationEnd() 2825 SourceLocation Loc, unsigned IVSize, in emitForNext() 12495 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 12514 unsigned IVSize, in emitForOrderedIterationEnd() 12527 unsigned IVSize, bool IVSigned, in emitForNext()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1636 llvm::Constant *CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, in createForStaticInitFunction() 1662 llvm::Constant *CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, in createDispatchInitFunction() 1684 llvm::Constant *CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, in createDispatchFiniFunction() 1701 llvm::Constant *CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, in createDispatchNextFunction() 2451 unsigned IVSize, bool IVSigned, in emitForDispatchInit() 2486 unsigned IVSize, bool Ordered, Address IL, Address LB, Address UB, in emitForStaticInitCall() 2532 unsigned IVSize, bool IVSigned, in emitForStaticInit() 2548 OpenMPDistScheduleClauseKind SchedKind, unsigned IVSize, bool IVSigned, in emitDistributeStaticInit() 2573 unsigned IVSize, in emitForOrderedIterationEnd() 2583 SourceLocation Loc, unsigned IVSize, in emitForNext()
|
D | CGStmtOpenMP.cpp | 1677 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop() local 1828 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop() local 1857 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop() local 2027 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPWorksharingLoop() local 2685 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeLoop() local
|