Searched refs:FUNCREF (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyTypeUtilities.h | 35 Funcref = unsigned(wasm::ValType::FUNCREF), 48 Funcref = unsigned(wasm::ValType::FUNCREF),
|
| H A D | WebAssemblyTypeUtilities.cpp | 34 return wasm::ValType::FUNCREF; in parseType() 145 return wasm::ValType::FUNCREF; in toValType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrRef.td | 31 defm "" : REF_I<FUNCREF, funcref>; 34 foreach rc = [FUNCREF, EXTERNREF] in {
|
| H A D | WebAssemblyInstrTable.td | 46 defm "" : TABLE<FUNCREF>, Requires<[HasReferenceTypes]>;
|
| H A D | WebAssemblyRegisterInfo.td | 68 def FUNCREF : WebAssemblyRegClass<[funcref], 0, (add FUNCREF_0)>;
|
| H A D | WebAssemblyInstrInfo.td | 263 defm "": ARGUMENT<FUNCREF, funcref>; 342 defm "" : LOCAL<FUNCREF, global_op32>, Requires<[HasReferenceTypes]>;
|
| H A D | WebAssemblyAsmPrinter.cpp | 123 case wasm::ValType::FUNCREF: in getInvokeSig()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 115 setTableType(wasm::ValType::FUNCREF); in setFunctionTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 398 FUNCREF = WASM_TYPE_FUNCREF, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyInstPrinter.cpp | 379 case long(wasm::ValType::FUNCREF): in printWebAssemblyHeapTypeOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 587 ECase(FUNCREF); in enumeration() 620 ECase(FUNCREF); in enumeration()
|
| H A D | WasmEmitter.cpp | 497 if (Segment.ElemKind != uint32_t(wasm::ValType::FUNCREF)) { in writeSectionContent()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1377 if (Segment.ElemKind != uint8_t(wasm::ValType::FUNCREF) && in parseElemSection() 1386 Segment.ElemKind = uint8_t(wasm::ValType::FUNCREF); in parseElemSection() 1389 Segment.ElemKind = uint8_t(wasm::ValType::FUNCREF); in parseElemSection()
|