Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1094 bool isAsmOnlyOpcode(int MCOp) const;
H A DSIInstrInfo.cpp7502 bool SIInstrInfo::isAsmOnlyOpcode(int MCOp) const { in isAsmOnlyOpcode() function in SIInstrInfo
7569 if (isAsmOnlyOpcode(MCOp)) in pseudoToMCOpcode()