Searched refs:MaxConfigsPerOpcode (Results 1 – 5 of 5) sorted by relevance
119 static cl::opt<unsigned> MaxConfigsPerOpcode( variable265 Instr, MaxConfigsPerOpcode); in generateSnippets()268 SnippetOptions.MaxConfigsPerOpcode = MaxConfigsPerOpcode; in generateSnippets()277 if (Benchmarks.size() >= MaxConfigsPerOpcode) in generateSnippets()
300 if (Result.size() >= Opts.MaxConfigsPerOpcode) in generateLEATemplatesCommon()721 unsigned MaxConfigsPerOpcode) const override;906 const Instruction &Instr, unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants()934 MaxConfigsPerOpcode); in generateInstructionVariants()942 NumVariants = std::min(G.numCombinations(), (size_t)MaxConfigsPerOpcode); in generateInstructionVariants()953 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()