Lines Matching refs:Int
273 return "Int" + utostr(Bits) + "Ty";
1551 const ACLEIntrinsic *Int;
1579 const ACLEIntrinsic &Int = *kv.second;
1580 if (Int.headerOnly())
1586 OI.Int = ∬
1587 OI.Name = Int.fullName();
1590 Int.genCode(OS, ParamAllocPrelim, 1);
1651 const ACLEIntrinsic *Int = OI_prelim.Int;
1656 OI.Int = OI_prelim.Int;
1661 Int->genCode(OS, ParamAlloc, 2);
1676 OS << prefix << "case ARM::BI__builtin_arm_" << OI.Int->builtinExtension()
1697 OS << " case ARM::BI__builtin_arm_" << OI.Int->builtinExtension()
1721 const ACLEIntrinsic &Int = *kv.second;
1722 if (Int.headerOnly())
1725 Int.polymorphic() ? StringTable.GetOrAddStringOffset(Int.shortName())
1727 OS << " { ARM::BI__builtin_arm_" << Int.builtinExtension() << "_"
1728 << Int.fullName() << ", "
1729 << StringTable.GetOrAddStringOffset(Int.fullName()) << ", "
1744 const ACLEIntrinsic &Int = *kv.second;
1745 if (Int.headerOnly())
1747 std::string Check = Int.genSema();
1749 Checks[Check].insert(Int.fullName());
1806 const ACLEIntrinsic &Int = *kv.second;
1811 if (Polymorphic && !Int.polymorphic())
1813 if (!Polymorphic && Int.polymorphicOnly())
1827 raw_ostream &OS = parts[(Int.requiresFloat() ? Float : 0) |
1833 Polymorphic ? Int.shortName() : Int.fullName();
1840 std::string RetTypeName = Int.returnType()->cName();
1845 for (const Type *ArgTypePtr : Int.argTypes())
1899 << "__clang_arm_builtin_alias(__builtin_arm_mve_" << Int.fullName()
1953 const ACLEIntrinsic &Int = *kv.second;
1954 OS << "BUILTIN(__builtin_arm_mve_" << Int.fullName()
1961 const ACLEIntrinsic &Int = *kv.second;
1962 if (Int.polymorphic()) {
1963 StringRef Name = Int.shortName();
1966 if (Int.nonEvaluating())
2064 const ACLEIntrinsic &Int = *kv.second;
2069 if (Polymorphic && !Int.polymorphic())
2071 if (!Polymorphic && Int.polymorphicOnly())
2075 parts[Int.requiresFloat() ? MVEFloat
2076 : Int.requiresMVE() ? MVE : None];
2080 "__arm_" + (Polymorphic ? Int.shortName() : Int.fullName());
2084 std::string RetTypeName = Int.returnType()->cName();
2089 for (const Type *ArgTypePtr : Int.argTypes())
2098 << "__clang_arm_builtin_alias(__builtin_arm_" << Int.builtinExtension()
2099 << "_" << Int.fullName() << ")))\n"
2162 const ACLEIntrinsic &Int = *kv.second;
2163 OS << "BUILTIN(__builtin_arm_cde_" << Int.fullName()