Searched refs:RegSet (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp75 typedef DenseSet<unsigned> RegSet; typedef in struct:__anon12240::MachineVerifier
83 RegSet regsLive;
86 RegSet regsLiveInButUnused;
108 RegSet regsKilled;
112 RegSet regsLiveOut;
116 RegSet vregsPassed;
120 RegSet vregsRequired;
138 bool addPassed(const RegSet &RS) {
140 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I)
157 bool addRequired(const RegSet
[all...]
H A DRegAllocPBQP.cpp120 typedef std::set<unsigned> RegSet; typedef in class:__anon12258::RegAllocPBQP
124 RegSet VRegsToAlloc, EmptyIntervalVRegs;
700 for (RegSet::const_iterator
H A DAggressiveAntiDepBreaker.cpp254 SmallSet<unsigned, 4> RegSet;
258 if (RegSet.insert(P->getReg()).second)
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp77 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/mesa3d/src/gallium/drivers/radeon/
H A DR600GenRegisterInfo.pl60 class RegSet <dag s> {
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h36 const uint8_t *const RegSet; member in class:llvm::MCRegisterClass
72 return (RegSet[Byte] & (1 << InByte)) != 0;
/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;
392 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const { argument
395 if (RegSet.test(*AI))

Completed in 173 milliseconds