Searched defs:IVSize (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 960 unsigned IVSize = 0; member 983 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize() function
|
H A D | CGStmtOpenMP.cpp | 2854 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop() local 3028 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop() local 3073 const unsigned IVSize, const bool IVSigned) {} in emitEmptyOrdered() 3088 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop() local 3419 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPWorksharingLoop() local 3572 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType()); in emitDispatchForLoopBounds() local 5749 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeLoop() local
|
H A D | CGOpenMPRuntime.cpp | 2526 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 2693 unsigned IVSize, in emitForOrderedIterationEnd() 2704 SourceLocation Loc, unsigned IVSize, in emitForNext() 12033 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 12057 unsigned IVSize, in emitForOrderedIterationEnd() 12070 unsigned IVSize, bool IVSigned, in emitForNext()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 1462 if (unsigned IVSize = CanonicalIVPHI->getScalarType()->getScalarSizeInBits(); in tryAddExplicitVectorLength() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6481 OpenMPIRBuilder::createForStaticInitFunction(unsigned IVSize, bool IVSigned, in createForStaticInitFunction() 6501 FunctionCallee OpenMPIRBuilder::createDispatchInitFunction(unsigned IVSize, in createDispatchInitFunction() 6514 FunctionCallee OpenMPIRBuilder::createDispatchNextFunction(unsigned IVSize, in createDispatchNextFunction() 6527 FunctionCallee OpenMPIRBuilder::createDispatchFiniFunction(unsigned IVSize, in createDispatchFiniFunction()
|