Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrRef.td38 defm "" : REF_I<FUNCREF, funcref, "func">;
41 foreach rc = [FUNCREF, EXTERNREF] in {
DWebAssemblyRegisterInfo.td68 def FUNCREF : WebAssemblyRegClass<[funcref], 0, (add FUNCREF_0)>;
DWebAssemblyInstrTable.td65 defm "" : TABLE<FUNCREF, "funcref">, Requires<[HasReferenceTypes]>;
DWebAssemblyInstrInfo.td279 defm "": ARGUMENT<FUNCREF, funcref>;
362 defm "" : LOCAL<FUNCREF, global_op32>, Requires<[HasReferenceTypes]>;
DWebAssemblyAsmPrinter.cpp122 case wasm::ValType::FUNCREF: in getInvokeSig()
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dinfo-w.def34 FFEINFO_WHERE (FFEINFO_whereFLEETING, "Fleeting", "f") /* Result of "X*Y", "FUNCREF(5,1.3)", "ARRA…
Dbld-op.def63 FFEBLD_OP (FFEBLD_opFUNCREF, "FUNCREF", 2)
DChangeLog.01413 * com.c (ffecom_char_args_): For FUNCREF case, process
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSymbolWasm.h119 setTableType(wasm::ValType::FUNCREF); in setFunctionTable()
/openbsd/src/gnu/llvm/lld/wasm/
DWriterUtils.cpp33 case ValType::FUNCREF: in toString()
DSymbolTable.cpp666 type->ElemType = uint8_t(ValType::FUNCREF); in createUndefinedIndirectFunctionTable()
680 WasmTableType type{uint8_t(ValType::FUNCREF), limits}; in createDefinedIndirectFunctionTable()
DInputFiles.cpp322 tableImport->Table.ElemType != uint8_t(ValType::FUNCREF)) { in addLegacyIndirectFunctionTableIfNeeded()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DWasm.h430 FUNCREF = WASM_TYPE_FUNCREF, enumerator
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DWasmYAML.cpp598 ECase(FUNCREF); in enumeration()
631 ECase(FUNCREF); in enumeration()
DWasmEmitter.cpp504 if (Segment.ElemKind != uint32_t(wasm::ValType::FUNCREF)) { in writeSectionContent()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DWasmObjectFile.cpp1470 if (Segment.ElemKind != uint8_t(wasm::ValType::FUNCREF) && in parseElemSection()
1479 Segment.ElemKind = uint8_t(wasm::ValType::FUNCREF); in parseElemSection()
1482 Segment.ElemKind = uint8_t(wasm::ValType::FUNCREF); in parseElemSection()