Home
last modified time | relevance | path

Searched defs:enableStackSlotScavenging (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alsa-0.3.0/src/
H A Dhctl.rs1 //! HCtl API - for mixer control and jack detection
2 //!
3 //! # Example
4 //! Print all jacks and their status
5 //!
6 //! ```
7 //! for a in ::alsa::card::Iter::new().map(|x| x.unwrap()) {
8 //! use std::ffi::CString;
9 //! use alsa::hctl::HCtl;
10 //! let h = HCtl::open(&CString::new(format!("hw:{}", a.get_index())).unwrap(), false).unwrap();
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h157 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h166 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h166 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h166 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h165 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h197 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h197 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h190 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h196 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h197 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h198 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h198 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h198 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h198 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h198 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h198 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2090 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2178 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2502 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2496 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2502 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2559 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2668 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2722 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering

12