Searched defs:IVSigned (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 954 bool IVSigned = false; global() member [all...] |
H A D | CGStmtOpenMP.cpp | 2815 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); EmitOMPOuterLoop() local 2987 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); EmitOMPForOuterLoop() local 3008 __anonb66eefd12102(CodeGenFunction &CGF, SourceLocation Loc, const unsigned IVSize, const bool IVSigned) EmitOMPForOuterLoop() argument 3027 emitEmptyOrdered(CodeGenFunction &,SourceLocation Loc,const unsigned IVSize,const bool IVSigned) emitEmptyOrdered() argument 3043 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); EmitOMPDistributeOuterLoop() local 3375 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); EmitOMPWorksharingLoop() local 5696 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); EmitOMPDistributeLoop() local [all...] |
H A D | CGOpenMPRuntime.cpp | 2523 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument 2678 emitForOrderedIterationEnd(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned) emitForOrderedIterationEnd() argument 2689 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 12023 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 D | OMPIRBuilder.cpp | 4921 createForStaticInitFunction(unsigned IVSize,bool IVSigned,bool IsGPUDistribute) createForStaticInitFunction() argument 4942 createDispatchInitFunction(unsigned IVSize,bool IVSigned) createDispatchInitFunction() argument 4955 createDispatchNextFunction(unsigned IVSize,bool IVSigned) createDispatchNextFunction() argument 4968 createDispatchFiniFunction(unsigned IVSize,bool IVSigned) createDispatchFiniFunction() argument [all...] |