reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AggressiveAntiDepBreaker.cpp
  143                    : CriticalPathSet.set_bits()) dbgs()
  590         for (unsigned r : BV.set_bits())
lib/CodeGen/MachineVerifier.cpp
  812   for (unsigned I : PR.set_bits()) {
lib/CodeGen/RegAllocGreedy.cpp
  380       for (unsigned i : LiveBundles.set_bits())
 1405     for (int i : Cand.LiveBundles.set_bits())
 1944       for (int i : Cand.LiveBundles.set_bits())
lib/CodeGen/SpillPlacement.cpp
  320   for (unsigned n : ActiveNodes->set_bits()) {
  375   for (unsigned n : ActiveNodes->set_bits())
lib/CodeGen/TargetLoweringBase.cpp
 1149   for (unsigned i : SuperRegRC.set_bits()) {
lib/CodeGen/TargetRegisterInfo.cpp
   68   for (unsigned Reg : RegisterSet.set_bits()) {
lib/Support/CodeGenCoverage.cpp
   48   return RuleCoverage.set_bits();
  114     for (uint64_t I : RuleCoverage.set_bits())
lib/Target/AArch64/AArch64FrameLowering.cpp
 2231   for (unsigned Reg : SavedRegs.set_bits())
 2247                   : SavedRegs.set_bits()) dbgs()
lib/Target/ARM/Thumb1FrameLowering.cpp
  585   for (auto Reg : GPRsNoLRSP.set_bits()) {
lib/Target/Mips/MipsDelaySlotFiller.cpp
  394   for (unsigned R : AllocSet.set_bits())
lib/Target/PowerPC/PPCFrameLowering.cpp
 2151   for (unsigned Reg : BVAllocatable.set_bits()) {
lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
  144       for (unsigned C : UsedColors.set_bits()) {
lib/Transforms/Scalar/NewGVN.cpp
 3357     for (unsigned InstrNum : TouchedInstructions.set_bits()) {
tools/llvm-exegesis/lib/MCInstrDescView.cpp
  334     for (const MCPhysReg Reg : CommonRegisters.set_bits()) {
tools/llvm-exegesis/lib/RegisterAliasing.cpp
   17   for (const size_t PhysReg : SourceBits.set_bits()) {
   51   for (const size_t PhysReg : SourceBits.set_bits()) {
tools/llvm-exegesis/lib/RegisterAliasing.h
  109   for (auto I : B.set_bits())
tools/llvm-exegesis/lib/Target.cpp
  103     for (auto I : ForbiddenRegs.set_bits())
tools/llvm-exegesis/lib/X86/Target.cpp
  211   for (const unsigned BaseReg : PossibleBaseRegs.set_bits()) {
  212     for (const unsigned IndexReg : PossibleIndexRegs.set_bits()) {
  327           assert(PossibleDestRegsNow.set_bits().begin() !=
  328                      PossibleDestRegsNow.set_bits().end() &&
  330           return *PossibleDestRegsNow.set_bits().begin();
tools/opt/Debugify.cpp
  278   for (unsigned Idx : MissingLines.set_bits())
  281   for (unsigned Idx : MissingVars.set_bits())
unittests/ADT/BitVectorTest.cpp
 1096   for (unsigned Bit : Filled.set_bits())
 1101   for (unsigned Bit : Empty.set_bits()) {
 1118   for (unsigned Bit : ToFill.set_bits())
unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp
   32   for (unsigned I : tracker.aliasedBits().set_bits())