Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h952 unsigned IVSize = 0; global() member
975 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), IVSize() function
[all...]
H A DCGStmtOpenMP.cpp3042 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB, in EmitOMPDistributeOuterLoop() local
2814 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); EmitOMPOuterLoop() local
2986 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); EmitOMPForOuterLoop() local
3027 emitEmptyOrdered(CodeGenFunction &,SourceLocation Loc,const unsigned IVSize,const bool IVSigned) emitEmptyOrdered() argument
3374 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); EmitOMPWorksharingLoop() local
3526 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType()); emitDispatchForLoopBounds() local
5695 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); EmitOMPDistributeLoop() local
[all...]
H A DCGOpenMPRuntime.cpp2523 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument
2677 emitForOrderedIterationEnd(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned) emitForOrderedIterationEnd() argument
2688 emitForNext(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned,Address IL,Address LB,Address UB,Address ST) emitForNext() argument
12003 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument
12022 emitForOrderedIterationEnd(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned) emitForOrderedIterationEnd() argument
12035 emitForNext(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned,Address IL,Address LB,Address UB,Address ST) emitForNext() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4921 createForStaticInitFunction(unsigned IVSize,bool IVSigned,bool IsGPUDistribute) createForStaticInitFunction() argument
4941 createDispatchInitFunction(unsigned IVSize,bool IVSigned) createDispatchInitFunction() argument
4954 createDispatchNextFunction(unsigned IVSize,bool IVSigned) createDispatchNextFunction() argument
4967 createDispatchFiniFunction(unsigned IVSize,bool IVSigned) createDispatchFiniFunction() argument
[all...]