Searched refs:opcodeName (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h968 EmitNodeMatcherCommon(const std::string &opcodeName, argument
974 : Matcher(isMorphNodeTo ? MorphNodeTo : EmitNode), OpcodeName(opcodeName),
1018 EmitNodeMatcher(const std::string &opcodeName, argument
1024 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
1041 MorphNodeToMatcher(const std::string &opcodeName, argument
1047 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DSamplingTool.cpp387 const char* opcodeName = opcodeNames[opcodeID]; local
393 debugDebugPrintf("%s:%s%-6lld %.3f%%\t%.3f%%\t | %-6lld %.3f%%\n", opcodeName, opcodePadding, count, percentOfVM, percentOfTotal, countInCTIFunctions, percentInCTIFunctions);

Completed in 166 milliseconds