OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OtherMO
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyRegisterInfo.cpp
92
MachineOperand &
OtherMO
= MI.getOperand(3 - FIOperandNum);
93
if (
OtherMO
.isReg()) {
94
Register OtherMOReg =
OtherMO
.getReg();
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.cpp
91
const MachineOperand *
OtherMO
= nullptr;
95
OtherMO
= &Use.getOperand(1);
100
OtherMO
= &Use.getOperand(0);
104
OtherMO
= &Use.getOperand(0);
123
tryAddHint(
OtherMO
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
415
const MachineOperand &
OtherMO
= MI->getOperand(I);
416
if (
OtherMO
.isReg() &&
OtherMO
.isDef() &&
OtherMO
.getReg() == Reg)
417
KillLaneMask &= ~getLaneMaskForMO(
OtherMO
);
BranchFolding.cpp
797
const MachineOperand &
OtherMO
= MBBI->getOperand(I);
798
if (!
OtherMO
.isUndef())
MachineVerifier.cpp
1856
const MachineOperand &
OtherMO
= MI->getOperand(OtherIdx);
1857
if (!
OtherMO
.isReg())
1859
if (!
OtherMO
.isTied())
1869
if (!
OtherMO
.isImplicit())
Completed in 41 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026