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

References

include/llvm/MC/SubtargetFeature.h
   49       Bits[I] = B[I];
include/llvm/Support/MD5.h
   60     const uint8_t &operator[](size_t I) const { return Bytes[I]; }
lib/DebugInfo/PDB/Native/GlobalsStream.cpp
   54   int32_t CompressedBucketIndex = GlobalsTable.BucketMap[ExpandedBucketIndex];
lib/Demangle/MicrosoftDemangleNodes.cpp
  207     OS << ThunkOffsets[0];
  209     OS << ", " << ThunkOffsets[I];
lib/Support/MD5.cpp
  268     Res << format("%.2x", Bytes[i]);
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  188     Register Reg = MI.getOperand(RegSrcOpIdx[I]).getReg();
  201       int OpIdx = RegSrcOpIdx[I];
lib/XRay/BlockVerifier.cpp
  122   auto &Mapping = TransitionTable[number(CurrentRecord)];
tools/clang/tools/extra/clangd/index/Ref.cpp
   24       OS << Messages[I];
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  182     sp_offset += arg_size[arg_list[i].type];
  194           ctx.reg_ctx->GetRegisterInfoByName(reg_names[i]);
  202       const size_t size = arg_size[arg_list[i].type];
tools/lldb/source/Utility/ConstString.cpp
   56       llvm::sys::SmartScopedReader<false> rlock(m_string_pools[h].m_mutex);
tools/llvm-rc/ResourceFileWriter.cpp
 1264     RETURN_IF_ERROR(processString(Res->Bundle.Data[ID].getValueOr(StringRef()),
 1267     if (AppendNull && Res->Bundle.Data[ID])
tools/llvm-xray/xray-graph-diff.cpp
  267   if (EdgeAttr.CorrEdgePtr[0] == nullptr)
  269   if (EdgeAttr.CorrEdgePtr[1] == nullptr)
  275   const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S;
  276   const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S;
  288   if (VertexAttr.CorrVertexPtr[0] == nullptr)
  290   if (VertexAttr.CorrVertexPtr[1] == nullptr)
  296   const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S;
  297   const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S;
  326     const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S;
  327     const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S;
  345     const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S;
  346     const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S;
  364     const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S;
  365     const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S;
utils/TableGen/CodeGenDAGPatterns.h
   91     return (Words[T.SimpleTy / WordWidth] >> (T.SimpleTy % WordWidth)) & 1;
  100       Words[i] |= S.Words[i];
  151         WordType W = Set->Words[SkipWords];
  160         WordType W = Set->Words[i];