Home
last modified time | relevance | path

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

12

/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Dlib.rs421 pub enum RegAllocError { enum
429 impl fmt::Display for RegAllocError { implementation
524 ) -> Result<RegAllocResult<F>, RegAllocError> { in allocate_registers_with_opts() argument
543 return Err(RegAllocError::Other( in allocate_registers_with_opts()
548 return Err(RegAllocError::Other( in allocate_registers_with_opts()
556 return Err(RegAllocError::Other( in allocate_registers_with_opts()
561 return Err(RegAllocError::Other( in allocate_registers_with_opts()
566 return Err(RegAllocError::Other( in allocate_registers_with_opts()
575 return Err(RegAllocError::Other( in allocate_registers_with_opts()
580 return Err(RegAllocError::Other( in allocate_registers_with_opts()
[all …]
H A Dinst_stream.rs7 use crate::{reg_maps::VrangeRegUsageMapper, Function, RegAllocError};
648 RegAllocError, in edit_inst_stream() argument
661 .map_err(|e| RegAllocError::RegChecker(e))?; in edit_inst_stream()
663 .map_err(|e| RegAllocError::Other(e)) in edit_inst_stream()
H A Dbt_main.rs29 use crate::{AlgorithmWithDefaults, Function, RegAllocError, RegAllocResult, StackmapRequestInfo};
409 ) -> Result<(Vec<InstToInsert>, Vec<InstToInsert>, Vec<SpillSlot>), RegAllocError> { in get_stackmap_artefacts_at() argument
450 return Err(RegAllocError::Other( in get_stackmap_artefacts_at()
495 return Err(RegAllocError::Other( in get_stackmap_artefacts_at()
665 ) -> Result<RegAllocResult<F>, RegAllocError> { in alloc_main() argument
699 .map_err(|err| RegAllocError::Analysis(err))?; in alloc_main()
1032 return Err(RegAllocError::OutOfRegisters(curr_vlr_regclass)); in alloc_main()
1144 return Err(RegAllocError::OutOfRegisters(curr_vlr_regclass)); in alloc_main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Dlib.rs421 pub enum RegAllocError { enum
429 impl fmt::Display for RegAllocError { implementation
524 ) -> Result<RegAllocResult<F>, RegAllocError> { in allocate_registers_with_opts() argument
543 return Err(RegAllocError::Other( in allocate_registers_with_opts()
548 return Err(RegAllocError::Other( in allocate_registers_with_opts()
556 return Err(RegAllocError::Other( in allocate_registers_with_opts()
561 return Err(RegAllocError::Other( in allocate_registers_with_opts()
566 return Err(RegAllocError::Other( in allocate_registers_with_opts()
575 return Err(RegAllocError::Other( in allocate_registers_with_opts()
580 return Err(RegAllocError::Other( in allocate_registers_with_opts()
[all …]
H A Dinst_stream.rs7 use crate::{reg_maps::VrangeRegUsageMapper, Function, RegAllocError};
648 RegAllocError, in edit_inst_stream() argument
661 .map_err(|e| RegAllocError::RegChecker(e))?; in edit_inst_stream()
663 .map_err(|e| RegAllocError::Other(e)) in edit_inst_stream()
H A Dbt_main.rs29 use crate::{AlgorithmWithDefaults, Function, RegAllocError, RegAllocResult, StackmapRequestInfo};
409 ) -> Result<(Vec<InstToInsert>, Vec<InstToInsert>, Vec<SpillSlot>), RegAllocError> { in get_stackmap_artefacts_at() argument
450 return Err(RegAllocError::Other( in get_stackmap_artefacts_at()
495 return Err(RegAllocError::Other( in get_stackmap_artefacts_at()
665 ) -> Result<RegAllocResult<F>, RegAllocError> { in alloc_main() argument
699 .map_err(|err| RegAllocError::Analysis(err))?; in alloc_main()
1032 return Err(RegAllocError::OutOfRegisters(curr_vlr_regclass)); in alloc_main()
1144 return Err(RegAllocError::OutOfRegisters(curr_vlr_regclass)); in alloc_main()
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Dlib.rs421 pub enum RegAllocError { enum
429 impl fmt::Display for RegAllocError { implementation
524 ) -> Result<RegAllocResult<F>, RegAllocError> { in allocate_registers_with_opts() argument
543 return Err(RegAllocError::Other( in allocate_registers_with_opts()
548 return Err(RegAllocError::Other( in allocate_registers_with_opts()
556 return Err(RegAllocError::Other( in allocate_registers_with_opts()
561 return Err(RegAllocError::Other( in allocate_registers_with_opts()
566 return Err(RegAllocError::Other( in allocate_registers_with_opts()
575 return Err(RegAllocError::Other( in allocate_registers_with_opts()
580 return Err(RegAllocError::Other( in allocate_registers_with_opts()
[all …]
H A Dinst_stream.rs7 use crate::{reg_maps::VrangeRegUsageMapper, Function, RegAllocError};
648 RegAllocError, in edit_inst_stream() argument
661 .map_err(|e| RegAllocError::RegChecker(e))?; in edit_inst_stream()
663 .map_err(|e| RegAllocError::Other(e)) in edit_inst_stream()
H A Dbt_main.rs29 use crate::{AlgorithmWithDefaults, Function, RegAllocError, RegAllocResult, StackmapRequestInfo};
409 ) -> Result<(Vec<InstToInsert>, Vec<InstToInsert>, Vec<SpillSlot>), RegAllocError> { in get_stackmap_artefacts_at() argument
450 return Err(RegAllocError::Other( in get_stackmap_artefacts_at()
495 return Err(RegAllocError::Other( in get_stackmap_artefacts_at()
665 ) -> Result<RegAllocResult<F>, RegAllocError> { in alloc_main() argument
699 .map_err(|err| RegAllocError::Analysis(err))?; in alloc_main()
1032 return Err(RegAllocError::OutOfRegisters(curr_vlr_regclass)); in alloc_main()
1144 return Err(RegAllocError::OutOfRegisters(curr_vlr_regclass)); in alloc_main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Dlib.rs421 pub enum RegAllocError { enum
429 impl fmt::Display for RegAllocError { implementation
524 ) -> Result<RegAllocResult<F>, RegAllocError> { in allocate_registers_with_opts() argument
543 return Err(RegAllocError::Other( in allocate_registers_with_opts()
548 return Err(RegAllocError::Other( in allocate_registers_with_opts()
556 return Err(RegAllocError::Other( in allocate_registers_with_opts()
561 return Err(RegAllocError::Other( in allocate_registers_with_opts()
566 return Err(RegAllocError::Other( in allocate_registers_with_opts()
575 return Err(RegAllocError::Other( in allocate_registers_with_opts()
580 return Err(RegAllocError::Other( in allocate_registers_with_opts()
[all …]
H A Dinst_stream.rs7 use crate::{reg_maps::VrangeRegUsageMapper, Function, RegAllocError};
648 RegAllocError, in edit_inst_stream() argument
661 .map_err(|e| RegAllocError::RegChecker(e))?; in edit_inst_stream()
663 .map_err(|e| RegAllocError::Other(e)) in edit_inst_stream()
H A Dbt_main.rs29 use crate::{AlgorithmWithDefaults, Function, RegAllocError, RegAllocResult, StackmapRequestInfo};
409 ) -> Result<(Vec<InstToInsert>, Vec<InstToInsert>, Vec<SpillSlot>), RegAllocError> { in get_stackmap_artefacts_at() argument
450 return Err(RegAllocError::Other( in get_stackmap_artefacts_at()
495 return Err(RegAllocError::Other( in get_stackmap_artefacts_at()
665 ) -> Result<RegAllocResult<F>, RegAllocError> { in alloc_main() argument
699 .map_err(|err| RegAllocError::Analysis(err))?; in alloc_main()
1032 return Err(RegAllocError::OutOfRegisters(curr_vlr_regclass)); in alloc_main()
1144 return Err(RegAllocError::OutOfRegisters(curr_vlr_regclass)); in alloc_main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/
H A Dlib.rs384 pub enum RegAllocError { enum
392 impl fmt::Display for RegAllocError { implementation
466 ) -> Result<RegAllocResult<F>, RegAllocError> { in allocate_registers_with_opts() argument
506 ) -> Result<RegAllocResult<F>, RegAllocError> { in allocate_registers() argument
H A Dinst_stream.rs7 use crate::{reg_maps::VrangeRegUsageMapper, Function, RegAllocError};
491 RegAllocError, in edit_inst_stream() argument
501 .map_err(|e| RegAllocError::RegChecker(e))?; in edit_inst_stream()
502 add_spills_reloads_and_moves(func, insts_to_add).map_err(|e| RegAllocError::Other(e)) in edit_inst_stream()
H A Dbt_main.rs26 use crate::{Function, RegAllocError, RegAllocResult};
476 ) -> Result<RegAllocResult<F>, RegAllocError> { in alloc_main() argument
488 } = run_analysis(func, reg_universe).map_err(|err| RegAllocError::Analysis(err))?; in alloc_main()
817 return Err(RegAllocError::OutOfRegisters(curr_vlr_regclass)); in alloc_main()
929 return Err(RegAllocError::OutOfRegisters(curr_vlr_regclass)); in alloc_main()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Dlib.rs369 pub enum RegAllocError { enum
377 impl fmt::Display for RegAllocError { implementation
400 ) -> Result<RegAllocResult<F>, RegAllocError> { in allocate_registers() argument
H A Dinst_stream.rs7 use crate::{Function, RegAllocError};
491 RegAllocError, in edit_inst_stream() argument
502 .map_err(|e| RegAllocError::RegChecker(e))?; in edit_inst_stream()
503 add_spills_reloads_and_moves(func, insts_to_add).map_err(|e| RegAllocError::Other(e)) in edit_inst_stream()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/linear_scan/
H A Dmod.rs17 RegAllocError, RegAllocResult, RegClass, Set, SpillSlot, VirtualReg, NUM_REG_CLASSES,
512 ) -> Result<Vec<Option<RealReg>>, RegAllocError> { in compute_scratches() argument
517 return Err(RegAllocError::Other( in compute_scratches()
524 return Err(RegAllocError::MissingSuggestedScratchReg( in compute_scratches()
546 ) -> Result<RegAllocResult<F>, RegAllocError> { in run() argument
553 } = analysis::run(func, reg_universe).map_err(|err| RegAllocError::Analysis(err))?; in run()
756 ) -> Result<RegAllocResult<F>, RegAllocError> { in apply_registers() argument
768 add_spills_reloads_and_moves(func, memory_moves).map_err(|e| RegAllocError::Other(e))?; in apply_registers()
H A Dassign_registers.rs8 Function, InstIx, LinearScanOptions, RealReg, RealRegUniverse, Reg, RegAllocError, SpillSlot,
198 ) -> Result<(Intervals, u32), RegAllocError> { in run() argument
700 ) -> Result<(), RegAllocError> { in allocate_blocked_reg() argument
806 return Err(RegAllocError::Other(format!( in allocate_blocked_reg()
828 return Err(RegAllocError::OutOfRegisters(reg_class)); in allocate_blocked_reg()
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/linear_scan/
H A Dmod.rs17 RegAllocError, RegAllocResult, RegClass, Set, SpillSlot, VirtualReg, NUM_REG_CLASSES,
514 ) -> Result<Vec<Option<RealReg>>, RegAllocError> { in compute_scratches() argument
519 return Err(RegAllocError::Other( in compute_scratches()
526 return Err(RegAllocError::MissingSuggestedScratchReg( in compute_scratches()
548 ) -> Result<RegAllocResult<F>, RegAllocError> { in run() argument
555 } = analysis::run(func, reg_universe).map_err(|err| RegAllocError::Analysis(err))?; in run()
770 ) -> Result<RegAllocResult<F>, RegAllocError> { in apply_registers() argument
784 .map_err(|e| RegAllocError::Other(e))?; in apply_registers()
H A Dassign_registers.rs7 Function, InstIx, LinearScanOptions, RealReg, RealRegUniverse, Reg, RegAllocError, SpillSlot,
198 ) -> Result<(Intervals, u32), RegAllocError> { in run() argument
707 ) -> Result<(), RegAllocError> { in allocate_blocked_reg() argument
813 return Err(RegAllocError::Other(format!( in allocate_blocked_reg()
835 return Err(RegAllocError::OutOfRegisters(reg_class)); in allocate_blocked_reg()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/linear_scan/
H A Dmod.rs17 RegAllocError, RegAllocResult, RegClass, Set, SpillSlot, VirtualReg, NUM_REG_CLASSES,
514 ) -> Result<Vec<Option<RealReg>>, RegAllocError> { in compute_scratches() argument
519 return Err(RegAllocError::Other( in compute_scratches()
526 return Err(RegAllocError::MissingSuggestedScratchReg( in compute_scratches()
548 ) -> Result<RegAllocResult<F>, RegAllocError> { in run() argument
555 } = analysis::run(func, reg_universe).map_err(|err| RegAllocError::Analysis(err))?; in run()
770 ) -> Result<RegAllocResult<F>, RegAllocError> { in apply_registers() argument
784 .map_err(|e| RegAllocError::Other(e))?; in apply_registers()
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/linear_scan/
H A Dmod.rs17 RegAllocError, RegAllocResult, RegClass, Set, SpillSlot, VirtualReg, NUM_REG_CLASSES,
514 ) -> Result<Vec<Option<RealReg>>, RegAllocError> { in compute_scratches() argument
519 return Err(RegAllocError::Other( in compute_scratches()
526 return Err(RegAllocError::MissingSuggestedScratchReg( in compute_scratches()
548 ) -> Result<RegAllocResult<F>, RegAllocError> { in run() argument
555 } = analysis::run(func, reg_universe).map_err(|err| RegAllocError::Analysis(err))?; in run()
770 ) -> Result<RegAllocResult<F>, RegAllocError> { in apply_registers() argument
784 .map_err(|e| RegAllocError::Other(e))?; in apply_registers()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/linear_scan/
H A Dmod.rs17 RegAllocError, RegAllocResult, RegClass, Set, SpillSlot, VirtualReg, NUM_REG_CLASSES,
514 ) -> Result<Vec<Option<RealReg>>, RegAllocError> { in compute_scratches() argument
519 return Err(RegAllocError::Other( in compute_scratches()
526 return Err(RegAllocError::MissingSuggestedScratchReg( in compute_scratches()
548 ) -> Result<RegAllocResult<F>, RegAllocError> { in run() argument
555 } = analysis::run(func, reg_universe).map_err(|err| RegAllocError::Analysis(err))?; in run()
770 ) -> Result<RegAllocResult<F>, RegAllocError> { in apply_registers() argument
784 .map_err(|e| RegAllocError::Other(e))?; in apply_registers()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/linear_scan/
H A Dmod.rs23 use crate::{Function, RegAllocError, RegAllocResult};
899 ) -> Result<RegAllocResult<F>, RegAllocError> { in run() argument
901 run_analysis(func, reg_universe).map_err(|err| RegAllocError::Analysis(err))?; in run()
908 return Err(RegAllocError::Other( in run()
915 return Err(RegAllocError::MissingSuggestedScratchReg( in run()
1010 ) -> Result<RegAllocResult<F>, RegAllocError> { in apply_registers() argument

12