OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhysR
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
BitTracker.cpp
320
// 1. find a physical register
PhysR
from the same class as RR.Reg,
321
// 2. find a physical register PhysS that corresponds to
PhysR
:RR.Sub,
323
unsigned
PhysR
;
327
PhysR
= *VC->begin();
330
PhysR
= RR.Reg;
333
unsigned PhysS = (RR.Sub == 0) ?
PhysR
: TRI.getSubReg(
PhysR
, RR.Sub);
[
all
...]
HexagonExpandCondsets.cpp
581
unsigned
PhysR
;
586
PhysR
= *VC->begin();
589
PhysR
= RS.Reg;
591
unsigned PhysS = (RS.Sub == 0) ?
PhysR
: TRI->getSubReg(
PhysR
, RS.Sub);
[
all
...]
Completed in 308 milliseconds