OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OtherReg
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.cpp
165
Register
OtherReg
=
167
if (MRI->getRegClass(
OtherReg
) == &SystemZ::GRX32BitRegClass)
168
Worklist.push_back(
OtherReg
);
SystemZShortenInst.cpp
89
Register
OtherReg
= TRI->getSubReg(GR64BitReg, otherSubRegIdx);
90
if (LiveRegs.contains(
OtherReg
))
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp
383
Register
OtherReg
= Hint.second;
384
Hint = MRI->getRegAllocationHint(
OtherReg
);
387
MRI->setRegAllocationHint(
OtherReg
, Hint.first, NewReg);
393
OtherReg
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocGreedy.cpp
2879
Register
OtherReg
= Instr.getOperand(0).getReg();
2880
if (
OtherReg
== Reg) {
2881
OtherReg
= Instr.getOperand(1).getReg();
2882
if (
OtherReg
== Reg)
2887
OtherReg
.isPhysical() ?
OtherReg
.asMCReg() : VRM->getPhys(
OtherReg
);
2889
Out.push_back(HintInfo(MBFI->getBlockFreq(Instr.getParent()),
OtherReg
,
RegisterCoalescer.cpp
3853
Register OtherSrcReg,
OtherReg
;
3855
if (!isMoveInstr(*TRI, &Copy, OtherSrcReg,
OtherReg
, OtherSrcSubReg,
3858
if (
OtherReg
== SrcReg)
3859
OtherReg
= OtherSrcReg;
3860
// Check if
OtherReg
is a non-terminal.
3861
if (Register::isPhysicalRegister(
OtherReg
) ||
3862
isTerminalReg(
OtherReg
, MI, MRI))
3864
// Check that
OtherReg
interfere with DstReg.
3865
if (LIS->getInterval(
OtherReg
).overlaps(DstLI)) {
/src/external/gpl3/binutils/dist/include/opcode/
tic30.h
193
#define
OtherReg
0x0008
214
#define AllReg Reg | DPReg |
OtherReg
/src/external/gpl3/binutils.old/dist/include/opcode/
tic30.h
193
#define
OtherReg
0x0008
214
#define AllReg Reg | DPReg |
OtherReg
/src/external/gpl3/gdb.old/dist/include/opcode/
tic30.h
193
#define
OtherReg
0x0008
214
#define AllReg Reg | DPReg |
OtherReg
/src/external/gpl3/gdb/dist/include/opcode/
tic30.h
193
#define
OtherReg
0x0008
214
#define AllReg Reg | DPReg |
OtherReg
/src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c
570
current_op->op_type =
OtherReg
;
1625
case
OtherReg
:
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c
570
current_op->op_type =
OtherReg
;
1625
case
OtherReg
:
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp
1067
&Optimized](Register &Reg, Register &
OtherReg
,
1085
std::swap(Reg,
OtherReg
);
1102
std::swap(Reg,
OtherReg
);
1121
std::swap(Reg,
OtherReg
);
Completed in 88 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026