Home
last modified time | relevance | path

Searched refs:JumpTable (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dentities.rs248 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 Dmod.rs43 GlobalValue, Immediate, Inst, JumpTable, SigRef, StackSlot, UserExternalNameRef, Value,
74 pub type JumpTables = PrimaryMap<JumpTable, JumpTableData>;
H A Dinstructions.rs1056 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 Dfunction.rs11 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 Dsourcemap.rs13 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 Dparser.rs1774 ) -> ParseResult<ir::JumpTable> { in parse_jump_table() argument
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dinline.rs932 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 Dfrontend.rs13 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 Dmod.rs75 JumpTable, MemFlags, Opcode, SigRef, StackSlot, Type, Value, ValueDef, ValueList, types,
843 j: JumpTable, in verify_jump_table() argument