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

/external/llvm/unittests/MI/
H A DLiveIntervalTest.cpp53 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; local
151 std::unique_ptr<Module> M = parseMIR(Context, PM, MIR, *TM, MIRString,
52 parseMIR(LLVMContext &Context, legacy::PassManagerBase &PM, std::unique_ptr<MIRParser> &MIR, const TargetMachine &TM, StringRef MIRCode, const char *FuncName) argument
/external/llvm/tools/llc/
H A Dllc.cpp274 std::unique_ptr<MIRParser> MIR; local
283 MIR = createMIRParserFromFile(InputFilename, Err, Context);
284 if (MIR)
285 M = MIR->parseLLVMModule();
410 if (!MIR) {
418 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get());
465 MIR.get())) {
/external/syslinux/gpxe/src/drivers/net/
H A Dsmc9000.h93 #define MIR 8 macro
H A Dsmc9000.c863 memory *= 256 * (inw(nic->ioaddr + MIR) & 0xFF);

Completed in 264 milliseconds