Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h219 bool parseMachineInstructions(PerFunctionMIParsingState &PFS, StringRef Src,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp567 if (parseMachineInstructions(PFS, InsnStr, Error)) { in initializeMachineFunction()
H A DMIParser.cpp3581 bool llvm::parseMachineInstructions(PerFunctionMIParsingState &PFS, in parseMachineInstructions() function in llvm