HomeSort by relevance Sort by last modified time
    Searched refs:MII (Results 51 - 57 of 57) sorted by null

1 23

  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 764 instr_iterator MII = llvm::next(I);
766 while (MII != E && MII->isInsideBundle()) {
767 MachineInstr *MI = &*MII++;
    [all...]
ScheduleDAGInstrs.cpp 544 for (MachineBasicBlock::iterator MII = RegionEnd, MIE = RegionBegin;
545 MII != MIE; --MII) {
546 MachineInstr *MI = prior(MII);
    [all...]
RegisterCoalescer.cpp 804 MachineBasicBlock::iterator MII =
806 TII->reMaterialize(*MBB, MII, DstReg, 0, DefMI, *TRI);
807 MachineInstr *NewMI = prior(MII);
    [all...]
RegAllocFast.cpp 836 MachineBasicBlock::iterator MII = MBB->begin();
842 definePhysReg(MII, *I, regReserved);
848 while (MII != MBB->end()) {
849 MachineInstr *MI = MII++;
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.h 26 ARMInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
ARMInstPrinter.cpp 39 const MCInstrInfo &MII,
42 MCInstPrinter(MAI, MII, MRI) {
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 57 milliseconds

1 23