Searched defs:IVSigned (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 962 bool IVSigned = false; global() member [all...] |
H A D | CGStmtOpenMP.cpp | 2837 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); EmitOMPOuterLoop() local 3011 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); EmitOMPForOuterLoop() local 3032 __anonfdc450d22102(CodeGenFunction &CGF, SourceLocation Loc, const unsigned IVSize, const bool IVSigned) EmitOMPForOuterLoop() argument 3055 emitEmptyOrdered(CodeGenFunction &,SourceLocation Loc,const unsigned IVSize,const bool IVSigned) emitEmptyOrdered() argument 3071 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); EmitOMPDistributeOuterLoop() local 3402 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); EmitOMPWorksharingLoop() local 5732 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); 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 2693 emitForOrderedIterationEnd(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned) emitForOrderedIterationEnd() argument 2704 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 12047 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/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6415 createForStaticInitFunction(unsigned IVSize,bool IVSigned,bool IsGPUDistribute) createForStaticInitFunction() argument 6436 createDispatchInitFunction(unsigned IVSize,bool IVSigned) createDispatchInitFunction() argument 6449 createDispatchNextFunction(unsigned IVSize,bool IVSigned) createDispatchNextFunction() argument 6462 createDispatchFiniFunction(unsigned IVSize,bool IVSigned) createDispatchFiniFunction() argument [all...] |