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.h73 bool isExplicitTargetIndexDef(const MachineInstr &MI, int &Index,
H A DWebAssemblyInstrInfo.cpp223 bool WebAssemblyInstrInfo::isExplicitTargetIndexDef(const MachineInstr &MI, in isExplicitTargetIndexDef() function in WebAssemblyInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2250 virtual bool isExplicitTargetIndexDef(const MachineInstr &MI, int &Index, in isExplicitTargetIndexDef() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1652 if (!TII->isExplicitTargetIndexDef(MI, Index, Offset)) in transferWasmDef()