Home
last modified time | relevance | path

Searched defs:NumOpcodes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrInfo.h43 unsigned NumOpcodes; // Number of entries in the desc array variable
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp194 const unsigned NumOpcodes = InstrInfo.getNumOpcodes(); in clusterizeNaive() local
253 void InstructionBenchmarkClustering::stabilize(unsigned NumOpcodes) { in stabilize()