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

References

include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
   70     unsigned getHighBitIdx() const { return StartIdx + Length - 1; }
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  269   return hashPartialMapping(PartMapping.StartIdx, PartMapping.Length,
  516   assert((StartIdx <= getHighBitIdx()) && "Overflow, switch to APInt?");
  523   OS << "[" << StartIdx << ", " << getHighBitIdx() << "], RegBank = ";
  562     APInt PartMapMask = APInt::getBitsSet(OrigValueBitWidth, PartMap.StartIdx,
lib/Target/AArch64/AArch64GenRegisterBankInfo.def
  124   return Map.StartIdx == ValStartIdx && Map.Length == ValLength &&
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  153          ValMapping.BreakDown[0].StartIdx == 0 &&
  155          ValMapping.BreakDown[1].StartIdx == 32 &&
lib/Target/ARM/ARMRegisterBankInfo.cpp
   51   return PM.StartIdx == Start && PM.Length == Length &&