Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp118 static cl::opt<unsigned> MaxConfigsPerOpcode( variable
263 Instr, MaxConfigsPerOpcode); in generateSnippets()
266 SnippetOptions.MaxConfigsPerOpcode = MaxConfigsPerOpcode; in generateSnippets()
275 if (Benchmarks.size() >= MaxConfigsPerOpcode) in generateSnippets()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp283 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()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DTarget.h140 unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants() argument
DSnippetGenerator.h55 unsigned MaxConfigsPerOpcode = 1; member
DSnippetGenerator.cpp89 if (Benchmarks.size() >= Opts.MaxConfigsPerOpcode) { in generateConfigurations()