Home
last modified time | relevance | path

Searched refs:CmpRange (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/proc/src/sort/
H A Dnatural_sort.rs108 enum CmpRange<'a> { enum
113 impl<'a> Ord for CmpRange<'a> { implementation
116 (CmpRange::Single(a), CmpRange::Single(b)) => a.cmp(b), in cmp()
117 (CmpRange::Single(a), CmpRange::Range(b, _c)) => a.cmp(b), in cmp()
118 (CmpRange::Range(a, _b), CmpRange::Single(c)) => a.cmp(c), in cmp()
119 (CmpRange::Range(a, b), CmpRange::Range(c, d)) => a.cmp(c).then_with(|| b.cmp(d)), in cmp()
124 impl<'a> PartialOrd for CmpRange<'a> { implementation
192 None => CmpRange::Single(first), in range()
193 Some(d) => CmpRange::Range(first, d), in range()
234 Date(CmpRange<'a>),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp389 APInt CmpRange; in buildBitTests() local
409 CmpRange = High; in buildBitTests()
413 CmpRange = High - Low; in buildBitTests()
454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp387 APInt CmpRange; in buildBitTests() local
407 CmpRange = High; in buildBitTests()
411 CmpRange = High - Low; in buildBitTests()
452 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp389 APInt CmpRange; in buildBitTests() local
409 CmpRange = High; in buildBitTests()
413 CmpRange = High - Low; in buildBitTests()
454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DSwitchLoweringUtils.cpp389 APInt CmpRange; in buildBitTests() local
409 CmpRange = High; in buildBitTests()
413 CmpRange = High - Low; in buildBitTests()
454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp389 APInt CmpRange; in buildBitTests() local
409 CmpRange = High; in buildBitTests()
413 CmpRange = High - Low; in buildBitTests()
454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DSwitchLoweringUtils.cpp387 APInt CmpRange; in buildBitTests() local
407 CmpRange = High; in buildBitTests()
411 CmpRange = High - Low; in buildBitTests()
452 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DSwitchLoweringUtils.cpp386 APInt CmpRange; in buildBitTests() local
406 CmpRange = High; in buildBitTests()
410 CmpRange = High - Low; in buildBitTests()
451 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp386 APInt CmpRange; in buildBitTests() local
406 CmpRange = High; in buildBitTests()
410 CmpRange = High - Low; in buildBitTests()
451 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp389 APInt CmpRange; in buildBitTests() local
409 CmpRange = High; in buildBitTests()
413 CmpRange = High - Low; in buildBitTests()
454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp389 APInt CmpRange; in buildBitTests() local
409 CmpRange = High; in buildBitTests()
413 CmpRange = High - Low; in buildBitTests()
454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp389 APInt CmpRange; in buildBitTests() local
409 CmpRange = High; in buildBitTests()
413 CmpRange = High - Low; in buildBitTests()
454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp386 APInt CmpRange; in buildBitTests() local
406 CmpRange = High; in buildBitTests()
410 CmpRange = High - Low; in buildBitTests()
451 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp389 APInt CmpRange; in buildBitTests() local
409 CmpRange = High; in buildBitTests()
413 CmpRange = High - Low; in buildBitTests()
454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp389 APInt CmpRange; in buildBitTests() local
409 CmpRange = High; in buildBitTests()
413 CmpRange = High - Low; in buildBitTests()
454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DSwitchLoweringUtils.cpp384 APInt CmpRange; in buildBitTests() local
404 CmpRange = High; in buildBitTests()
408 CmpRange = High - Low; in buildBitTests()
449 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DLazyValueInfo.cpp656 ConstantRange CmpRange(CI->getValue(), CI->getValue()+1); in getEdgeValue() local
658 ConstantRange::makeICmpRegion(ICI->getPredicate(), CmpRange); in getEdgeValue()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp875 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in ComputeValueKnownInPredecessorsImpl() local
879 if (CmpRange.contains(CR)) in ComputeValueKnownInPredecessorsImpl()
881 else if (CmpRange.inverse().contains(CR)) in ComputeValueKnownInPredecessorsImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp875 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in ComputeValueKnownInPredecessorsImpl() local
879 if (CmpRange.contains(CR)) in ComputeValueKnownInPredecessorsImpl()
881 else if (CmpRange.inverse().contains(CR)) in ComputeValueKnownInPredecessorsImpl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp875 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in ComputeValueKnownInPredecessorsImpl() local
879 if (CmpRange.contains(CR)) in ComputeValueKnownInPredecessorsImpl()
881 else if (CmpRange.inverse().contains(CR)) in ComputeValueKnownInPredecessorsImpl()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp865 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in ComputeValueKnownInPredecessorsImpl() local
869 if (CmpRange.contains(CR)) in ComputeValueKnownInPredecessorsImpl()
871 else if (CmpRange.inverse().contains(CR)) in ComputeValueKnownInPredecessorsImpl()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp859 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in ComputeValueKnownInPredecessorsImpl() local
863 if (CmpRange.contains(CR)) in ComputeValueKnownInPredecessorsImpl()
865 else if (CmpRange.inverse().contains(CR)) in ComputeValueKnownInPredecessorsImpl()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp855 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in ComputeValueKnownInPredecessors() local
859 if (CmpRange.contains(CR)) in ComputeValueKnownInPredecessors()
861 else if (CmpRange.inverse().contains(CR)) in ComputeValueKnownInPredecessors()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp872 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in ComputeValueKnownInPredecessorsImpl() local
876 if (CmpRange.contains(CR)) in ComputeValueKnownInPredecessorsImpl()
878 else if (CmpRange.inverse().contains(CR)) in ComputeValueKnownInPredecessorsImpl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp914 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in computeValueKnownInPredecessorsImpl() local
918 if (CmpRange.contains(CR)) in computeValueKnownInPredecessorsImpl()
920 else if (CmpRange.inverse().contains(CR)) in computeValueKnownInPredecessorsImpl()

12