Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp75 typedef DenseSet<unsigned> RegSet; typedef
83 RegSet regsLive;
86 RegSet regsLiveInButUnused;
108 RegSet regsKilled;
112 RegSet regsLiveOut;
116 RegSet vregsPassed;
120 RegSet vregsRequired;
138 bool addPassed(const RegSet &RS) { in addPassed()
140 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I) in addPassed()
157 bool addRequired(const RegSet &RS) { in addRequired()
[all …]
DRegAllocPBQP.cpp119 typedef std::set<unsigned> RegSet; typedef in __anon4cb6f5b20111::RegAllocPBQP
123 RegSet VRegsToAlloc, EmptyIntervalVRegs;
699 for (RegSet::const_iterator in finalizeAlloc()
DAggressiveAntiDepBreaker.cpp255 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local
259 if (RegSet.insert(P->getReg()).second) in AntiDepEdges()
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp77 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,
327 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet() argument
332 if (RegSet.count(*AI)) in IsRegInSet()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h36 const uint8_t *const RegSet; variable
72 return (RegSet[Byte] & (1 << InByte)) != 0; in contains()
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp93 bool isRegInSet(const BitVector &RegSet, unsigned Reg) const;
385 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const { in isRegInSet() argument
388 if (RegSet.test(*AI)) in isRegInSet()