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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1107 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
2581 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); local
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
1549 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { argument
1571 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) { argument
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 82 milliseconds