HomeSort by relevance Sort by last modified time
    Searched defs:RegSet (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
perf_regs.h 79 struct RegSet {
84 RegSet CreateRegSet(uint64_t valid_mask, const std::vector<uint64_t>& valid_regs);
86 bool GetRegValue(const RegSet& regs, size_t regno, uint64_t* value);
87 bool GetSpRegValue(const RegSet& regs, ArchType arch, uint64_t* value);
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 36 const uint8_t *const RegSet;
72 return (RegSet[Byte] & (1 << InByte)) != 0;
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 120 typedef std::set<unsigned> RegSet;
124 RegSet VRegsToAlloc, EmptyIntervalVRegs;
700 for (RegSet::const_iterator
MachineVerifier.cpp 75 typedef DenseSet<unsigned> RegSet;
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 &RS)
    [all...]

Completed in 216 milliseconds