Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp157 static cl::opt<unsigned> MaxConfigsPerOpcode( variable
379 Instr, MaxConfigsPerOpcode); in generateSnippets()
382 SnippetOptions.MaxConfigsPerOpcode = MaxConfigsPerOpcode; in generateSnippets()
391 if (Benchmarks.size() >= MaxConfigsPerOpcode) in runBenchmarkConfigurations()
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.h57 unsigned MaxConfigsPerOpcode = 1; member
H A DTarget.h256 unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants()
253 generateInstructionVariants(const Instruction & Instr,unsigned MaxConfigsPerOpcode) generateInstructionVariants() argument
H A DSnippetGenerator.cpp96 if (Benchmarks.size() >= Opts.MaxConfigsPerOpcode) { in generateConfigurations()
/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp325 if (Result.size() >= Opts.MaxConfigsPerOpcode) in generateLEATemplatesCommon()
796 unsigned MaxConfigsPerOpcode) const override; in createParallelSnippetGenerator()
1316 const Instruction &Instr, unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants()
1345 MaxConfigsPerOpcode); in generateInstructionVariants()
1353 NumVariants = std::min(G.numCombinations(), (size_t)MaxConfigsPerOpcode); in getTheExegesisX86Target()
1364 Variants.size() <= MaxConfigsPerOpcode &&