Home
last modified time | relevance | path

Searched refs:Constant_ (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/ppl/ppl-1.2/src/
H A Dglobals_defs.hh426 struct Constant_ : public TConstant<T, v> { struct
433 struct Constant_<T, v, prefer_signed, struct
437 : public Constant_<typename C_Integer<T>::smaller_signed_type, v, prefer_signed> {
441 struct Constant_<T, v, prefer_signed, struct
445 : public Constant_<typename C_Integer<T>::smaller_unsigned_type, v, prefer_signed> {
451 struct Constant : public Constant_<long long, v, prefer_signed> {
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp323 explicit ConstantInliner(const llvm::APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
344 llvm::APInt Constant_; member
395 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
397 const llvm::APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
398 ? Constant_.sext(Bytes * 8) in initStack()
399 : Constant_; in initStack()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp328 explicit ConstantInliner(const llvm::APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
349 llvm::APInt Constant_; member
400 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
402 const llvm::APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
403 ? Constant_.sext(Bytes * 8) in initStack()
404 : Constant_; in initStack()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp431 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
455 APInt Constant_; member
521 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
523 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
524 ? Constant_.sext(Bytes * 8) in initStack()
525 : Constant_; in initStack()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp431 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
455 APInt Constant_; member
521 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
523 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
524 ? Constant_.sext(Bytes * 8) in initStack()
525 : Constant_; in initStack()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp455 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
479 APInt Constant_; member
545 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
547 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
548 ? Constant_.sext(Bytes * 8) in initStack()
549 : Constant_; in initStack()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp455 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
479 APInt Constant_; member
545 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
547 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
548 ? Constant_.sext(Bytes * 8) in initStack()
549 : Constant_; in initStack()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp501 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
525 APInt Constant_; member
591 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
593 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
594 ? Constant_.sext(Bytes * 8) in initStack()
595 : Constant_; in initStack()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp501 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
525 APInt Constant_; member
591 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
593 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
594 ? Constant_.sext(Bytes * 8) in initStack()
595 : Constant_; in initStack()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp485 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
509 APInt Constant_; member
575 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
577 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
578 ? Constant_.sext(Bytes * 8) in initStack()
579 : Constant_; in initStack()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp501 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
525 APInt Constant_; member
591 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
593 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
594 ? Constant_.sext(Bytes * 8) in initStack()
595 : Constant_; in initStack()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp484 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
508 APInt Constant_; member
574 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
576 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
577 ? Constant_.sext(Bytes * 8) in initStack()
578 : Constant_; in initStack()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp501 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
525 APInt Constant_; member
591 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
593 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
594 ? Constant_.sext(Bytes * 8) in initStack()
595 : Constant_; in initStack()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp485 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
509 APInt Constant_; member
575 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
577 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
578 ? Constant_.sext(Bytes * 8) in initStack()
579 : Constant_; in initStack()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp501 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner()
525 APInt Constant_; member
591 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack()
593 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack()
594 ? Constant_.sext(Bytes * 8) in initStack()
595 : Constant_; in initStack()
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/python_docs/themes/mx-theme/mxtheme/static/
H A Dsphinx_materialdesign_theme.js.map1Constant_","RIPPLE_EFFECT","blurHandler_","event","blur","disable","disabled","enable","rippleElem…
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/python_docs/themes/mx-theme/mxtheme/static/
H A Dsphinx_materialdesign_theme.js.map1Constant_","RIPPLE_EFFECT","blurHandler_","event","blur","disable","disabled","enable","rippleElem…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/docs/
H A DProgrammersManual.rst3479 Constant_\ s, Argument_\ s. Even Instruction_\ s and :ref:`Function
3756 Superclasses: Constant_, User_, Value_
3814 Superclasses: GlobalValue_, Constant_, User_, Value_
3841 Note that ``Function`` is a GlobalValue_ and therefore also a Constant_. The
3923 Superclasses: GlobalValue_, Constant_, User_, Value_
3930 (which must be a Constant_), and if they have an initializer, they may be marked
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/docs/
H A DProgrammersManual.rst3485 Constant_\ s, Argument_\ s. Even Instruction_\ s and :ref:`Function
3762 Superclasses: Constant_, User_, Value_
3820 Superclasses: GlobalValue_, Constant_, User_, Value_
3847 Note that ``Function`` is a GlobalValue_ and therefore also a Constant_. The
3929 Superclasses: GlobalValue_, Constant_, User_, Value_
3936 (which must be a Constant_), and if they have an initializer, they may be marked
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/docs/
H A DProgrammersManual.rst3466 Constant_\ s, Argument_\ s. Even Instruction_\ s and :ref:`Function
3743 Superclasses: Constant_, User_, Value_
3801 Superclasses: GlobalValue_, Constant_, User_, Value_
3828 Note that ``Function`` is a GlobalValue_ and therefore also a Constant_. The
3910 Superclasses: GlobalValue_, Constant_, User_, Value_
3917 (which must be a Constant_), and if they have an initializer, they may be marked
/dports/devel/llvm10/llvm-10.0.1.src/docs/
H A DProgrammersManual.rst3605 Constant_\ s, Argument_\ s. Even Instruction_\ s and :ref:`Function
3882 Superclasses: Constant_, User_, Value_
3940 Superclasses: GlobalValue_, Constant_, User_, Value_
3967 Note that ``Function`` is a GlobalValue_ and therefore also a Constant_. The
4049 Superclasses: GlobalValue_, Constant_, User_, Value_
4056 (which must be a Constant_), and if they have an initializer, they may be marked
/dports/graphics/llvm-mesa/llvm-13.0.1.src/docs/
H A DProgrammersManual.rst3485 Constant_\ s, Argument_\ s. Even Instruction_\ s and :ref:`Function
3762 Superclasses: Constant_, User_, Value_
3820 Superclasses: GlobalValue_, Constant_, User_, Value_
3847 Note that ``Function`` is a GlobalValue_ and therefore also a Constant_. The
3929 Superclasses: GlobalValue_, Constant_, User_, Value_
3936 (which must be a Constant_), and if they have an initializer, they may be marked
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/docs/
H A DProgrammersManual.rst3485 Constant_\ s, Argument_\ s. Even Instruction_\ s and :ref:`Function
3762 Superclasses: Constant_, User_, Value_
3820 Superclasses: GlobalValue_, Constant_, User_, Value_
3847 Note that ``Function`` is a GlobalValue_ and therefore also a Constant_. The
3929 Superclasses: GlobalValue_, Constant_, User_, Value_
3936 (which must be a Constant_), and if they have an initializer, they may be marked
/dports/devel/llvm11/llvm-11.0.1.src/docs/
H A DProgrammersManual.rst3466 Constant_\ s, Argument_\ s. Even Instruction_\ s and :ref:`Function
3743 Superclasses: Constant_, User_, Value_
3801 Superclasses: GlobalValue_, Constant_, User_, Value_
3828 Note that ``Function`` is a GlobalValue_ and therefore also a Constant_. The
3910 Superclasses: GlobalValue_, Constant_, User_, Value_
3917 (which must be a Constant_), and if they have an initializer, they may be marked
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/docs/
H A DProgrammersManual.rst3485 Constant_\ s, Argument_\ s. Even Instruction_\ s and :ref:`Function
3762 Superclasses: Constant_, User_, Value_
3820 Superclasses: GlobalValue_, Constant_, User_, Value_
3847 Note that ``Function`` is a GlobalValue_ and therefore also a Constant_. The
3929 Superclasses: GlobalValue_, Constant_, User_, Value_
3936 (which must be a Constant_), and if they have an initializer, they may be marked

12