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

  /external/swiftshader/third_party/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/CodeGen/
MachineRegisterInfo.cpp 165 MachineOperand *MO0 = &MI->getOperand(0);
167 if (!(MO >= MO0 && MO < MO0+NumOps)) {
TailDuplicator.cpp 443 MachineOperand &MO0 = II->getOperand(Idx);
444 unsigned Reg = MO0.getReg();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 232 MachineOperand *MO0 = &MI->getOperand(0);
234 if (!(MO >= MO0 && MO < MO0+NumOps)) {
MachineVerifier.cpp     [all...]
TailDuplicator.cpp 480 MachineOperand &MO0 = MI.getOperand(Idx);
481 unsigned Reg = MO0.getReg();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 685 const MachineOperand &MO0 = MI.getOperand(0);
697 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
712 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
721 const MachineOperand &MO0 = MI.getOperand(0);
735 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
750 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
753 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRnShift;
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86InstrInfo.cpp     [all...]

Completed in 427 milliseconds