| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | entities.rs | 248 pub struct JumpTable(u32); struct 249 entity_impl!(JumpTable, "jt"); 251 impl JumpTable { implementation 385 JumpTable(JumpTable), enumerator 409 Self::JumpTable(r) => r.fmt(f), in fmt() 467 impl From<JumpTable> for AnyEntity { 468 fn from(r: JumpTable) -> Self { in from() 469 Self::JumpTable(r) in from()
|
| H A D | mod.rs | 43 GlobalValue, Immediate, Inst, JumpTable, SigRef, StackSlot, UserExternalNameRef, Value, 74 pub type JumpTables = PrimaryMap<JumpTable, JumpTableData>;
|
| H A D | instructions.rs | 1056 fn map_jump_table(&mut self, jump_table: ir::JumpTable) -> ir::JumpTable; in map_jump_table() argument 1105 fn map_jump_table(&mut self, jump_table: ir::JumpTable) -> ir::JumpTable { in map_jump_table() argument 1153 use ir::{DynamicStackSlot, GlobalValue, JumpTable}; 1325 fn map_jump_table(&mut self, jump_table: ir::JumpTable) -> ir::JumpTable { in instruction_data_map() argument 1326 JumpTable::from_u32(jump_table.as_u32() + 1) in instruction_data_map() 1423 table: JumpTable::from_u32(1), in instruction_data_map() 1428 table: JumpTable::from_u32(2), in instruction_data_map()
|
| H A D | function.rs | 11 DynamicType, ExtFuncData, FuncRef, GlobalValue, GlobalValueData, Inst, JumpTable, 226 pub fn create_jump_table(&mut self, data: JumpTableData) -> JumpTable { in create_jump_table() argument
|
| /wasmtime-44.0.1/cranelift/reader/src/ |
| H A D | sourcemap.rs | 13 Block, Constant, DynamicStackSlot, FuncRef, GlobalValue, JumpTable, SigRef, StackSlot, Value, 62 pub fn contains_jt(&self, jt: JumpTable) -> bool { in contains_jt() 117 "jt" => JumpTable::with_number(num).and_then(|jt| { in lookup_str() 183 pub fn def_jt(&mut self, entity: JumpTable, loc: Location) -> ParseResult<()> { in def_jt() argument
|
| H A D | parser.rs | 1774 ) -> ParseResult<ir::JumpTable> { in parse_jump_table() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | inline.rs | 932 fn map_jump_table(&mut self, jump_table: ir::JumpTable) -> ir::JumpTable { in map_jump_table() argument
|
| /wasmtime-44.0.1/cranelift/frontend/src/ |
| H A D | frontend.rs | 13 InstBuilderBase, InstructionData, JumpTable, JumpTableData, LibCall, MemFlags, RelSourceLoc, 566 pub fn create_jump_table(&mut self, data: JumpTableData) -> JumpTable { in create_jump_table() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/verifier/ |
| H A D | mod.rs | 75 JumpTable, MemFlags, Opcode, SigRef, StackSlot, Type, Value, ValueDef, ValueList, types, 843 j: JumpTable, in verify_jump_table() argument
|