Searched refs:FUNCREF (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyMCTypeUtilities.h | 34 Funcref = unsigned(wasm::ValType::FUNCREF), 44 return Type == wasm::ValType::EXTERNREF || Type == wasm::ValType::FUNCREF; in isRefType()
|
| H A D | WebAssemblyMCTypeUtilities.cpp | 35 return wasm::ValType::FUNCREF; in parseType() 118 return wasm::ValType::FUNCREF; in regClassToValType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyTypeUtilities.cpp | 57 return wasm::ValType::FUNCREF; in toValType() 80 ValTy = wasm::ValType::FUNCREF; in wasmSymbolSetType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrRef.td | 38 defm "" : REF_I<FUNCREF, funcref, "func">; 41 foreach rc = [FUNCREF, EXTERNREF] in {
|
| H A D | WebAssemblyUtilities.cpp | 137 wasm::WasmTableType TableType = {wasm::ValType::FUNCREF, Limits}; in getOrCreateFuncrefCallTableSymbol()
|
| H A D | WebAssemblyRegisterInfo.td | 68 def FUNCREF : WebAssemblyRegClass<[funcref], 0, (add FUNCREF_0)>;
|
| H A D | WebAssemblyInstrTable.td | 65 defm "" : TABLE<FUNCREF, "funcref">, Requires<[HasReferenceTypes]>;
|
| H A D | WebAssemblyInstrInfo.td | 283 defm "": ARGUMENT<FUNCREF, funcref>; 366 defm "" : LOCAL<FUNCREF, global_op32>, Requires<[HasReferenceTypes]>;
|
| H A D | WebAssemblyAsmPrinter.cpp | 124 case wasm::ValType::FUNCREF: in getInvokeSig()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 115 getTableType().ElemType == wasm::ValType::FUNCREF; in isFunctionTable() 119 setTableType(wasm::ValType::FUNCREF); in setFunctionTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 230 FUNCREF = WASM_TYPE_FUNCREF, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1166 if (ElemType != wasm::ValType::FUNCREF && in parseImportSection() 1223 if (ElemType != wasm::ValType::FUNCREF && in parseTableSection() 1540 if (Segment.ElemKind != wasm::ValType::FUNCREF && in parseElemSection() 1549 Segment.ElemKind = wasm::ValType::FUNCREF; in parseElemSection() 1552 Segment.ElemKind = wasm::ValType::FUNCREF; in parseElemSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 602 ECase(FUNCREF); in enumeration() 635 ECase(FUNCREF); in enumeration()
|
| H A D | WasmEmitter.cpp | 504 if (Segment.ElemKind != uint32_t(wasm::ValType::FUNCREF)) { in writeSectionContent()
|