Home
last modified time | relevance | path

Searched refs:FUNCREF (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h35 Funcref = unsigned(wasm::ValType::FUNCREF),
48 Funcref = unsigned(wasm::ValType::FUNCREF),
H A DWebAssemblyTypeUtilities.cpp34 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 DWebAssemblyInstrRef.td31 defm "" : REF_I<FUNCREF, funcref>;
34 foreach rc = [FUNCREF, EXTERNREF] in {
H A DWebAssemblyInstrTable.td46 defm "" : TABLE<FUNCREF>, Requires<[HasReferenceTypes]>;
H A DWebAssemblyRegisterInfo.td68 def FUNCREF : WebAssemblyRegClass<[funcref], 0, (add FUNCREF_0)>;
H A DWebAssemblyInstrInfo.td263 defm "": ARGUMENT<FUNCREF, funcref>;
342 defm "" : LOCAL<FUNCREF, global_op32>, Requires<[HasReferenceTypes]>;
H A DWebAssemblyAsmPrinter.cpp123 case wasm::ValType::FUNCREF: in getInvokeSig()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h115 setTableType(wasm::ValType::FUNCREF); in setFunctionTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h398 FUNCREF = WASM_TYPE_FUNCREF, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp379 case long(wasm::ValType::FUNCREF): in printWebAssemblyHeapTypeOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp587 ECase(FUNCREF); in enumeration()
620 ECase(FUNCREF); in enumeration()
H A DWasmEmitter.cpp497 if (Segment.ElemKind != uint32_t(wasm::ValType::FUNCREF)) { in writeSectionContent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1377 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()