Home | History | Annotate | Download | only in llc

Lines Matching refs:MIR

157       else if (IFN.endswith(".mir"))
274 std::unique_ptr<MIRParser> MIR;
282 if (StringRef(InputFilename).endswith_lower(".mir")) {
283 MIR = createMIRParserFromFile(InputFilename, Err, Context);
284 if (MIR)
285 M = MIR->parseLLVMModule();
410 if (!MIR) {
411 errs() << argv[0] << ": run-pass needs a .mir input.\n";
418 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get());
465 MIR.get())) {