OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIIdx
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MLxExpansionPass.cpp
56
unsigned
MIIdx
;
77
MIIdx
= 0;
81
LastMIs[
MIIdx
] = MI;
82
if (++
MIIdx
== 4)
83
MIIdx
= 0;
248
int Idx = ((int)
MIIdx
- i + 4) % 4;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp
1495
SlotIndex
MIIdx
= LIS->getInstructionIndex(*MI);
1496
LiveInterval::const_iterator I = LI.find(
MIIdx
);
1499
SlotIndex UseIdx =
MIIdx
.getRegSlot(IsEarlyClobber);
RegisterCoalescer.cpp
1786
SlotIndex
MIIdx
= UseMI->isDebugValue()
1789
SlotIndex UseIdx =
MIIdx
.getRegSlot(true);
Completed in 22 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026