| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiDelaySlotFiller.cpp | 68 bool isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg); 253 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet() argument 256 if (RegSet.count(*AI)) in isRegInSet()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegisterPressure.h | 275 using RegSet = SparseSet<IndexMaskPair>; variable 276 RegSet Regs; 298 RegSet::const_iterator I = Regs.find(SparseIndex); in contains() 321 RegSet::iterator I = Regs.find(SparseIndex); in erase()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | DelaySlotFiller.cpp | 74 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet, 343 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet() argument 348 if (RegSet.count(*AI)) in IsRegInSet()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 133 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-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCRegisterInfo.h | 41 const uint8_t *const RegSet; variable 78 return (RegSet[Byte] & (1 << InByte)) != 0; in contains()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 212 void updateLiveness(const std::set<Register> &RegSet, bool Recalc, 553 void HexagonExpandCondsets::updateLiveness(const std::set<Register> &RegSet, in updateLiveness() argument 557 for (Register R : RegSet) { in updateLiveness()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AggressiveAntiDepBreaker.cpp | 258 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local 261 if (RegSet.insert(Pred.getReg()).second) in AntiDepEdges()
|
| H A D | MachineVerifier.cpp | 121 using RegSet = DenseSet<Register>; typedef 130 RegSet regsLive; 154 RegSet regsKilled; 158 RegSet regsLiveOut; 162 RegSet vregsPassed; 166 RegSet vregsRequired; 184 bool addRequired(const RegSet &RS) { in addRequired()
|
| H A D | RegAllocPBQP.cpp | 149 using RegSet = std::set<Register>; typedef in __anon8c34bb860111::RegAllocPBQP 153 RegSet VRegsToAlloc, EmptyIntervalVRegs;
|
| H A D | MachinePipeliner.cpp | 1405 const auto InsertReg = [this, &CurSetPressure](RegSetTy &RegSet, in computeMaxSetPressure() 1410 bool Inserted = RegSet.insert(Reg).second; in computeMaxSetPressure() 1419 const auto EraseReg = [this, &CurSetPressure](RegSetTy &RegSet, in computeMaxSetPressure() argument 1425 if (!RegSet.contains(Reg)) in computeMaxSetPressure() 1429 RegSet.erase(Reg); in computeMaxSetPressure()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb1FrameLowering.cpp | 862 const std::set<Register> &RegSet) { in getNextOrderedReg() argument 864 [&](Register Reg) { return RegSet.count(Reg); }); in getNextOrderedReg()
|