Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp92 MachineOperand &OtherMO = MI.getOperand(3 - FIOperandNum); in eliminateFrameIndex() local
93 if (OtherMO.isReg()) { in eliminateFrameIndex()
94 Register OtherMOReg = OtherMO.getReg(); in eliminateFrameIndex()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp411 for (const MachineOperand &OtherMO : in addVRegDefDeps() local
413 if (OtherMO.isReg() && OtherMO.isDef() && OtherMO.getReg() == Reg) in addVRegDefDeps()
414 KillLaneMask &= ~getLaneMaskForMO(OtherMO); in addVRegDefDeps()
H A DMachineVerifier.cpp2070 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand() local
2071 if (!OtherMO.isReg()) in visitMachineOperand()
2073 if (!OtherMO.isTied()) in visitMachineOperand()
2083 if (!OtherMO.isImplicit()) in visitMachineOperand()
H A DBranchFolding.cpp801 const MachineOperand &OtherMO = MBBI->getOperand(I); in mergeOperations() local
802 if (!OtherMO.isUndef()) in mergeOperations()