Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h217 bool parseMachineInstructions(PerFunctionMIParsingState &PFS, StringRef Src,
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp533 if (parseMachineInstructions(PFS, InsnStr, Error)) { in initializeMachineFunction()
H A DMIParser.cpp3439 bool llvm::parseMachineInstructions(PerFunctionMIParsingState &PFS, in parseMachineInstructions() function in llvm