Searched defs:IVSigned (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 962 bool IVSigned = false; member
|
H A D | CGStmtOpenMP.cpp | 2855 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() local 3029 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() local 3050 const bool IVSigned) { in EmitOMPForOuterLoop() 3073 const unsigned IVSize, const bool IVSigned) {} in emitEmptyOrdered() 3089 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop() local 3420 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop() local 5750 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop() local
|
H A D | CGOpenMPRuntime.cpp | 2526 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 2694 bool IVSigned) { in emitForOrderedIterationEnd() 2705 bool IVSigned, Address IL, in emitForNext() 12033 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 12058 bool IVSigned) { in emitForOrderedIterationEnd() 12070 unsigned IVSize, bool IVSigned, in emitForNext()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6481 OpenMPIRBuilder::createForStaticInitFunction(unsigned IVSize, bool IVSigned, in createForStaticInitFunction() 6502 bool IVSigned) { in createDispatchInitFunction() 6515 bool IVSigned) { in createDispatchNextFunction() 6528 bool IVSigned) { in createDispatchFiniFunction()
|