Home
last modified time | relevance | path

Searched refs:RegSet (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp70 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 DRegisterPressure.h276 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 DMachineVerifier.cpp108 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 DRegAllocPBQP.cpp151 using RegSet = std::set<unsigned>; typedef in __anonb9aa1a750111::RegAllocPBQP
155 RegSet VRegsToAlloc, EmptyIntervalVRegs;
749 for (RegSet::const_iterator in finalizeAlloc()
H A DAggressiveAntiDepBreaker.cpp267 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 DDelaySlotFiller.cpp76 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 DMCRegisterInfo.h39 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 DMipsDelaySlotFiller.cpp135 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 DHexagonExpandCondsets.cpp209 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()