Home
last modified time | relevance | path

Searched refs:SmallVirtRegSet (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp114 typedef SmallSet<unsigned, 16> SmallVirtRegSet; typedef in __anon4e4d313f0111::RAGreedy
341 SmallVirtRegSet &, unsigned = 0);
364 const SmallVirtRegSet &FixedRegisters);
397 SmallVirtRegSet &, unsigned);
399 SmallVirtRegSet &, unsigned);
2011 const SmallVirtRegSet &FixedRegisters) { in mayRecolorAllInterferences()
2082 SmallVirtRegSet &FixedRegisters, in tryLastChanceRecoloring()
2156 SmallVirtRegSet SaveFixedRegisters(FixedRegisters); in tryLastChanceRecoloring()
2197 SmallVirtRegSet &FixedRegisters, in tryRecoloringCandidates()
2222 SmallVirtRegSet FixedRegisters; in selectOrSplit()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp157 using SmallVirtRegSet = SmallSet<unsigned, 16>; typedef in __anondab441770111::RAGreedy
442 SmallVirtRegSet &, unsigned = 0);
479 const SmallVirtRegSet &FixedRegisters);
514 SmallVirtRegSet &, unsigned);
516 SmallVirtRegSet &, unsigned);
2486 const SmallVirtRegSet &FixedRegisters) { in mayRecolorAllInterferences()
2561 SmallVirtRegSet &FixedRegisters, in tryLastChanceRecoloring()
2638 SmallVirtRegSet SaveFixedRegisters(FixedRegisters); in tryLastChanceRecoloring()
2694 SmallVirtRegSet &FixedRegisters, in tryRecoloringCandidates()
2731 SmallVirtRegSet FixedRegisters; in selectOrSplit()
[all …]