Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp51 if (isCallIndirect(MI.getOpcode())) in mayThrow()
H A DWebAssemblyMCInstLower.cpp219 if (WebAssembly::isCallIndirect(MI->getOpcode())) in lower()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h426 inline bool isCallIndirect(unsigned Opc) { in isCallIndirect() function