OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSetI
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
RegisterPressure.cpp
33
PSetIterator
PSetI
= MRI.getPressureSets(Reg);
34
unsigned Weight =
PSetI
.getWeight();
35
for (;
PSetI
.isValid(); ++
PSetI
)
36
CurrSetPressure[*
PSetI
] += Weight;
47
PSetIterator
PSetI
= MRI.getPressureSets(Reg);
48
unsigned Weight =
PSetI
.getWeight();
49
for (;
PSetI
.isValid(); ++
PSetI
) {
50
assert(CurrSetPressure[*
PSetI
] >= Weight && "register pressure underflow")
[
all
...]
/external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp
[
all
...]
/external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp
289
for (ArrayRef<unsigned>::iterator
PSetI
= PSetIDs.begin(),
290
PSetE = PSetIDs.end();
PSetI
!= PSetE; ++
PSetI
) {
291
PSets[i].push_back(RegBank.getRegPressureSet(*
PSetI
).Order);
[
all
...]
Completed in 243 milliseconds