Home
last modified time | relevance | path

Searched refs:isLocalSet (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp227 if (WebAssembly::isLocalSet(Opc) || WebAssembly::isLocalTee(Opc)) { in isExplicitTargetIndexDef()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h507 inline bool isLocalSet(unsigned Opc) { in isLocalSet() function