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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h163 bool isPoly() const { function in class:clang::NeonTypeFlags
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp193 bool isPoly() const { return Kind == Poly; } function in class:__anon2449::Type
614 if (isPoly())
705 if (isPoly()) {
842 if (isPoly())
924 if (isPoly())
963 if (T.isPoly())
1010 if (RetT.isPoly())
1024 if (T.isPoly())
2220 if (T.isPoly())
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp5947 Int = Type.isPoly() ? (unsigned)Intrinsic::arm_neon_vmullp : Int;
9929 if (Type.isPoly()) Int = Intrinsic::aarch64_neon_pmull;

Completed in 198 milliseconds