Home
last modified time | relevance | path

Searched defs:IVSigned (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1637 bool IVSigned) { in createForStaticInitFunction()
1663 bool IVSigned) { in createDispatchInitFunction()
1685 bool IVSigned) { in createDispatchFiniFunction()
1702 bool IVSigned) { in createDispatchNextFunction()
2451 unsigned IVSize, bool IVSigned, in emitForDispatchInit()
2532 unsigned IVSize, bool IVSigned, in emitForStaticInit()
2548 OpenMPDistScheduleClauseKind SchedKind, unsigned IVSize, bool IVSigned, in emitDistributeStaticInit()
2574 bool IVSigned) { in emitForOrderedIterationEnd()
2584 bool IVSigned, Address IL, in emitForNext()
DCGStmtOpenMP.cpp1678 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() local
1829 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() local
1858 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop() local
2028 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop() local
2686 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2419 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() local
2591 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() local
2612 const bool IVSigned) { in EmitOMPForOuterLoop()
2631 const unsigned IVSize, const bool IVSigned) {} in emitEmptyOrdered()
2647 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop() local
2979 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop() local
4713 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop() local
DCGOpenMPRuntime.h1134 bool IVSigned = false; member
DCGOpenMPRuntime.cpp1547 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned) { in createForStaticInitFunction()
1573 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { in createDispatchInitFunction()
1595 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) { in createDispatchFiniFunction()
1612 CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, bool IVSigned) { in createDispatchNextFunction()
2676 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit()
2816 bool IVSigned) { in emitForOrderedIterationEnd()
2826 bool IVSigned, Address IL, in emitForNext()
12495 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit()
12515 bool IVSigned) { in emitForOrderedIterationEnd()
12527 unsigned IVSize, bool IVSigned, in emitForNext()