Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1782 bool checkUnsupportedInstruction(StringRef Name, const SMLoc &IDLoc);
5202 bool AMDGPUAsmParser::checkUnsupportedInstruction(StringRef Mnemo, in checkUnsupportedInstruction() function in AMDGPUAsmParser
5293 if (checkUnsupportedInstruction(Mnemo, IDLoc)) { in MatchAndEmitInstruction()
6382 checkUnsupportedInstruction(Name, NameLoc); in ParseInstruction()