Searched refs:operandName (Results 1 – 3 of 3) sorted by relevance
49 …teConditionalWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeConditionalWorkload() argument60 stream << operandName; in writeConditionalWorkload()67 …oid writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeLoopWorkload() argument78 stream << "(" << resultName << " + " << operandName << ")"; in writeLoopWorkload()
492 auto operandName = symbolInfoIt->first; in assignUniqueAlternativeNames() local498 std::string alternativeName = operandName + std::to_string(i); in assignUniqueAlternativeNames()