Searched defs:MIR (Results 1 - 3 of 3) sorted by relevance
/external/llvm/unittests/MI/ |
H A D | 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; 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 D | llc.cpp | 274 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 D | smc9000.h | 93 #define MIR 8 macro
|
Completed in 165 milliseconds