Searched refs:IVSigned (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h747 /// size \a IVSize and sign \a IVSigned.
749 bool IVSigned);
752 /// size \a IVSize and sign \a IVSigned.
754 bool IVSigned);
757 /// size \a IVSize and sign \a IVSigned.
759 bool IVSigned);
762 /// size \a IVSize and sign \a IVSigned.
764 bool IVSigned);
1091 /// \param IVSigned Sign of the iteration variable.
1099 unsigned IVSize, bool IVSigned, boo
1107 bool IVSigned = false; 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.cpp2409 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); local
2432 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL,
2473 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered,
2486 [IVSize, IVSigned, Loc, &CodeGenOrdered](CodeGenFunction &CGF) {
2487 CodeGenOrdered(CGF, Loc, IVSize, IVSigned);
2581 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); local
2591 IVSigned, Ordered, DipatchRTInputValues);
2594 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB,
2602 const bool IVSigned) {
2605 IVSigned);
2620 emitEmptyOrdered(CodeGenFunction &, SourceLocation Loc, const unsigned IVSize, const bool IVSigned) argument
2637 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); local
2969 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); local
4618 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); local
[all...]
H A DCGOpenMPRuntime.cpp1523 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned) { argument
1526 StringRef Name = IVSize == 32 ? (IVSigned ? "__kmpc_for_static_init_4"
1528 : (IVSigned ? "__kmpc_for_static_init_8"
1549 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { argument
1554 ? (IVSigned ? "__kmpc_dispatch_init_4" : "__kmpc_dispatch_init_4u")
1555 : (IVSigned ? "__kmpc_dispatch_init_8" : "__kmpc_dispatch_init_8u");
1571 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) { argument
1576 ? (IVSigned ? "__kmpc_dispatch_fini_4" : "__kmpc_dispatch_fini_4u")
1577 : (IVSigned ? "__kmpc_dispatch_fini_8" : "__kmpc_dispatch_fini_8u");
1588 CGOpenMPRuntime::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 87 milliseconds