HomeSort by relevance Sort by last modified time
    Searched refs:MIR (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/MI/
LiveIntervalTest.cpp 53 legacy::PassManagerBase &PM, std::unique_ptr<MIRParser> &MIR,
57 MIR = createMIRParser(std::move(MBuffer), Context);
58 if (!MIR)
61 std::unique_ptr<Module> M = MIR->parseLLVMModule();
73 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get());
150 std::unique_ptr<MIRParser> MIR;
151 std::unique_ptr<Module> M = parseMIR(Context, PM, MIR, *TM, MIRString,
  /external/llvm/tools/llc/
llc.cpp 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()))
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
smc9000.h 93 #define MIR 8
smc9000.c 863 memory *= 256 * (inw(nic->ioaddr + MIR) & 0xFF);

Completed in 520 milliseconds