Searched refs:table2 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrTable.td | 81 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), 84 (WebAssemblyWrapper tglobaladdr:$table2), 86 "table.copy\t$table1, $table2, $d, $s, $n", 87 "table.copy\t$table1, $table2",
|
| /llvm-project-15.0.7/llvm/test/MC/WebAssembly/ |
| H A D | tables.s | 20 table2: label 21 .tabletype table2, funcref, 42, 100 30 # CHECK: table.copy table1, table2 42 …# ENC: table.copy table1, table2 # encoding: [0xfc,0x0e,0x80'A',0x80'A',0x80'A',0x80'A',A… 43 table.copy table1, table2 210 # BIN-NEXT: Name: table2
|
| /llvm-project-15.0.7/llvm/test/Transforms/RelLookupTableConverter/X86/ |
| H A D | opaque-ptr.ll | 12 @table2 = private unnamed_addr constant [3 x ptr] [ptr @a, ptr @b, ptr @c], align 8 28 ; CHECK-NEXT: [[SWITCH_GEP:%.*]] = getelementptr inbounds [3 x ptr], ptr @table2, i32 0, i32 [[C… 32 %switch.gep = getelementptr inbounds [3 x ptr], ptr @table2, i32 0, i32 %cond
|
| H A D | relative_lookup_table.ll | 67 @table2 = internal constant [2 x i8*] [ 337 %0 = getelementptr [2 x i8*], [2 x i8*]* @table2, i32 0, i32 %x
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | malloc-sizeof.c | 45 int (*table2)[2] = malloc(sizeof nestedTable); in mallocArraySize() local
|