Searched refs:MaxConfigsPerOpcode (Results 1 – 5 of 5) sorted by relevance
157 static cl::opt<unsigned> MaxConfigsPerOpcode( variable 379 Instr, MaxConfigsPerOpcode); in generateSnippets() 382 SnippetOptions.MaxConfigsPerOpcode = MaxConfigsPerOpcode; in generateSnippets() 391 if (Benchmarks.size() >= MaxConfigsPerOpcode) in runBenchmarkConfigurations()
57 unsigned MaxConfigsPerOpcode = 1; member
256 unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants() 253 generateInstructionVariants(const Instruction & Instr,unsigned MaxConfigsPerOpcode) generateInstructionVariants() argument
96 if (Benchmarks.size() >= Opts.MaxConfigsPerOpcode) { in generateConfigurations()
325 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 &&