Home | History | Annotate | Download | only in Sparc

Lines Matching defs:MCE

39   JITCodeEmitter &MCE;
51 SparcCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
53 TM(tm), MCE(mce), MCPEs(nullptr),
109 MCE.setModuleInfo(&getAnalysis<MachineModuleInfo> ());
114 MCE.startFunction(MF);
118 MCE.StartMachineBasicBlock(MBB);
123 } while (MCE.finishFunction(MF));
130 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << *MI);
132 MCE.processDebugLoc(MI->getDebugLoc(), true);
152 MCE.emitLabel(MI->getOperand(0).getMCSymbol());
166 MCE.processDebugLoc(MI->getDebugLoc(), false);
172 MCE.emitWordBE(Word);
249 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
256 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
262 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
268 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
274 /// code to the specified MCE object.