HomeSort by: relevance | last modified time | path
    Searched defs:checkUnsupportedInstruction (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1563 bool checkUnsupportedInstruction(StringRef Name, const SMLoc &IDLoc);
4290 bool AMDGPUAsmParser::checkUnsupportedInstruction(StringRef Mnemo,
4360 if (checkUnsupportedInstruction(Mnemo, IDLoc)) {
5351 checkUnsupportedInstruction(Name, NameLoc);

Completed in 18 milliseconds