|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/DependenceAnalysis.cpp 3072 for (unsigned LI : Loops.set_bits()) {
3371 for (unsigned VI : BV.set_bits()) {
3596 for (unsigned SI : Separable.set_bits()) {
3635 for (unsigned SI : Coupled.set_bits()) {
3642 for (unsigned SJ : Group.set_bits()) {
3654 for (unsigned SJ : Sivs.set_bits()) {
3678 for (unsigned SJ : Mivs.set_bits()) {
3712 for (unsigned SJ : Mivs.set_bits()) {
3725 for (unsigned SJ : Mivs.set_bits()) {
3737 for (unsigned SJ : ConstrainedLevels.set_bits()) {
3924 for (unsigned SI : Separable.set_bits()) {
3951 for (unsigned SI : Coupled.set_bits()) {
3956 for (unsigned SJ : Group.set_bits()) {
3964 for (unsigned SJ : Sivs.set_bits()) {
3979 for (unsigned SJ : Mivs.set_bits()) {
lib/CodeGen/AggressiveAntiDepBreaker.cpp 143 : CriticalPathSet.set_bits()) dbgs()
590 for (unsigned r : BV.set_bits())
lib/CodeGen/GlobalISel/InstructionSelect.cpp 246 for (auto RuleID : CoverageInfo.covered())
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 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/LoopStrengthReduce.cpp 4170 for (unsigned LUIdx : UsedByIndices.set_bits())
lib/Transforms/Scalar/NewGVN.cpp 3357 for (unsigned InstrNum : TouchedInstructions.set_bits()) {
tools/lldb/source/Interpreter/OptionValueLanguage.cpp 53 for (int bit : languages_for_types.bitvector.set_bits()) {
tools/lldb/source/Target/Target.cpp 2154 for (auto bit : languages_for_expressions.bitvector.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/SnippetGenerator.cpp 205 ++Itr;
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()) {
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()) {
1109 EXPECT_EQ(++ToFill.set_bits_begin(), ToFill.set_bits_end());
1118 for (unsigned Bit : ToFill.set_bits())
unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp 32 for (unsigned I : tracker.aliasedBits().set_bits())