OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Excess
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegisterPressure.h
111
///
Excess
records the value of the largest difference in register units beyond
123
PressureElement
Excess
;
283
///
excess
register units of that pressure set introduced by this instruction.
292
///
excess
register units of that pressure set introduced by this instruction.
/external/llvm/lib/CodeGen/
RegisterPressure.cpp
573
/// Find the max change in
excess
pressure across all sets.
607
Delta.
Excess
.PSetID = PSetID;
608
Delta.
Excess
.UnitIncrease = ExcessUnits;
790
/// based on the tracker's current pressure, and return the number of
excess
MachineScheduler.cpp
492
// Cache the list of
excess
pressure sets in this region. This will also track
506
DEBUG(dbgs() << "
Excess
PSets: ";
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
520
ResCount -= (Delta.
Excess
.UnitIncrease*PriorityThree);
597
//
Excess
pressure, we can immediately schedule from that Q.
601
// increase pressure for one of the
excess
PSets, then schedule in that
Completed in 134 milliseconds