Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1154 bool isAsmOnlyOpcode(int MCOp) const;
H A DSIInstrInfo.cpp8024 bool SIInstrInfo::isAsmOnlyOpcode(int MCOp) const { in isAsmOnlyOpcode() function in SIInstrInfo
8100 if (isAsmOnlyOpcode(MCOp)) in pseudoToMCOpcode()