Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1563 bool checkUnsupportedInstruction(StringRef Name, const SMLoc &IDLoc);
4290 bool AMDGPUAsmParser::checkUnsupportedInstruction(StringRef Mnemo, in checkUnsupportedInstruction() function in AMDGPUAsmParser
4360 if (checkUnsupportedInstruction(Mnemo, IDLoc)) { in MatchAndEmitInstruction()
5351 checkUnsupportedInstruction(Name, NameLoc); in ParseInstruction()