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.cpp177 bool isPoly() const { return Poly; } in isPoly() function in __anon985e31310111::Type
961 if (T.isPoly()) in getInstTypeCode()
1012 if (RetT.isPoly()) in getBuiltinTypeStr()
1027 if (T.isPoly()) in getBuiltinTypeStr()
1327 if (T.isChar() || T.isPoly() || !T.isSigned()) { in emitBodyAsBuiltinCall()
2274 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
2286 if (T.isPoly()) in run()
2307 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3160 Int = Type.isPoly() ? (unsigned)Intrinsic::arm_neon_vmullp : Int; in EmitCommonNeonBuiltinExpr()
5172 if (Type.isPoly()) Int = Intrinsic::aarch64_neon_pmull; in EmitAArch64BuiltinExpr()