Searched defs:RegSet (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h116 typedef std::set<unsigned> RegSet; typedef in class:llvm::PBQPBuilder
128 const RegSet &vregs);
147 const RegSet &vregs) override;
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp79 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,
328 // returns true if the Reg or its alias is in the RegSet.
329 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) argument
334 if (RegSet.count(*AI))
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp118 typedef std::set<unsigned> RegSet; typedef in class:__anon25793::RegAllocPBQP
136 RegSet vregsToAlloc, emptyIntervalVRegs;
187 const RegSet &vregs) {
195 RegSet pregs;
206 for (RegSet::const_iterator vregItr = vregs.begin(), vregEnd = vregs.end();
259 for (RegSet::const_iterator vr1Itr = vregs.begin(), vrEnd = vregs.end();
265 for (RegSet::const_iterator vr2Itr = std::next(vr1Itr); vr2Itr != vrEnd;
314 const RegSet &vregs) {
515 for (RegSet::const_iterator
H A DMachineVerifier.cpp76 typedef DenseSet<unsigned> RegSet; typedef in struct:__anon25778::MachineVerifier
84 RegSet regsLive;
87 RegSet regsLiveInButUnused;
109 RegSet regsKilled;
113 RegSet regsLiveOut;
117 RegSet vregsPassed;
121 RegSet vregsRequired;
139 bool addPassed(const RegSet &RS) {
141 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I)
158 bool addRequired(const RegSet
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp92 /// Returns true if Reg or its alias is in RegSet.
93 bool isRegInSet(const BitVector &RegSet, unsigned Reg) const;
378 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const { argument
381 if (RegSet.test(*AI))
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h37 const uint8_t *const RegSet; member in class:llvm::MCRegisterClass
76 return (RegSet[Byte] & (1 << InByte)) != 0;

Completed in 3230 milliseconds