Home
last modified time | relevance | path

Searched refs:NumLeft (Results 1 – 25 of 62) sorted by relevance

123

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/String/
H A DConcatenation.c66 int NumLeft; in strncatX() local
77 NumLeft = (int)n; in strncatX()
82 return NumLeft; // Zero if we ran out of buffer ( strlen(s1) < strlen(s2) ) in strncatX()
H A DCopying.c120 int NumLeft; in strncpyX() local
125 NumLeft = (int)n; in strncpyX()
131 return NumLeft; // Zero if we ran out of buffer ( strlen(s1) < strlen(s2) ) in strncpyX()
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Din.qpopper53 …elsif (($UserID, $NumDeleted, $BytesDeleted, $NumLeft, $BytesLeft) = ( $ThisLine =~ /Stats: ([^ ]+…
57 $Stats{$UserID}{"NumLeft"} = $NumLeft;
99 …s{$UserID}{"NumDel"}, $Stats{$UserID}{"BytesDel"}/1024, $Stats{$UserID}{"NumLeft"}, $Stats{$UserID…
103 $NumLeft += $Stats{$UserID}{"NumLeft"};
107 … %5d | %5d %6d | %5d %6d |\n", $Times, $NumDel, $BytesDel/1024, $NumLeft, $BytesLeft/1024);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp590 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
591 if (NumLeft == Chain.size()) { in splitOddVectorElts()
592 if ((NumLeft & 1) == 0) in splitOddVectorElts()
593 NumLeft /= 2; // Split even in half in splitOddVectorElts()
595 --NumLeft; // Split off last element in splitOddVectorElts()
596 } else if (NumLeft == 0) in splitOddVectorElts()
597 NumLeft = 1; in splitOddVectorElts()
598 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp590 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
591 if (NumLeft == Chain.size()) { in splitOddVectorElts()
592 if ((NumLeft & 1) == 0) in splitOddVectorElts()
593 NumLeft /= 2; // Split even in half in splitOddVectorElts()
595 --NumLeft; // Split off last element in splitOddVectorElts()
596 } else if (NumLeft == 0) in splitOddVectorElts()
597 NumLeft = 1; in splitOddVectorElts()
598 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp590 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
591 if (NumLeft == Chain.size()) { in splitOddVectorElts()
592 if ((NumLeft & 1) == 0) in splitOddVectorElts()
593 NumLeft /= 2; // Split even in half in splitOddVectorElts()
595 --NumLeft; // Split off last element in splitOddVectorElts()
596 } else if (NumLeft == 0) in splitOddVectorElts()
597 NumLeft = 1; in splitOddVectorElts()
598 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp574 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
575 if (NumLeft == Chain.size()) { in splitOddVectorElts()
576 if ((NumLeft & 1) == 0) in splitOddVectorElts()
577 NumLeft /= 2; // Split even in half in splitOddVectorElts()
579 --NumLeft; // Split off last element in splitOddVectorElts()
580 } else if (NumLeft == 0) in splitOddVectorElts()
581 NumLeft = 1; in splitOddVectorElts()
582 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp575 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
576 if (NumLeft == Chain.size()) { in splitOddVectorElts()
577 if ((NumLeft & 1) == 0) in splitOddVectorElts()
578 NumLeft /= 2; // Split even in half in splitOddVectorElts()
580 --NumLeft; // Split off last element in splitOddVectorElts()
581 } else if (NumLeft == 0) in splitOddVectorElts()
582 NumLeft = 1; in splitOddVectorElts()
583 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp557 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes;
558 if (NumLeft == Chain.size()) {
559 if ((NumLeft & 1) == 0)
560 NumLeft /= 2; // Split even in half
562 --NumLeft; // Split off last element
563 } else if (NumLeft == 0)
564 NumLeft = 1;
565 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft));
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp667 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
668 if (NumLeft == Chain.size()) { in splitOddVectorElts()
669 if ((NumLeft & 1) == 0) in splitOddVectorElts()
670 NumLeft /= 2; // Split even in half in splitOddVectorElts()
672 --NumLeft; // Split off last element in splitOddVectorElts()
673 } else if (NumLeft == 0) in splitOddVectorElts()
674 NumLeft = 1; in splitOddVectorElts()
675 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp630 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
631 if (NumLeft == Chain.size()) { in splitOddVectorElts()
632 if ((NumLeft & 1) == 0) in splitOddVectorElts()
633 NumLeft /= 2; // Split even in half in splitOddVectorElts()
635 --NumLeft; // Split off last element in splitOddVectorElts()
636 } else if (NumLeft == 0) in splitOddVectorElts()
637 NumLeft = 1; in splitOddVectorElts()
638 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp667 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
668 if (NumLeft == Chain.size()) { in splitOddVectorElts()
669 if ((NumLeft & 1) == 0) in splitOddVectorElts()
670 NumLeft /= 2; // Split even in half in splitOddVectorElts()
672 --NumLeft; // Split off last element in splitOddVectorElts()
673 } else if (NumLeft == 0) in splitOddVectorElts()
674 NumLeft = 1; in splitOddVectorElts()
675 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp630 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
631 if (NumLeft == Chain.size()) { in splitOddVectorElts()
632 if ((NumLeft & 1) == 0) in splitOddVectorElts()
633 NumLeft /= 2; // Split even in half in splitOddVectorElts()
635 --NumLeft; // Split off last element in splitOddVectorElts()
636 } else if (NumLeft == 0) in splitOddVectorElts()
637 NumLeft = 1; in splitOddVectorElts()
638 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp630 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
631 if (NumLeft == Chain.size()) { in splitOddVectorElts()
632 if ((NumLeft & 1) == 0) in splitOddVectorElts()
633 NumLeft /= 2; // Split even in half in splitOddVectorElts()
635 --NumLeft; // Split off last element in splitOddVectorElts()
636 } else if (NumLeft == 0) in splitOddVectorElts()
637 NumLeft = 1; in splitOddVectorElts()
638 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp667 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
668 if (NumLeft == Chain.size()) { in splitOddVectorElts()
669 if ((NumLeft & 1) == 0) in splitOddVectorElts()
670 NumLeft /= 2; // Split even in half in splitOddVectorElts()
672 --NumLeft; // Split off last element in splitOddVectorElts()
673 } else if (NumLeft == 0) in splitOddVectorElts()
674 NumLeft = 1; in splitOddVectorElts()
675 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp667 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
668 if (NumLeft == Chain.size()) { in splitOddVectorElts()
669 if ((NumLeft & 1) == 0) in splitOddVectorElts()
670 NumLeft /= 2; // Split even in half in splitOddVectorElts()
672 --NumLeft; // Split off last element in splitOddVectorElts()
673 } else if (NumLeft == 0) in splitOddVectorElts()
674 NumLeft = 1; in splitOddVectorElts()
675 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp667 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
668 if (NumLeft == Chain.size()) { in splitOddVectorElts()
669 if ((NumLeft & 1) == 0) in splitOddVectorElts()
670 NumLeft /= 2; // Split even in half in splitOddVectorElts()
672 --NumLeft; // Split off last element in splitOddVectorElts()
673 } else if (NumLeft == 0) in splitOddVectorElts()
674 NumLeft = 1; in splitOddVectorElts()
675 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp630 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
631 if (NumLeft == Chain.size()) { in splitOddVectorElts()
632 if ((NumLeft & 1) == 0) in splitOddVectorElts()
633 NumLeft /= 2; // Split even in half in splitOddVectorElts()
635 --NumLeft; // Split off last element in splitOddVectorElts()
636 } else if (NumLeft == 0) in splitOddVectorElts()
637 NumLeft = 1; in splitOddVectorElts()
638 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp630 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local
631 if (NumLeft == Chain.size()) { in splitOddVectorElts()
632 if ((NumLeft & 1) == 0) in splitOddVectorElts()
633 NumLeft /= 2; // Split even in half in splitOddVectorElts()
635 --NumLeft; // Split off last element in splitOddVectorElts()
636 } else if (NumLeft == 0) in splitOddVectorElts()
637 NumLeft = 1; in splitOddVectorElts()
638 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp667 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes;
668 if (NumLeft == Chain.size()) {
669 if ((NumLeft & 1) == 0)
670 NumLeft /= 2; // Split even in half
672 --NumLeft; // Split off last element
673 } else if (NumLeft == 0)
674 NumLeft = 1;
675 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft));
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp674 if (unsigned NumLeft = NumOps) { in ScheduleNode() local
677 const SDValue &Op = N->getOperand(NumLeft-1); in ScheduleNode()
680 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) { in ScheduleNode()
703 } while (--NumLeft); in ScheduleNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp674 if (unsigned NumLeft = NumOps) { in ScheduleNode() local
677 const SDValue &Op = N->getOperand(NumLeft-1); in ScheduleNode()
680 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) { in ScheduleNode()
703 } while (--NumLeft); in ScheduleNode()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp674 if (unsigned NumLeft = NumOps) { in ScheduleNode() local
677 const SDValue &Op = N->getOperand(NumLeft-1); in ScheduleNode()
680 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) { in ScheduleNode()
703 } while (--NumLeft); in ScheduleNode()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp674 if (unsigned NumLeft = NumOps) { in ScheduleNode() local
677 const SDValue &Op = N->getOperand(NumLeft-1); in ScheduleNode()
680 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) { in ScheduleNode()
703 } while (--NumLeft); in ScheduleNode()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp674 if (unsigned NumLeft = NumOps) { in ScheduleNode() local
677 const SDValue &Op = N->getOperand(NumLeft-1); in ScheduleNode()
680 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) { in ScheduleNode()
703 } while (--NumLeft); in ScheduleNode()

123