Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp119 static cl::opt<unsigned> MaxConfigsPerOpcode( variable
265 Instr, MaxConfigsPerOpcode); in generateSnippets()
268 SnippetOptions.MaxConfigsPerOpcode = MaxConfigsPerOpcode; in generateSnippets()
277 if (Benchmarks.size() >= MaxConfigsPerOpcode) in generateSnippets()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp300 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DTarget.h140 unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants() argument
H A DSnippetGenerator.h55 unsigned MaxConfigsPerOpcode = 1; member
H A DSnippetGenerator.cpp89 if (Benchmarks.size() >= Opts.MaxConfigsPerOpcode) { in generateConfigurations()