Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.cpp92 MachineOperand &OtherMO = MI.getOperand(3 - FIOperandNum); in eliminateFrameIndex() local
93 if (OtherMO.isReg()) { in eliminateFrameIndex()
94 Register OtherMOReg = OtherMO.getReg(); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp96 const MachineOperand *OtherMO = nullptr; in getRegAllocationHints() local
100 OtherMO = &Use.getOperand(1); in getRegAllocationHints()
105 OtherMO = &Use.getOperand(0); in getRegAllocationHints()
109 OtherMO = &Use.getOperand(0); in getRegAllocationHints()
127 tryAddHint(OtherMO); in getRegAllocationHints()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp413 const MachineOperand &OtherMO = MI->getOperand(I); in addVRegDefDeps() local
414 if (OtherMO.isReg() && OtherMO.isDef() && OtherMO.getReg() == Reg) in addVRegDefDeps()
415 KillLaneMask &= ~getLaneMaskForMO(OtherMO); in addVRegDefDeps()
DMachineVerifier.cpp1652 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand() local
1653 if (!OtherMO.isReg()) in visitMachineOperand()
1655 if (!OtherMO.isTied()) in visitMachineOperand()
1665 if (!OtherMO.isImplicit()) in visitMachineOperand()
DBranchFolding.cpp844 const MachineOperand &OtherMO = MBBI->getOperand(I); in mergeOperations() local
845 if (!OtherMO.isUndef()) in mergeOperations()