Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h217 bool parseMachineInstructions(PerFunctionMIParsingState &PFS, StringRef Src,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp538 if (parseMachineInstructions(PFS, InsnStr, Error)) { in initializeMachineFunction()
H A DMIParser.cpp3560 bool llvm::parseMachineInstructions(PerFunctionMIParsingState &PFS, in parseMachineInstructions() function in llvm