Searched refs:FxHashMap (Results 1 – 8 of 8) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | alias_analysis.rs | 64 use crate::{FxHashMap, FxHashSet}; 182 block_input: FxHashMap<Block, LastStores>, 189 mem_values: FxHashMap<MemoryLoc, (Inst, Value)>, 198 block_input: FxHashMap::default(), in new() 199 mem_values: FxHashMap::default(), in new()
|
| H A D | remove_constant_phis.rs | 8 use crate::{FxHashMap, FxHashSet}; 190 absvals: FxHashMap<Value /*Group A*/, AbstractValue>, 196 absvals: FxHashMap::default(), in new()
|
| H A D | lib.rs | 30 pub type FxHashMap<K, V> = HashMap<K, V, rustc_hash::FxBuildHasher>; typedef
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | vcode.rs | 21 use crate::FxHashMap; 104 user_stack_maps: FxHashMap<BackwardsInsnIndex, ir::UserStackMap>, 109 debug_tags: FxHashMap<BackwardsInsnIndex, Range<u32>>, 127 clobbers: FxHashMap<InsnIndex, PRegSet>, 260 debug_info: FxHashMap<ValueLabel, Vec<(InsnIndex, InsnIndex, VReg)>>, 295 debug_info: FxHashMap::default(), in new() 630 user_stack_maps: FxHashMap::default(), in new() 631 debug_tags: FxHashMap::default(), in new() 635 clobbers: FxHashMap::default(), in new() 1687 vreg_aliases: FxHashMap<regalloc2::VReg, regalloc2::VReg>, [all …]
|
| H A D | lower.rs | 24 use crate::{FxHashMap, FxHashSet}; 180 side_effect_inst_entry_colors: FxHashMap<Inst, InstColor>, 190 inst_constants: FxHashMap<Inst, u64>, 211 try_call_rets: FxHashMap<Inst, SmallVec<[ValueRegs<Writable<Reg>>; 2]>>, 216 try_call_payloads: FxHashMap<Inst, SmallVec<[Writable<Reg>; 2]>>, 385 let mut try_call_rets = FxHashMap::default(); in new() 386 let mut try_call_payloads = FxHashMap::default(); in new() 469 let mut side_effect_inst_entry_colors = FxHashMap::default(); in new() 470 let mut inst_constants = FxHashMap::default(); in new()
|
| H A D | blockorder.rs | 67 use crate::{FxHashMap, FxHashSet}; 235 let lb_to_bindex = FxHashMap::from_iter( in new()
|
| H A D | abi.rs | 102 use crate::FxHashMap; 780 ir_signature_to_abi_sig: FxHashMap<ir::Signature, Sig>, 804 ir_signature_to_abi_sig: FxHashMap::default(), in new()
|
| /wasmtime-44.0.1/cranelift/codegen/src/egraph/ |
| H A D | elaborate.rs | 14 use crate::{FxHashMap, FxHashSet}; 65 remat_copies: FxHashMap<(Block, Value), Value>, 165 remat_copies: FxHashMap::default(), in new() 418 remat_copies: &mut FxHashMap<(Block, Value), Value>, in maybe_remat_arg()
|