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

References

include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
 1198       AddrSpace2PointerActions[OpcodeIdx][AddressSpace] = {{}};
 1227       NumElements2Actions[OpcodeIdx][ElementSize] = {{}};
lib/DebugInfo/PDB/PDBSymbol.cpp
  175     ++Stats[Child->getSymTag()];
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  927     Relocations[SymInfo.getSectionID()].push_back(RECopy);
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
  856       SDWAOperands[&MI] = std::move(Operand);
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1806     Opts.PluginArgs[AA->getValue(0)].emplace_back(AA->getValue(1));
tools/clang/lib/Frontend/FrontendAction.cpp
  203         P->ParseArgs(CI, CI.getFrontendOpts().PluginArgs[it->getName()])) {
tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
   83             !P->ParseArgs(CI, CI.getFrontendOpts().PluginArgs[it->getName()]))
tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
   80     return Index[Fn->getCanonicalDecl()].Calls;
   85     return Index[Fn->getCanonicalDecl()].OtherRefs;
tools/llvm-exegesis/lib/RegisterAliasing.cpp
   67   auto &Found = Registers[PhysReg];
utils/TableGen/DFAPacketizerEmitter.cpp
  408     ItinsByNamespace[R->getValueAsString("PacketizerNamespace")].push_back(R);