Home
last modified time | relevance | path

Searched refs:RCType (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/wdune/wdune-1.926/src/swt/include/
H A Dres.h32 typedef enum RCType { enum
47 } RCType; typedef
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudacodec/src/
H A Dvideo_writer.cpp253 NVVE_RateCtrlType RCType = static_cast<NVVE_RateCtrlType>(params.RCType); in setEncodeParams() local
254 err = NVSetParamValue(encoder_, NVVE_RC_TYPE, &RCType); in setEncodeParams()
342 NVVE_RateCtrlType RCType; in getEncoderParams() local
343 err = NVGetParamValue(encoder_, NVVE_RC_TYPE, &RCType); in getEncoderParams()
345 params.RCType = RCType; in getEncoderParams()
816 RCType = 1; in EncoderParams()
847 read(fs["RCType" ], RCType, 1); in load()
873 write(fs, "RCType" , RCType); in save()
/dports/math/clasp/clasp-3.3.5/src/
H A Dweight_constraint.cpp141 typedef Clasp::Atomic_t<uint32>::type RCType; typedef
146 ++*reinterpret_cast<RCType*>(address()); in clone()
158 if (!shareable() || --*reinterpret_cast<RCType*>(x) == 0) { in release()
164 return *reinterpret_cast<const RCType*>(const_cast<WL*>(this)->address()); in refCount()
234 static_assert(sizeof(RCType) == sizeof(uint32), "Invalid size!"); in doCreate()
237 *(new (t) RCType) = 1; in doCreate()
/dports/math/clingo/clingo-5.5.1/clasp/src/
H A Dweight_constraint.cpp145 typedef Clasp::Atomic_t<uint32>::type RCType; typedef
150 ++*reinterpret_cast<RCType*>(address()); in clone()
162 if (!shareable() || --*reinterpret_cast<RCType*>(x) == 0) { in release()
168 return *reinterpret_cast<const RCType*>(const_cast<WL*>(this)->address()); in refCount()
239 static_assert(sizeof(RCType) == sizeof(uint32), "Invalid size!"); in doCreate()
242 *(new (t) RCType) = 1; in doCreate()
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/src/
H A Dweight_constraint.cpp145 typedef Clasp::Atomic_t<uint32>::type RCType; typedef
150 ++*reinterpret_cast<RCType*>(address()); in clone()
162 if (!shareable() || --*reinterpret_cast<RCType*>(x) == 0) { in release()
168 return *reinterpret_cast<const RCType*>(const_cast<WL*>(this)->address()); in refCount()
239 static_assert(sizeof(RCType) == sizeof(uint32), "Invalid size!"); in doCreate()
242 *(new (t) RCType) = 1; in doCreate()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudacodec/include/opencv2/
H A Dcudacodec.hpp90 int RCType; //!< NVVE_RC_TYPE, member
/dports/math/clingo/clingo-5.5.1/clasp/clasp/
H A Dclause.h76 typedef Clasp::Atomic_t<int32>::type RCType; typedef
77 RCType refCount_;
/dports/math/clasp/clasp-3.3.5/clasp/
H A Dclause.h76 typedef Clasp::Atomic_t<int32>::type RCType; typedef
77 RCType refCount_;
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/
H A Dclause.h76 typedef Clasp::Atomic_t<int32>::type RCType; typedef
77 RCType refCount_;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1592 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1593 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1618 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1620 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1631 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1573 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1574 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1599 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1601 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1612 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1592 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1593 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1618 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1620 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1631 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1573 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1574 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1599 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1601 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1612 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1573 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1574 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1599 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1601 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1612 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1572 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1573 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1598 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1600 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1611 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1588 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1589 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1614 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1616 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1627 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1588 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1589 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1614 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1616 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1627 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1588 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1589 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1614 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1616 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1627 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1588 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1589 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1614 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1616 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1627 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1588 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1589 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1614 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1616 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1627 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1588 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1589 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1614 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1616 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1627 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1594 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1595 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1620 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1622 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1633 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1588 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1589 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1614 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1616 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1627 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1588 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1589 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1614 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
1616 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()
1627 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()