Searched refs:MaxConfigsPerOpcode (Results 1 – 5 of 5) sorted by relevance
118 static cl::opt<unsigned> MaxConfigsPerOpcode( variable263 Instr, MaxConfigsPerOpcode); in generateSnippets()266 SnippetOptions.MaxConfigsPerOpcode = MaxConfigsPerOpcode; in generateSnippets()275 if (Benchmarks.size() >= MaxConfigsPerOpcode) in generateSnippets()
283 if (Result.size() >= Opts.MaxConfigsPerOpcode) in generateLEATemplatesCommon()704 unsigned MaxConfigsPerOpcode) const override;877 const Instruction &Instr, unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants()905 MaxConfigsPerOpcode); in generateInstructionVariants()913 NumVariants = std::min(G.numCombinations(), (size_t)MaxConfigsPerOpcode); in generateInstructionVariants()924 Variants.size() <= MaxConfigsPerOpcode && in generateInstructionVariants()
140 unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants() argument
55 unsigned MaxConfigsPerOpcode = 1; member
89 if (Benchmarks.size() >= Opts.MaxConfigsPerOpcode) { in generateConfigurations()