Searched refs:RegSet (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiDelaySlotFiller.cpp | 70 bool isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg); 256 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet() argument 259 if (RegSet.count(*AI)) in isRegInSet()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | RegisterPressure.h | 276 using RegSet = SparseSet<IndexMaskPair>; 277 RegSet Regs; 299 RegSet::const_iterator I = Regs.find(SparseIndex); 322 RegSet::iterator I = Regs.find(SparseIndex);
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 108 using RegSet = DenseSet<unsigned>; typedef 117 RegSet regsLive; 141 RegSet regsKilled; 145 RegSet regsLiveOut; 149 RegSet vregsPassed; 153 RegSet vregsRequired; 171 bool addPassed(const RegSet &RS) { in addPassed() 173 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I) in addPassed() 190 bool addRequired(const RegSet &RS) { in addRequired() 1890 for (RegSet::iterator in visitMachineFunctionAfter() [all …]
|
| H A D | RegAllocPBQP.cpp | 151 using RegSet = std::set<unsigned>; typedef in __anonb9aa1a750111::RegAllocPBQP 155 RegSet VRegsToAlloc, EmptyIntervalVRegs; 749 for (RegSet::const_iterator in finalizeAlloc()
|
| H A D | AggressiveAntiDepBreaker.cpp | 267 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local 271 if (RegSet.insert(P->getReg()).second) in AntiDepEdges()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | DelaySlotFiller.cpp | 76 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet, 344 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet() argument 349 if (RegSet.count(*AI)) in IsRegInSet()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCRegisterInfo.h | 39 const uint8_t *const RegSet; variable 74 return (RegSet[Byte] & (1 << InByte)) != 0; in contains()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 135 bool isRegInSet(const BitVector &RegSet, unsigned Reg) const; 444 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const { in isRegInSet() argument 447 if (RegSet.test(*AI)) in isRegInSet()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 209 void updateLiveness(std::set<unsigned> &RegSet, bool Recalc, 551 void HexagonExpandCondsets::updateLiveness(std::set<unsigned> &RegSet, in updateLiveness() argument 554 for (unsigned R : RegSet) { in updateLiveness()
|