OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoopRegIdx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineLoopUtils.cpp
81
unsigned
LoopRegIdx
= 3, InitRegIdx = 1;
83
std::swap(
LoopRegIdx
, InitRegIdx);
89
Register R = MI.getOperand(
LoopRegIdx
).getReg();
93
MI.RemoveOperand(
LoopRegIdx
+ 1);
94
MI.RemoveOperand(
LoopRegIdx
+ 0);
98
Register LoopReg = OrigPhi.getOperand(
LoopRegIdx
).getReg();
99
MI.getOperand(
LoopRegIdx
).setReg(LoopReg);
ModuloSchedule.cpp
1716
unsigned
LoopRegIdx
= 3, InitRegIdx = 1;
1718
std::swap(
LoopRegIdx
, InitRegIdx);
1719
CanonicalUseReg = CanonicalUse->getOperand(
LoopRegIdx
).getReg();
Completed in 70 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026