OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegSet
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
117
typedef std::set<unsigned>
RegSet
;
129
const
RegSet
&vregs);
148
const
RegSet
&vregs);
/external/llvm/include/llvm/MC/
MCRegisterInfo.h
37
const uint8_t *const
RegSet
;
76
return (
RegSet
[Byte] & (1 << InByte)) != 0;
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
122
typedef std::set<unsigned>
RegSet
;
141
RegSet
vregsToAlloc, emptyIntervalVRegs;
192
const
RegSet
&vregs) {
200
RegSet
pregs;
211
for (
RegSet
::const_iterator vregItr = vregs.begin(), vregEnd = vregs.end();
262
for (
RegSet
::const_iterator vr1Itr = vregs.begin(), vrEnd = vregs.end();
268
for (
RegSet
::const_iterator vr2Itr = llvm::next(vr1Itr);
317
const
RegSet
&vregs) {
525
for (
RegSet
::const_iterator
MachineVerifier.cpp
76
typedef DenseSet<unsigned>
RegSet
;
84
RegSet
regsLive;
87
RegSet
regsLiveInButUnused;
109
RegSet
regsKilled;
113
RegSet
regsLiveOut;
117
RegSet
vregsPassed;
121
RegSet
vregsRequired;
139
bool addPassed(const
RegSet
&RS) {
141
for (
RegSet
::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I)
158
bool addRequired(const
RegSet
&RS)
[
all
...]
Completed in 39 milliseconds