Home
last modified time | relevance | path

Searched refs:OPERAND_BASIC_BLOCK (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp201 case WebAssembly::OPERAND_BASIC_BLOCK: in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h44 OPERAND_BASIC_BLOCK = MCOI::OPERAND_FIRST_TARGET, enumerator
H A DWebAssemblyInstPrinter.cpp276 if (Desc.operands()[I].OperandType != WebAssembly::OPERAND_BASIC_BLOCK) in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.td169 let OperandType = "OPERAND_BASIC_BLOCK" in