Searched defs:IVSigned (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 944 bool IVSigned = false; member
|
| H A D | CGStmtOpenMP.cpp | 2997 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() local 3172 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() local 3194 const bool IVSigned) { in EmitOMPForOuterLoop() 3217 const unsigned IVSize, const bool IVSigned) {} in emitEmptyOrdered() 3233 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop() local 3564 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop() local 5958 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop() local
|
| H A D | CGOpenMPRuntime.cpp | 2504 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 2670 bool IVSigned) { in emitForOrderedIterationEnd() 2681 bool IVSigned, Address IL, in emitForNext() 12098 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 12123 bool IVSigned) { in emitForOrderedIterationEnd() 12135 unsigned IVSize, bool IVSigned, in emitForNext()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 6856 OpenMPIRBuilder::createForStaticInitFunction(unsigned IVSize, bool IVSigned, in createForStaticInitFunction() 6877 bool IVSigned) { in createDispatchInitFunction() 6890 bool IVSigned) { in createDispatchNextFunction() 6903 bool IVSigned) { in createDispatchFiniFunction()
|