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

References

include/llvm/ADT/BitVector.h
  502     return (*this)[Idx];
include/llvm/ADT/PackedVector.h
   33       val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
include/llvm/CodeGen/MachineFunction.h
  159     return Properties[static_cast<unsigned>(P)];
lib/CodeGen/DetectDeadLanes.cpp
  234          DefinedByCopy[Register::virtReg2Index(MI.getOperand(0).getReg())]);
lib/CodeGen/MachineFunction.cpp
  109     if (!Properties[I])
lib/CodeGen/RegAllocGreedy.cpp
 1593     bool RegIn  = LiveBundles[Bundles->getBundle(BC.Number, false)];
 1594     bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, true)];
 1632     bool RegIn  = LiveBundles[Bundles->getBundle(Number, false)];
 1633     bool RegOut = LiveBundles[Bundles->getBundle(Number, true)];
lib/CodeGen/TargetRegisterInfo.cpp
   72       if (!RegisterSet[*SR] && !is_contained(Exceptions, Reg)) {
lib/DebugInfo/MSF/MSFBuilder.cpp
  152 bool MSFBuilder::isBlockFree(uint32_t Idx) const { return FreeBlocks[Idx]; }
lib/Support/CodeGenCoverage.cpp
   43   return RuleCoverage[RuleID];
lib/Support/GlobPattern.cpp
  173     if (S.empty() || !Pats[0][(uint8_t)S[0]])
lib/Target/AArch64/AArch64Subtarget.h
  301   bool isXRegisterReserved(size_t i) const { return ReserveXRegister[i]; }
  304     return CustomCallSavedXRegs[i];
lib/Target/Hexagon/HexagonBitSimplify.cpp
  123       return BitVector::operator[](Idx);
lib/Target/Hexagon/HexagonFrameLowering.cpp
  312             if (CSR[*S])
lib/Target/Hexagon/HexagonGenInsert.cpp
  139       return BitVector::operator[](Idx);
lib/Target/Hexagon/HexagonGenMux.cpp
  287       if (!DU.Defs[PR])
  311       if (DU.Defs[PR] || DU.Defs[DR] || DU.Uses[DR]) {
  311       if (DU.Defs[PR] || DU.Defs[DR] || DU.Uses[DR]) {
  311       if (DU.Defs[PR] || DU.Defs[DR] || DU.Uses[DR]) {
  315       if (CanDown && DU.Defs[SR1])
  317       if (CanUp && DU.Defs[SR2])
lib/Target/Mips/Mips16FrameLowering.cpp
  170   bool SaveS2 = Reserved[Mips::S2];
lib/Target/Mips/Mips16InstrInfo.cpp
  221   bool SaveS2 = Reserved[Mips::S2];
  251   bool SaveS2 = Reserved[Mips::S2];
lib/Target/RISCV/RISCVSubtarget.h
   99     return UserReservedRegister[i];
lib/Transforms/Coroutines/CoroFrame.cpp
  108     assert(Block[UseIndex].Consumes[DefIndex] && "use must consume def");
  109     bool const Result = Block[UseIndex].Kills[DefIndex];
  162     if (BV[I])
tools/clang/include/clang/Basic/SourceManager.h
 1693     if (SLocEntryLoaded[Index])
tools/clang/lib/Basic/SourceManager.cpp
  408     if (!Old.SLocEntryLoaded[I])
  470   assert(!SLocEntryLoaded[Index]);
  475     if (!SLocEntryLoaded[Index]) {
 2125     if (SLocEntryLoaded[Index]) {
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
   77     return reachable[block->getBlockID()];
tools/llvm-exegesis/lib/RegisterAliasing.cpp
   36     if (!ReservedReg[PhysReg]) // Removing reserved registers.
tools/llvm-exegesis/lib/RegisterAliasing.h
   58     if (!AliasedBits[Aliased])
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  143   bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()];
utils/TableGen/CodeGenRegisters.cpp
 1041       if (SuperRegClassBV[SuperRegRC->EnumValue]) {