Searched refs:MIR (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp349 << "input language must be '', 'IR' or 'MIR'\n";
396 std::unique_ptr<MIRParser> MIR; local
400 // Set attributes on functions as loaded from MIR from command line arguments.
412 MIR = createMIRParserFromFile(InputFilename, Err, Context,
414 if (MIR)
415 M = MIR->parseIRModule();
554 if (!MIR) {
587 if (MIR) {
589 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI()))
/freebsd-12-stable/sys/dev/smc/
H A Dif_smcreg.h92 #define MIR 0x8 macro
/freebsd-12-stable/sys/dev/cx/
H A Dcxreg.h131 #define MIR(b) R(b,0xed) /* modem interrupt register */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1 //===- MIRParser.cpp - MIR serialization format parser implementation -----===//
10 // functions that are stored in MIR files.
50 /// This class implements the parsing of LLVM IR that's embedded inside a MIR
60 /// True when the MIR file doesn't have LLVM IR. Dummy IR functions are
63 /// True when a well formed MIR file does not contain any MIR/machine function
87 /// embedded string literal to a location in the MIR file.
92 /// Try to parse the optional LLVM module and the machine functions in the MIR
109 /// Initialize the machine function to the state that's described in the MIR
153 /// Return a MIR diagnosti
[all...]

Completed in 174 milliseconds