Home | History | Annotate | Download | only in Mips

Lines Matching defs:MCE

55   JITCodeEmitter &MCE;
68 MipsCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
70 TM(tm), MCE(mce), MCPEs(nullptr), MJTEs(nullptr),
153 MCE.setModuleInfo(&getAnalysis<MachineModuleInfo> ());
158 MCE.startFunction(MF);
162 MCE.StartMachineBasicBlock(MBB);
167 } while (MCE.finishFunction(MF));
314 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
321 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
326 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
332 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
338 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
344 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << *MI);
351 MCE.processDebugLoc(MI->getDebugLoc(), true);
356 MCE.processDebugLoc(MI->getDebugLoc(), false);
363 MCE.emitWordLE(Word);
365 MCE.emitWordBE(Word);
428 /// code to the specified MCE object.