Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp155 static cl::opt<unsigned> MaxConfigsPerOpcode( variable
330 Instr, MaxConfigsPerOpcode); in generateSnippets()
333 SnippetOptions.MaxConfigsPerOpcode = MaxConfigsPerOpcode; in generateSnippets()
342 if (Benchmarks.size() >= MaxConfigsPerOpcode) in generateSnippets()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp307 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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.h57 unsigned MaxConfigsPerOpcode = 1; member
H A DTarget.h145 unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants() argument
H A DSnippetGenerator.cpp90 if (Benchmarks.size() >= Opts.MaxConfigsPerOpcode) { in generateConfigurations()