Home
last modified time | relevance | path

Searched defs:IVSize (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h960 unsigned IVSize = 0; global() member
983 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), IVSize() function
[all...]
H A DCGStmtOpenMP.cpp2836 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); EmitOMPOuterLoop() local
3010 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); EmitOMPForOuterLoop() local
3055 emitEmptyOrdered(CodeGenFunction &,SourceLocation Loc,const unsigned IVSize,const bool IVSigned) emitEmptyOrdered() argument
3070 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); EmitOMPDistributeOuterLoop() local
3401 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); EmitOMPWorksharingLoop() local
3554 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType()); emitDispatchForLoopBounds() local
5731 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); EmitOMPDistributeLoop() local
[all...]
H A DCGOpenMPRuntime.cpp2525 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument
2692 emitForOrderedIterationEnd(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned) emitForOrderedIterationEnd() argument
2703 emitForNext(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned,Address IL,Address LB,Address UB,Address ST) emitForNext() argument
12022 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument
12046 emitForOrderedIterationEnd(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned) emitForOrderedIterationEnd() argument
12059 emitForNext(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned,Address IL,Address LB,Address UB,Address ST) emitForNext() argument
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1450 if (unsigned IVSize = CanonicalIVPHI->getScalarType()->getScalarSizeInBits(); tryAddExplicitVectorLength() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6415 createForStaticInitFunction(unsigned IVSize,bool IVSigned,bool IsGPUDistribute) createForStaticInitFunction() argument
6435 createDispatchInitFunction(unsigned IVSize,bool IVSigned) createDispatchInitFunction() argument
6448 createDispatchNextFunction(unsigned IVSize,bool IVSigned) createDispatchNextFunction() argument
6461 createDispatchFiniFunction(unsigned IVSize,bool IVSigned) createDispatchFiniFunction() argument
[all...]