Lines Matching refs:testFuncProto
2416 std::string & testFuncProto) { in GenTest() argument
2455 testFuncProto = TypeString(proto[0], outTypeStr) + " test_" + mangledName + "("; in GenTest()
2462 testFuncProto += comma + TypeString(proto[i], inTypeStr) + " "; in GenTest()
2463 testFuncProto.push_back(arg); in GenTest()
2466 testFuncProto += ")"; in GenTest()
2468 s+= testFuncProto; in GenTest()
2534 std::string testFuncProto; in genTargetTest() local
2537 testFuncProto); in genTargetTest()
2538 if (EmittedMap.count(testFuncProto)) in genTargetTest()
2540 EmittedMap[testFuncProto] = kind; in genTargetTest()
2544 std::string testFuncProto; in genTargetTest() local
2546 isHiddenLOp, ck, InstName, isA64, testFuncProto); in genTargetTest()
2547 if (EmittedMap.count(testFuncProto)) in genTargetTest()
2549 EmittedMap[testFuncProto] = kind; in genTargetTest()