Searched refs:ht (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrRef.td | 14 multiclass REF_I<WebAssemblyRegClass rc, ValueType vt, string ht> { 17 [(set rc:$dst, (!cast<Intrinsic>("int_wasm_ref_null_" # ht)))], 18 "ref.null_" # ht # "$dst", 19 "ref.null_" # ht, 20 !cond(!eq(ht, "func") : 0xd070, 21 !eq(ht, "extern") : 0xd06f)>, 32 [(set I32:$dst, (!cast<Intrinsic>("int_wasm_ref_is_null_" # ht) rc:$ref))],
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 228 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope() argument
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | 2009-09-01-PostRAProlog.ll | 27 @ht = internal global i32* null ; <i32**> [#uses=5] 70 %21 = load i32*, i32** @ht, align 4 ; <i32*> [#uses=1]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc-shrink-wrapping.ll | 667 @ht = common global i32* null, align 8 734 %8 = load i32*, i32** @ht, align 8
|