Home
last modified time | relevance | path

Searched refs:OtherInstrDesc (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLatency.cpp55 const auto &OtherInstrDesc = State.getInstrInfo().get(OtherOpcode); in generateTwoInstructionPrototype() local
56 if (auto E = isInfeasible(OtherInstrDesc)) { in generateTwoInstructionPrototype()
60 const Instruction OtherInstr(OtherInstrDesc, RATC); in generateTwoInstructionPrototype()