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

References

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();
unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp
   29   SchedClassResolutionTest() : STI(State.getSubtargetInfo()) {
unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp
   51     return readSnippets(State, Filename);
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
   40   X86SnippetGeneratorTest() : InstrInfo(State.getInstrInfo()) {}
   48   SnippetGeneratorTest() : Generator(State, SnippetGenerator::Options()) {}
   52     const Instruction &Instr = State.getIC().getInstr(Opcode);
   54         Instr, State.getRATC().emptyRegisters());
  153   const Instruction &Instr = State.getIC().getInstr(Opcode);
  154   auto AllRegisters = State.getRATC().emptyRegisters();
  378   const Instruction &Instr = State.getIC().getInstr(Opcode);
  380       Generator.generateConfigurations(Instr, State.getRATC().emptyRegisters())
unittests/tools/llvm-exegesis/X86/SnippetRepetitorTest.cpp
   35     TM = State.createTargetMachine();
   45     const auto Repetitor = SnippetRepetitor::Create(RepetitionMode, State);
   89                   LiveReg(State.getExegesisTarget().getLoopCounterRegister(
   90                       State.getTargetMachine().getTargetTriple()))));