Lines Matching defs:Int

273     return "Int" + utostr(Bits) + "Ty";
1545 const ACLEIntrinsic *Int;
1573 const ACLEIntrinsic &Int = *kv.second;
1574 if (Int.headerOnly())
1580 OI.Int = ∬
1581 OI.Name = Int.fullName();
1584 Int.genCode(OS, ParamAllocPrelim, 1);
1646 const ACLEIntrinsic *Int = OI_prelim.Int;
1651 OI.Int = OI_prelim.Int;
1656 Int->genCode(OS, ParamAlloc, 2);
1672 OS << prefix << "case ARM::BI__builtin_arm_" << OI.Int->builtinExtension()
1693 OS << " case ARM::BI__builtin_arm_" << OI.Int->builtinExtension()
1717 const ACLEIntrinsic &Int = *kv.second;
1718 if (Int.headerOnly())
1721 Int.polymorphic() ? StringTable.GetOrAddStringOffset(Int.shortName())
1723 OS << " { ARM::BI__builtin_arm_" << Int.builtinExtension() << "_"
1724 << Int.fullName() << ", "
1725 << StringTable.GetOrAddStringOffset(Int.fullName()) << ", "
1740 const ACLEIntrinsic &Int = *kv.second;
1741 if (Int.headerOnly())
1743 std::string Check = Int.genSema();
1745 Checks[Check].insert(Int.fullName());
1802 const ACLEIntrinsic &Int = *kv.second;
1807 if (Polymorphic && !Int.polymorphic())
1809 if (!Polymorphic && Int.polymorphicOnly())
1823 raw_ostream &OS = parts[(Int.requiresFloat() ? Float : 0) |
1829 Polymorphic ? Int.shortName() : Int.fullName();
1836 std::string RetTypeName = Int.returnType()->cName();
1841 for (const Type *ArgTypePtr : Int.argTypes())
1895 << "__clang_arm_builtin_alias(__builtin_arm_mve_" << Int.fullName()
1949 const ACLEIntrinsic &Int = *kv.second;
1950 OS << "BUILTIN(__builtin_arm_mve_" << Int.fullName()
1957 const ACLEIntrinsic &Int = *kv.second;
1958 if (Int.polymorphic()) {
1959 StringRef Name = Int.shortName();
1962 if (Int.nonEvaluating())
2061 const ACLEIntrinsic &Int = *kv.second;
2066 if (Polymorphic && !Int.polymorphic())
2068 if (!Polymorphic && Int.polymorphicOnly())
2072 parts[Int.requiresFloat() ? MVEFloat
2073 : Int.requiresMVE() ? MVE : None];
2077 "__arm_" + (Polymorphic ? Int.shortName() : Int.fullName());
2081 std::string RetTypeName = Int.returnType()->cName();
2086 for (const Type *ArgTypePtr : Int.argTypes())
2095 << "__clang_arm_builtin_alias(__builtin_arm_" << Int.builtinExtension()
2096 << "_" << Int.fullName() << ")))\n"
2159 const ACLEIntrinsic &Int = *kv.second;
2160 OS << "BUILTIN(__builtin_arm_cde_" << Int.fullName()