Searched refs:OtherMO (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp92 MachineOperand &OtherMO = MI.getOperand(3 - FIOperandNum); local
93 if (OtherMO.isReg()) {
94 Register OtherMOReg = OtherMO.getReg();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp96 const MachineOperand *OtherMO = nullptr; local
100 OtherMO = &Use.getOperand(1);
105 OtherMO = &Use.getOperand(0);
109 OtherMO = &Use.getOperand(0);
127 tryAddHint(OtherMO);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp413 const MachineOperand &OtherMO = MI->getOperand(I); local
414 if (OtherMO.isReg() && OtherMO.isDef() && OtherMO.getReg() == Reg)
415 KillLaneMask &= ~getLaneMaskForMO(OtherMO);
H A DBranchFolding.cpp844 const MachineOperand &OtherMO = MBBI->getOperand(I); local
845 if (!OtherMO.isUndef())
H A DMachineVerifier.cpp1652 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); local
1653 if (!OtherMO.isReg())
1655 if (!OtherMO.isTied())
1665 if (!OtherMO.isImplicit())

Completed in 122 milliseconds