HomeSort by: relevance | last modified time | path
    Searched refs:RegSet (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 69 bool isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg);
254 // Returns true if the Reg or its alias is in the RegSet.
255 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) {
258 if (RegSet.count(*AI))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegisterPressure.h 274 using RegSet = SparseSet<IndexMaskPair>;
275 RegSet Regs;
297 RegSet::const_iterator I = Regs.find(SparseIndex);
320 RegSet::iterator I = Regs.find(SparseIndex);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 75 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,
342 // returns true if the Reg or its alias is in the RegSet.
343 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg)
348 if (RegSet.count(*AI))
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h 37 const uint8_t *const RegSet;
74 return (RegSet[Byte] & (1 << InByte)) != 0;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 132 /// Returns true if Reg or its alias is in RegSet.
133 bool isRegInSet(const BitVector &RegSet, unsigned Reg) const;
447 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const {
450 if (RegSet.test(*AI))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 211 void updateLiveness(std::set<Register> &RegSet, bool Recalc,
552 void HexagonExpandCondsets::updateLiveness(std::set<Register> &RegSet,
556 for (Register R : RegSet) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 260 SmallSet<unsigned, 4> RegSet;
263 if (RegSet.insert(Pred.getReg()).second)
RegAllocPBQP.cpp 149 using RegSet = std::set<Register>;
153 RegSet VRegsToAlloc, EmptyIntervalVRegs;
MachineVerifier.cpp 107 using RegSet = DenseSet<Register>;
116 RegSet regsLive;
140 RegSet regsKilled;
144 RegSet regsLiveOut;
148 RegSet vregsPassed;
152 RegSet vregsRequired;
170 bool addRequired(const RegSet &RS) {

Completed in 30 milliseconds