Searched defs:IVSize (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 942 unsigned IVSize = 0; member 965 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize() function
|
| H A D | CGStmtOpenMP.cpp | 2996 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop() local 3171 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop() local 3217 const unsigned IVSize, const bool IVSigned) {} in emitEmptyOrdered() 3232 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop() local 3563 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPWorksharingLoop() local 3714 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType()); in emitDispatchForLoopBounds() local 5957 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeLoop() local
|
| H A D | CGOpenMPRuntime.cpp | 2504 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 2669 unsigned IVSize, in emitForOrderedIterationEnd() 2680 SourceLocation Loc, unsigned IVSize, in emitForNext() 12098 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 12122 unsigned IVSize, in emitForOrderedIterationEnd() 12135 unsigned IVSize, bool IVSigned, in emitForNext()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 6856 OpenMPIRBuilder::createForStaticInitFunction(unsigned IVSize, bool IVSigned, in createForStaticInitFunction() 6876 FunctionCallee OpenMPIRBuilder::createDispatchInitFunction(unsigned IVSize, in createDispatchInitFunction() 6889 FunctionCallee OpenMPIRBuilder::createDispatchNextFunction(unsigned IVSize, in createDispatchNextFunction() 6902 FunctionCallee OpenMPIRBuilder::createDispatchFiniFunction(unsigned IVSize, in createDispatchFiniFunction()
|