• Home
  • Raw
  • Download

Lines Matching refs:Proto

1372   std::string Proto = R->getValueAsString("Prototype");  in emitIntrinsic()  local
1397 OS << GenIntrinsic(name, Proto, TypeVec[ti], TypeVec[srcti], in emitIntrinsic()
1401 OS << GenIntrinsic(name, Proto, TypeVec[ti], TypeVec[ti], in emitIntrinsic()
1447 std::string Proto = R->getValueAsString("Prototype"); in runHeader() local
1451 if (Proto.find('a') != std::string::npos) in runHeader()
1468 std::string bd = GenBuiltinDef(name, Proto, TypeVec[ti], ck); in runHeader()
1486 std::string Proto = R->getValueAsString("Prototype"); in runHeader() local
1492 if (Proto.find('a') != std::string::npos) in runHeader()
1497 if (Proto.find('s') != std::string::npos) in runHeader()
1515 qmask |= 1ULL << GetNeonEnum(Proto, TypeVec[ti]); in runHeader()
1518 mask |= 1ULL << GetNeonEnum(Proto, TypeVec[ti]); in runHeader()
1525 for (unsigned arg = 1, arge = Proto.size(); arg != arge; ++arg) { in runHeader()
1526 char ArgType = Proto[arg]; in runHeader()
1538 if (PtrArgNum >= 0 && (Proto[0] >= '2' && Proto[0] <= '4')) in runHeader()
1585 std::string Proto = R->getValueAsString("Prototype"); in runHeader() local
1590 if (Proto.find('a') != std::string::npos) in runHeader()
1595 size_t immPos = Proto.find('i'); in runHeader()
1615 } else if (Proto.find('s') == std::string::npos) { in runHeader()
1630 rangestr = "u = " + utostr(RangeFromType(Proto[immPos-1], TypeVec[ti])); in runHeader()
1643 if (Proto[0] >= '2' && Proto[0] <= '4') in runHeader()
1648 for (unsigned ii = 1, ie = Proto.size(); ii != ie; ++ii) { in runHeader()
1649 switch (Proto[ii]) { in runHeader()
1738 std::string Proto = R->getValueAsString("Prototype"); in runTests() local
1759 OS << GenTest(name, Proto, TypeVec[ti], TypeVec[srcti], isShift); in runTests()
1762 OS << GenTest(name, Proto, TypeVec[ti], TypeVec[ti], isShift); in runTests()