HomeSort by: relevance | last modified time | path
    Searched refs:MO0 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 187 auto MO0 = *L0.memoperands().begin();
188 auto BaseVal0 = MO0->getValue();
189 auto BasePseudoVal0 = MO0->getPseudoValue();
192 if (MO0->getSize() > 4)
ARMBaseInstrInfo.cpp 1849 const MachineOperand &MO0 = MI0.getOperand(1);
1851 if (MO0.getOffset() != MO1.getOffset())
1861 return MO0.getGlobal() == MO1.getGlobal();
1865 int CPI0 = MO0.getIndex();
1905 const MachineOperand &MO0 = MI0.getOperand(i);
1907 if (!MO0.isIdenticalTo(MO1))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 230 MachineOperand *MO0 = &MI->getOperand(0);
232 if (!(MO >= MO0 && MO < MO0+NumOps)) {
RegAllocFast.cpp 1186 const MachineOperand &MO0 = MI.getOperand(I0);
1188 Register Reg0 = MO0.getReg();
1206 bool Livethrough0 = MO0.isEarlyClobber() || MO0.isTied() ||
1207 (MO0.getSubReg() == 0 && !MO0.isUndef());
MachineVerifier.cpp 2553 const MachineOperand &MO0 = Phi.getOperand(I);
2554 if (!MO0.isReg()) {
2555 report("Expected PHI operand to be a register", &MO0, I);
2558 if (MO0.isImplicit() || MO0.isInternalRead() || MO0.isEarlyClobber() ||
2559 MO0.isDebug() || MO0.isTied())
2560 report("Unexpected flag on PHI operand", &MO0, I);
2577 if (!MO0.isUndef() && PrInfo.reachable &
    [all...]
TailDuplicator.cpp 488 MachineOperand &MO0 = MI.getOperand(Idx);
489 Register Reg = MO0.getReg();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FloatingPoint.cpp 1464 const MachineOperand &MO0 = MI.getOperand(0);
1468 unsigned DstFP = getFPReg(MO0);
X86InstrInfo.cpp 6358 MachineOperand &MO0 = DataMI->getOperand(0);
6373 MO1.ChangeToRegister(MO0.getReg(), false);

Completed in 56 milliseconds