Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetBuiltins.h130 bool isPoly() const { in isPoly() function
/external/clang/utils/TableGen/
DNeonEmitter.cpp174 bool isPoly() const { return Poly; } in isPoly() function in __anon985e31310111::Type
946 if (T.isPoly()) in getInstTypeCode()
993 if (RetT.isPoly()) in getBuiltinTypeStr()
1008 if (T.isPoly()) in getBuiltinTypeStr()
1309 if (T.isChar() || T.isPoly() || !T.isSigned()) { in emitBodyAsBuiltinCall()
2260 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
2272 if (T.isPoly()) in run()
2293 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp2981 Int = Type.isPoly() ? (unsigned)Intrinsic::arm_neon_vmullp : Int; in EmitCommonNeonBuiltinExpr()
4859 if (Type.isPoly()) Int = Intrinsic::aarch64_neon_pmull; in EmitAArch64BuiltinExpr()