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

  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 65 MachineOperand &MO0 = MI->getOperand(0);
69 if (!MO0.getSubReg() || ImpDefRegs.count(MO0.getReg()))
TailDuplication.cpp 462 MachineOperand &MO0 = II->getOperand(Idx);
463 unsigned Reg = MO0.getReg();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 732 const MachineOperand &MO0 = MI.getOperand(0);
744 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
759 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
768 const MachineOperand &MO0 = MI.getOperand(0);
782 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
797 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
800 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRnShift;
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86InstrInfo.cpp     [all...]

Completed in 1909 milliseconds