Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.cpp84 MachineOperand &OtherMO = MI.getOperand(3 - FIOperandNum); in eliminateFrameIndex() local
85 if (OtherMO.isReg()) { in eliminateFrameIndex()
86 unsigned OtherMOReg = OtherMO.getReg(); in eliminateFrameIndex()
/external/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()
/external/llvm-project/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()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp93 const MachineOperand *OtherMO = nullptr; in getRegAllocationHints() local
97 OtherMO = &Use.getOperand(1); in getRegAllocationHints()
102 OtherMO = &Use.getOperand(0); in getRegAllocationHints()
106 OtherMO = &Use.getOperand(0); in getRegAllocationHints()
125 tryAddHint(OtherMO); in getRegAllocationHints()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp415 const MachineOperand &OtherMO = MI->getOperand(I); in addVRegDefDeps() local
416 if (OtherMO.isReg() && OtherMO.isDef() && OtherMO.getReg() == Reg) in addVRegDefDeps()
417 KillLaneMask &= ~getLaneMaskForMO(OtherMO); in addVRegDefDeps()
DMachineVerifier.cpp1728 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand() local
1729 if (!OtherMO.isReg()) in visitMachineOperand()
1731 if (!OtherMO.isTied()) in visitMachineOperand()
1741 if (!OtherMO.isImplicit()) in visitMachineOperand()
DBranchFolding.cpp797 const MachineOperand &OtherMO = MBBI->getOperand(I); in mergeOperations() local
798 if (!OtherMO.isUndef()) in mergeOperations()
/external/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()
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp943 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand() local
944 if (!OtherMO.isReg()) in visitMachineOperand()
946 if (!OtherMO.isTied()) in visitMachineOperand()
956 if (!OtherMO.isImplicit()) in visitMachineOperand()