Home
last modified time | relevance | path

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

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