Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1407 bool isAsmOnlyOpcode(int MCOp) const;
H A DSIInstrInfo.cpp9206 bool SIInstrInfo::isAsmOnlyOpcode(int MCOp) const { in isAsmOnlyOpcode() function in SIInstrInfo
9284 if (isAsmOnlyOpcode(MCOp)) in pseudoToMCOpcode()