Home
last modified time | relevance | path

Searched refs:table1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/WebAssembly/
H A Dtables.s18 table1: label
19 .tabletype table1, funcref, 42
29 # CHECK: table.size table1
30 # CHECK: table.copy table1, table2
40 table.size table1
43 table.copy table1, table2
105 # CHECK-NEXT: table.get table1
107 # CHECK: table.fill table1
115 table.get table1
119 table.fill table1
[all …]
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrTable.td81 defm TABLE_COPY : I<(outs), (ins table32_op:$table1, table32_op:$table2, I32:$d, I32:$s, I32:$n),
82 (outs), (ins table32_op:$table1, table32_op:$table2),
83 [(int_wasm_table_copy (WebAssemblyWrapper tglobaladdr:$table1),
86 "table.copy\t$table1, $table2, $d, $s, $n",
87 "table.copy\t$table1, $table2",
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dtable-copy.ll25 ; Copies len items from table1 at src to table1 at src+off
/llvm-project-15.0.7/llvm/test/Transforms/RelLookupTableConverter/X86/
H A Dopaque-ptr.ll11 @table1 = private unnamed_addr constant [3 x ptr] [ptr @a, ptr @b, ptr @c], align 8
21 %switch.gep = getelementptr inbounds [3 x ptr], ptr @table1, i32 0, i32 %cond
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc-sizeof.c44 int *table1 = malloc(sizeof nestedTable); in mallocArraySize() local