Home
last modified time | relevance | path

Searched refs:isPoly (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DTargetBuiltins.h131 bool isPoly() const { in isPoly() function
/external/llvm-project/clang/utils/TableGen/
DNeonEmitter.cpp193 bool isPoly() const { return Kind == Poly; } in isPoly() function in __anon50209d260111::Type
611 if (isPoly()) in str()
702 if (isPoly()) { in getNeonEnum()
839 if (isPoly()) in applyTypespec()
921 if (isPoly()) in applyModifiers()
960 if (T.isPoly()) in getInstTypeCode()
1007 if (RetT.isPoly()) in getBuiltinTypeStr()
1021 if (T.isPoly()) in getBuiltinTypeStr()
2217 if (T.isPoly()) in emitNeonTypeDefs()
/external/clang/utils/TableGen/
DNeonEmitter.cpp179 bool isPoly() const { return Poly; } in isPoly() function in __anonde9241780111::Type
963 if (T.isPoly()) in getInstTypeCode()
1014 if (RetT.isPoly()) in getBuiltinTypeStr()
1029 if (T.isPoly()) in getBuiltinTypeStr()
1329 if (T.isChar() || T.isPoly() || !T.isSigned()) { in emitBodyAsBuiltinCall()
2276 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
2288 if (T.isPoly()) in run()
2309 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
/external/llvm-project/clang/include/clang/Basic/
DTargetBuiltins.h163 bool isPoly() const { in isPoly() function
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3568 Int = Type.isPoly() ? (unsigned)Intrinsic::arm_neon_vmullp : Int; in EmitCommonNeonBuiltinExpr()
5628 if (Type.isPoly()) Int = Intrinsic::aarch64_neon_pmull; in EmitAArch64BuiltinExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp6429 Int = Type.isPoly() ? (unsigned)Intrinsic::arm_neon_vmullp : Int; in EmitCommonNeonBuiltinExpr()
10084 if (Type.isPoly()) Int = Intrinsic::aarch64_neon_pmull; in EmitAArch64BuiltinExpr()