Searched refs:MaxConfigsPerOpcode (Results 1 – 5 of 5) sorted by relevance
155 static cl::opt<unsigned> MaxConfigsPerOpcode( variable330 Instr, MaxConfigsPerOpcode); in generateSnippets()333 SnippetOptions.MaxConfigsPerOpcode = MaxConfigsPerOpcode; in generateSnippets()342 if (Benchmarks.size() >= MaxConfigsPerOpcode) in generateSnippets()
307 if (Result.size() >= Opts.MaxConfigsPerOpcode) in generateLEATemplatesCommon()731 unsigned MaxConfigsPerOpcode) const override;952 const Instruction &Instr, unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants()981 MaxConfigsPerOpcode); in generateInstructionVariants()989 NumVariants = std::min(G.numCombinations(), (size_t)MaxConfigsPerOpcode); in generateInstructionVariants()1000 Variants.size() <= MaxConfigsPerOpcode && in generateInstructionVariants()
57 unsigned MaxConfigsPerOpcode = 1; member
145 unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants() argument
90 if (Benchmarks.size() >= Opts.MaxConfigsPerOpcode) { in generateConfigurations()