Home
last modified time | relevance | path

Searched refs:isBrTable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp172 if (WebAssembly::isBrTable(MI.getOpcode())) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp141 assert(WebAssembly::isBrTable(Opcode) || in encodeInstruction()
H A DWebAssemblyMCTargetDesc.h438 inline bool isBrTable(unsigned Opc) { in isBrTable() function