Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetBuiltins.h131 bool isPoly() const { in isPoly() function
/external/clang/utils/TableGen/
DNeonEmitter.cpp179 bool isPoly() const { return Poly; } in isPoly() function in __anon66c363900111::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/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()