Searched defs:IVSize (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 946 unsigned IVSize = 0; member 969 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize() function
|
H A D | CGStmtOpenMP.cpp | 2814 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop() local 2986 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop() local 3027 const unsigned IVSize, const bool IVSigned) {} in emitEmptyOrdered() 3042 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop() local 3374 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPWorksharingLoop() local 3526 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType()); in emitDispatchForLoopBounds() local 5661 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeLoop() local
|
H A D | CGOpenMPRuntime.cpp | 1496 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned, in createForStaticInitFunction() 1531 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { in createDispatchInitFunction() 1553 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) { in createDispatchFiniFunction() 1570 CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, bool IVSigned) { in createDispatchNextFunction() 2694 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 2845 unsigned IVSize, in emitForOrderedIterationEnd() 2855 SourceLocation Loc, unsigned IVSize, in emitForNext() 12462 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 12481 unsigned IVSize, in emitForOrderedIterationEnd() 12494 unsigned IVSize, bool IVSigned, in emitForNext()
|
/openbsd-src/regress/lib/libcrypto/wycheproof/ |
H A D | wycheproof.go | 146 IVSize int `json:"ivSize"` member 168 IVSize int `json:"ivSize"` member
|