Home | History | Annotate | Download | only in ARM

Lines Matching refs:MCE

55     JITCodeEmitter            &MCE;
69 ARMCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
73 MCE(mce), MCPEs(nullptr), MJTEs(nullptr),
359 /// code to the specified MCE object.
384 MCE.setModuleInfo(MMI);
389 MCE.startFunction(MF);
392 MCE.StartMachineBasicBlock(MBB);
397 } while (MCE.finishFunction(MF));
473 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc,
476 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
479 MCE.addRelocation(MR);
487 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
496 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
505 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
513 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
520 MCE.emitWordLE(Binary);
526 MCE.emitDWordLE(Binary);
530 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << MI);
532 MCE.processDebugLoc(MI.getDebugLoc(), true);
619 MCE.processDebugLoc(MI.getDebugLoc(), false);
628 JTI->addConstantPoolEntryAddr(CPI, MCE.getCurrentPCValue());
637 << (void*)MCE.getCurrentPCValue() << " " << *ACPV << '\n');
657 << (void*)MCE.getCurrentPCValue() << " ";
831 << (void*)MCE.getCurrentPCValue() << '\n');
832 JTI->addPCLabelAddr(LabelID, MCE.getCurrentPCValue());
862 MCE.emitLabel(MI.getOperand(0).getMCSymbol());
1487 uintptr_t JTBase = MCE.getCurrentPCValue();