Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h67 const MCInst &keyInstruction() const { return Key.Instructions[0]; } in keyInstruction() function
DClustering.cpp193 const unsigned Opcode = Point.keyInstruction().getOpcode(); in clusterizeNaive()
244 : Opcode(IB.keyInstruction().getOpcode()), Config(&IB.Key.Config) {} in stabilize()
DAnalysis.cpp136 const MCInst &MCI = Point.keyInstruction(); in printInstructionRowCsv()
225 const MCInst &MCI = Point.keyInstruction(); in makePointsPerSchedClass()