Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h99 bool parseInstrName(StringRef InstrName, unsigned &OpCode);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp143 bool PerTargetMIParsingState::parseInstrName(StringRef InstrName, in parseInstrName() function in PerTargetMIParsingState
1220 if (PFS.Target.parseInstrName(InstrName, OpCode)) in parseInstruction()