Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyRegisterInfo.cpp92 MachineOperand &OtherMO = MI.getOperand(3 - FIOperandNum); in eliminateFrameIndex() local
93 if (OtherMO.isReg()) { in eliminateFrameIndex()
94 Register OtherMOReg = OtherMO.getReg(); in eliminateFrameIndex()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.cpp91 const MachineOperand *OtherMO = nullptr; in getRegAllocationHints() local
95 OtherMO = &Use.getOperand(1); in getRegAllocationHints()
100 OtherMO = &Use.getOperand(0); in getRegAllocationHints()
104 OtherMO = &Use.getOperand(0); in getRegAllocationHints()
122 tryAddHint(OtherMO); in getRegAllocationHints()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScheduleDAGInstrs.cpp423 for (const MachineOperand &OtherMO : in addVRegDefDeps() local
425 if (OtherMO.isReg() && OtherMO.isDef() && OtherMO.getReg() == Reg) in addVRegDefDeps()
426 KillLaneMask &= ~getLaneMaskForMO(OtherMO); in addVRegDefDeps()
HDBranchFolding.cpp802 const MachineOperand &OtherMO = MBBI->getOperand(I); in mergeOperations() local
803 if (!OtherMO.isUndef()) in mergeOperations()
HDMachineVerifier.cpp2468 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand() local
2469 if (!OtherMO.isReg()) in visitMachineOperand()
2471 if (!OtherMO.isTied()) in visitMachineOperand()
2481 if (!OtherMO.isImplicit()) in visitMachineOperand()