reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
38 generateOpcodeNameToOpcodeIdxMapping(State.getInstrInfo())), 160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo);tools/llvm-exegesis/lib/Latency.cpp
46 Opcodes.resize(State.getInstrInfo().getNumOpcodes());
tools/llvm-exegesis/lib/LlvmState.cpp 45 IC.reset(new InstructionsCache(getInstrInfo(), getRATC()));
tools/llvm-exegesis/lib/SnippetRepetitor.cpp 83 State.getInstrInfo());
tools/llvm-exegesis/llvm-exegesis.cpp245 const auto Opcodes = getOpcodesOrDie(State.getInstrInfo()); 255 State.getInstrInfo().get(Opcode).getSchedClass() == 0) { 256 errs() << State.getInstrInfo().getName(Opcode) 265 Twine(State.getInstrInfo().getName(Opcode)).concat(": "));unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
40 X86SnippetGeneratorTest() : InstrInfo(State.getInstrInfo()) {}
unittests/tools/llvm-exegesis/X86/TargetTest.cpp358 Instruction I(State.getInstrInfo(), State.getRATC(), X86::ADD64rm); 371 Instruction I(State.getInstrInfo(), State.getRATC(), X86::VGATHERDPSZ128rm);