Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1150 bool isAsmOnlyOpcode(int MCOp) const;
H A DSIInstrInfo.cpp7891 bool SIInstrInfo::isAsmOnlyOpcode(int MCOp) const { in isAsmOnlyOpcode() function in SIInstrInfo
7967 if (isAsmOnlyOpcode(MCOp)) in pseudoToMCOpcode()