Lines Matching refs:Proto
1374 std::string Proto = R->getValueAsString("Prototype"); in emitIntrinsic() local
1399 OS << GenIntrinsic(name, Proto, TypeVec[ti], TypeVec[srcti], in emitIntrinsic()
1403 OS << GenIntrinsic(name, Proto, TypeVec[ti], TypeVec[ti], in emitIntrinsic()
1449 std::string Proto = R->getValueAsString("Prototype"); in runHeader() local
1453 if (Proto.find('a') != std::string::npos) in runHeader()
1470 std::string bd = GenBuiltinDef(name, Proto, TypeVec[ti], ck); in runHeader()
1488 std::string Proto = R->getValueAsString("Prototype"); in runHeader() local
1494 if (Proto.find('a') != std::string::npos) in runHeader()
1499 if (Proto.find('s') != std::string::npos) in runHeader()
1517 qmask |= 1ULL << GetNeonEnum(Proto, TypeVec[ti]); in runHeader()
1520 mask |= 1ULL << GetNeonEnum(Proto, TypeVec[ti]); in runHeader()
1527 for (unsigned arg = 1, arge = Proto.size(); arg != arge; ++arg) { in runHeader()
1528 char ArgType = Proto[arg]; in runHeader()
1540 if (PtrArgNum >= 0 && (Proto[0] >= '2' && Proto[0] <= '4')) in runHeader()
1587 std::string Proto = R->getValueAsString("Prototype"); in runHeader() local
1592 if (Proto.find('a') != std::string::npos) in runHeader()
1597 size_t immPos = Proto.find('i'); in runHeader()
1617 } else if (Proto.find('s') == std::string::npos) { in runHeader()
1632 rangestr = "u = " + utostr(RangeFromType(Proto[immPos-1], TypeVec[ti])); in runHeader()
1645 if (Proto[0] >= '2' && Proto[0] <= '4') in runHeader()
1650 for (unsigned ii = 1, ie = Proto.size(); ii != ie; ++ii) { in runHeader()
1651 switch (Proto[ii]) { in runHeader()
1740 std::string Proto = R->getValueAsString("Prototype"); in runTests() local
1761 OS << GenTest(name, Proto, TypeVec[ti], TypeVec[srcti], isShift); in runTests()
1764 OS << GenTest(name, Proto, TypeVec[ti], TypeVec[ti], isShift); in runTests()