OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PressureChange
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegisterPressure.h
85
class
PressureChange
{
89
PressureChange
(): PSetID(0), UnitInc(0) {}
90
PressureChange
(unsigned id): PSetID(id+1), UnitInc(0) {
97
assert(isValid() && "invalid
PressureChange
");
107
bool operator==(const
PressureChange
&RHS) const {
112
template <> struct isPodLike<
PressureChange
> {
127
PressureChange
PressureChanges[MaxPSets];
129
typedef
PressureChange
* iterator;
134
typedef const
PressureChange
* const_iterator;
181
PressureChange
Excess
[
all
...]
MachineScheduler.h
380
std::vector<
PressureChange
> RegionCriticalPSets;
417
const std::vector<
PressureChange
> &getRegionCriticalPSets() const {
/external/llvm/lib/CodeGen/
RegisterPressure.cpp
82
for (const
PressureChange
&Change : *this) {
450
// Insert this
PressureChange
.
452
PressureChange
PTmp =
PressureChange
(*PSetI);
656
Delta.Excess =
PressureChange
();
677
Delta.Excess =
PressureChange
(i);
692
ArrayRef<
PressureChange
> CriticalPSets,
695
Delta.CriticalMax =
PressureChange
();
696
Delta.CurrentMax =
PressureChange
();
712
Delta.CriticalMax =
PressureChange
(i)
[
all
...]
MachineScheduler.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h
237
PressureChange
P =
PressureChange
());
HexagonMachineScheduler.cpp
418
SUnit *SU,
PressureChange
P) {
/external/sonivox/jet_tools/JetCreator/
midifile.py
755
self.
PressureChange
(event)
785
def
PressureChange
(self, event):
[
all
...]
Completed in 532 milliseconds