Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSnippetGenerator.cpp186 template <typename C> static decltype(auto) randomElement(const C &Container) { in randomElement() function
220 const auto &RandomConf = randomElement(AliasingConfigurations.Configurations); in setRandomAliasing()
221 setRegisterOperandValue(randomElement(RandomConf.Defs), DefIB); in setRandomAliasing()
222 setRegisterOperandValue(randomElement(RandomConf.Uses), UseIB); in setRandomAliasing()