/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 960 unsigned IVSize = 0; global() member 983 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), IVSize() function [all...] |
H A D | CGStmtOpenMP.cpp | 2836 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 D | CGOpenMPRuntime.cpp | 2525 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 D | VPlanTransforms.cpp | 1450 if (unsigned IVSize = CanonicalIVPHI->getScalarType()->getScalarSizeInBits(); tryAddExplicitVectorLength() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6415 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...] |