Searched defs:IVSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1105 unsigned IVSize = 0; member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::StaticRTInput
1125 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk = nullptr) argument
[all...]
H A DCGStmtOpenMP.cpp2408 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); local
2580 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); local
2620 emitEmptyOrdered(CodeGenFunction &, SourceLocation Loc, const unsigned IVSize, const bool IVSigned) argument
2636 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); local
2968 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); local
3118 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType()); local
4617 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); local
[all...]
H A DCGOpenMPRuntime.cpp1523 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned) { argument
1549 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { argument
1571 createDispatchFiniFunction(unsigned IVSize, bool IVSigned) argument
1588 createDispatchNextFunction(unsigned IVSize, bool IVSigned) argument
2650 emitForDispatchInit( CodeGenFunction &CGF, SourceLocation Loc, const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, const DispatchRTInput &DispatchValues) argument
2789 emitForOrderedIterationEnd(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned) argument
2800 emitForNext(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned, Address IL, Address LB, Address UB, Address ST) argument
[all...]

Completed in 62 milliseconds