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

References

tools/llvm-exegesis/lib/BenchmarkResult.cpp
   39         RegNameToRegNo(generateRegNameToRegNoMapping(State.getRegInfo())) {}
   94     const StringRef RegName = State->getRegInfo().getName(RegNo);
tools/llvm-exegesis/lib/LlvmState.cpp
   44       new RegisterAliasingTrackerCache(getRegInfo(), std::move(ReservedRegs)));
tools/llvm-exegesis/lib/Uops.cpp
  191   BitVector Defs(State.getRegInfo().getNumRegs());
  204   const auto DefAliases = getAliasedBits(State.getRegInfo(), Defs);
tools/llvm-exegesis/lib/X86/Target.cpp
  209   const auto &RegInfo = State.getRegInfo();
unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp
   29   const auto &RegInfo = State.getRegInfo();
   45   const auto &RegInfo = State.getRegInfo();
   62   const auto &RegInfo = State.getRegInfo();