HomeSort by relevance Sort by last modified time
    Searched refs:UseMO (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 189 MachineOperand &UseMO = UI.getOperand();
200 if (UseSrcSubIdx && UseMO.getSubReg() != SubIdx)
227 Uses.push_back(&UseMO);
231 Uses.push_back(&UseMO);
235 ExtendedUses.push_back(&UseMO);
265 MachineOperand *UseMO = Uses[i];
266 MachineInstr *UseMI = UseMO->getParent();
286 UseMO->setReg(NewVR);
MachineInstr.cpp     [all...]
ScheduleDAGInstrs.cpp 349 const MachineOperand *UseMO = I->second.first;
351 const MachineInstr *UseMI = UseMO->getParent();
352 unsigned UseMOIdx = UseMO - &UseMI->getOperand(0);
    [all...]
RegisterCoalescer.cpp 643 MachineOperand &UseMO = UI.getOperand();
649 UseMO.setReg(NewReg);
657 UseMO.setIsKill(false);
659 UseMO.substPhysReg(NewReg, *TRI);
661 UseMO.setReg(NewReg);
    [all...]
TailDuplication.cpp 255 MachineOperand &UseMO = UI.getOperand();
268 SSAUpdate.RewriteUse(UseMO);
    [all...]
TwoAddressInstructionPass.cpp 227 MachineOperand &UseMO = UI.getOperand();
228 if (!UseMO.isKill())
230 KillMI = UseMO.getParent();
    [all...]

Completed in 99 milliseconds