Searched refs:MO0 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp230 MachineOperand *MO0 = &MI->getOperand(0); local
232 if (!(MO >= MO0 && MO < MO0+NumOps)) {
H A DMachineVerifier.cpp2222 const MachineOperand &MO0 = Phi.getOperand(I); local
2223 if (!MO0.isReg()) {
2224 report("Expected PHI operand to be a register", &MO0, I);
2227 if (MO0.isImplicit() || MO0.isInternalRead() || MO0.isEarlyClobber() ||
2228 MO0.isDebug() || MO0.isTied())
2229 report("Unexpected flag on PHI operand", &MO0, I);
2246 if (!MO0
[all...]
H A DTailDuplicator.cpp486 MachineOperand &MO0 = MI.getOperand(Idx); local
487 Register Reg = MO0.getReg();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1760 const MachineOperand &MO0 = MI0.getOperand(1); local
1762 if (MO0.getOffset() != MO1.getOffset())
1772 return MO0.getGlobal() == MO1.getGlobal();
1776 int CPI0 = MO0.getIndex();
1816 const MachineOperand &MO0 = MI0.getOperand(i); local
1818 if (!MO0.isIdenticalTo(MO1))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1461 const MachineOperand &MO0 = MI.getOperand(0); local
1465 unsigned DstFP = getFPReg(MO0);
H A DX86InstrInfo.cpp5558 MachineOperand &MO0 = DataMI->getOperand(0); local
5573 MO1.ChangeToRegister(MO0.getReg(), false);

Completed in 212 milliseconds