Home
last modified time | relevance | path

Searched refs:ValS (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/voc/voc-63008f6/src/library/ulm/
H A DulmRandomGenerators.Mod33 assertion in ValS added, obsolete variable removed
45 bug fix: avoid arithmetic overflow in ValS
246 PROCEDURE ValS*(sequence: Sequence; low, high: Types.Int32): Types.Int32;
251 END ValS;
256 RETURN ValS(std, low, high)
347 sequence.seed1 := ValS(seed, 1, modulus1-1);
348 sequence.seed2 := ValS(seed, 1, modulus2-1);
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.cpp606 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
608 if (ValS == IntB.end()) in adjustCopiesBackFrom()
614 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
621 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
625 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
637 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
638 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.cpp584 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
586 if (ValS == IntB.end()) in adjustCopiesBackFrom()
592 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
599 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
603 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
615 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
616 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.cpp556 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
558 if (ValS == IntB.end()) in adjustCopiesBackFrom()
564 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
571 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
575 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
587 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
588 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp637 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
639 if (ValS == IntB.end()) in adjustCopiesBackFrom()
645 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
652 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
656 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
668 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
669 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp635 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
637 if (ValS == IntB.end()) in adjustCopiesBackFrom()
643 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
650 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
654 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
666 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
667 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp649 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
651 if (ValS == IntB.end()) in adjustCopiesBackFrom()
657 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
664 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
668 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
680 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
681 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.cpp635 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
637 if (ValS == IntB.end()) in adjustCopiesBackFrom()
643 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
650 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
654 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
666 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
667 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.cpp635 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
637 if (ValS == IntB.end()) in adjustCopiesBackFrom()
643 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
650 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
654 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
666 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
667 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp635 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
637 if (ValS == IntB.end()) in adjustCopiesBackFrom()
643 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
650 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
654 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
666 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
667 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp635 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
637 if (ValS == IntB.end()) in adjustCopiesBackFrom()
643 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
650 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
654 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
666 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
667 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp649 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
651 if (ValS == IntB.end()) in adjustCopiesBackFrom()
657 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
664 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
668 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
680 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
681 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp676 LiveInterval::iterator ValS =
678 if (ValS == IntB.end())
684 LIS->getInstructionFromIndex(ValS->end.getPrevSlot());
691 if (ValS+1 != BS) return false;
695 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start;
707 if (BValNo != ValS->valno)
708 IntB.MergeValueNumberInto(BValNo, ValS->valno);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.cpp676 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
678 if (ValS == IntB.end()) in adjustCopiesBackFrom()
684 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
691 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
695 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
707 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
708 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp676 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
678 if (ValS == IntB.end()) in adjustCopiesBackFrom()
684 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
691 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
695 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
707 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
708 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp676 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
678 if (ValS == IntB.end()) in adjustCopiesBackFrom()
684 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
691 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
695 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
707 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
708 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp676 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
678 if (ValS == IntB.end()) in adjustCopiesBackFrom()
684 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
691 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
695 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
707 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
708 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp676 LiveInterval::iterator ValS = in adjustCopiesBackFrom() local
678 if (ValS == IntB.end()) in adjustCopiesBackFrom()
684 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom()
691 if (ValS+1 != BS) return false; in adjustCopiesBackFrom()
695 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start; in adjustCopiesBackFrom()
707 if (BValNo != ValS->valno) in adjustCopiesBackFrom()
708 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom()
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_eval.adb589 ValS : Node_Id; variable
678 ValS := Expr_Value_S (Expr);
692 UI_From_Int (String_Length (Strval (ValS)));
703 if String_Equal (Strval (ValS), Strval (Expr_Value_S (Choice)))
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_eval.adb589 ValS : Node_Id; variable
678 ValS := Expr_Value_S (Expr);
692 UI_From_Int (String_Length (Strval (ValS)));
703 if String_Equal (Strval (ValS), Strval (Expr_Value_S (Choice)))
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb618 ValS : Node_Id; variable
728 ValS := Expr_Value_S (Expr);
741 UI_From_Int (String_Length (Strval (ValS)));
752 if String_Equal (Strval (ValS), Strval (Expr_Value_S (Choice)))
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_eval.adb625 ValS : Node_Id; variable
735 ValS := Expr_Value_S (Expr);
748 UI_From_Int (String_Length (Strval (ValS)));
759 if String_Equal (Strval (ValS), Strval (Expr_Value_S (Choice)))
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb618 ValS : Node_Id; variable
728 ValS := Expr_Value_S (Expr);
741 UI_From_Int (String_Length (Strval (ValS)));
752 if String_Equal (Strval (ValS), Strval (Expr_Value_S (Choice)))
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_eval.adb618 ValS : Node_Id; variable
728 ValS := Expr_Value_S (Expr);
741 UI_From_Int (String_Length (Strval (ValS)));
752 if String_Equal (Strval (ValS), Strval (Expr_Value_S (Choice)))
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_eval.adb633 ValS : Node_Id; variable
743 ValS := Expr_Value_S (Expr);
756 UI_From_Int (String_Length (Strval (ValS)));
767 if String_Equal (Strval (ValS), Strval (Expr_Value_S (Choice)))

12