OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PressureChange
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegisterPressure.h
100
class
PressureChange
{
104
PressureChange
(): PSetID(0), UnitInc(0) {}
105
PressureChange
(unsigned id): PSetID(id+1), UnitInc(0) {
112
assert(isValid() && "invalid
PressureChange
");
122
bool operator==(const
PressureChange
&RHS) const {
127
template <> struct isPodLike<
PressureChange
> {
142
PressureChange
PressureChanges[MaxPSets];
144
typedef
PressureChange
* iterator;
145
typedef const
PressureChange
* const_iterator;
192
PressureChange
Excess
[
all
...]
MachineScheduler.h
371
std::vector<
PressureChange
> RegionCriticalPSets;
408
const std::vector<
PressureChange
> &getRegionCriticalPSets() const {
/external/llvm/lib/CodeGen/
RegisterPressure.cpp
399
// Insert this
PressureChange
.
401
PressureChange
PTmp =
PressureChange
(*PSetI);
628
Delta.Excess =
PressureChange
();
650
Delta.Excess =
PressureChange
(i);
665
ArrayRef<
PressureChange
> CriticalPSets,
668
Delta.CriticalMax =
PressureChange
();
669
Delta.CurrentMax =
PressureChange
();
685
Delta.CriticalMax =
PressureChange
(i);
693
Delta.CurrentMax =
PressureChange
(i)
[
all
...]
MachineScheduler.cpp
897
RegionCriticalPSets.push_back(
PressureChange
(i));
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h
237
PressureChange
P =
PressureChange
());
HexagonMachineScheduler.cpp
413
SUnit *SU,
PressureChange
P) {
Completed in 74 milliseconds