Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h68 bool isExplicitTargetIndexDef(const MachineInstr &MI, int &Index,
H A DWebAssemblyInstrInfo.cpp225 bool WebAssemblyInstrInfo::isExplicitTargetIndexDef(const MachineInstr &MI, in isExplicitTargetIndexDef() function in WebAssemblyInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2331 virtual bool isExplicitTargetIndexDef(const MachineInstr &MI, int &Index, in isExplicitTargetIndexDef() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1661 if (!TII->isExplicitTargetIndexDef(MI, Index, Offset)) in transferWasmDef()