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.cpp120 typedef std::set<unsigned> RegSet; typedef in __anon577f26730111::RegAllocPBQP
124 RegSet VRegsToAlloc, EmptyIntervalVRegs;
700 for (RegSet::const_iterator in finalizeAlloc()
DAggressiveAntiDepBreaker.cpp254 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local
258 if (RegSet.insert(P->getReg()).second) in AntiDepEdges()
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp77 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,
329 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet() argument
334 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;
392 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const { in isRegInSet() argument
395 if (RegSet.test(*AI)) in isRegInSet()