Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DCodeTemplate.cpp66 bool isEnumValue(ExecutionMode Execution) { in isEnumValue() function
71 assert(isEnumValue(Bit) && "Bit must be a power of two"); in getName()
DCodeTemplate.h99 bool isEnumValue(ExecutionMode Execution);
DSerialSnippetGenerator.cpp95 assert(isEnumValue(ExecutionModeBit) && "Bit must be a power of two"); in appendCodeTemplates()