Home
last modified time | relevance | path

Searched refs:polymorphic (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CodeGen/arm-mve-intrinsics/
H A Dvcmulq.c130 #ifdef polymorphic in test_vcmulq_m_f16()
146 #ifdef polymorphic in test_vcmulq_m_f32()
162 #ifdef polymorphic in test_vcmulq_rot90_m_f16()
178 #ifdef polymorphic in test_vcmulq_rot90_m_f32()
194 #ifdef polymorphic in test_vcmulq_rot180_m_f16()
210 #ifdef polymorphic in test_vcmulq_rot180_m_f32()
226 #ifdef polymorphic in test_vcmulq_rot270_m_f16()
242 #ifdef polymorphic in test_vcmulq_rot270_m_f32()
/llvm-project-15.0.7/clang/utils/VtableTest/
H A Dgen.cc70 bool polymorphic = false; in gs() local
267 polymorphic = true; in gs()
268 if (polymorphic) { in gs()
278 if (polymorphic) { in gs()
/llvm-project-15.0.7/libcxx/include/experimental/
H A Dstring22 // basic_string using polymorphic allocator in namespace pmr
27 // basic_string typedef names using polymorphic allocator in namespace
H A Dmemory_resource152 // 8.6, memory.polymorphic.allocator.class
154 // 8.6.1, memory.polymorphic.allocator.overview
161 // 8.6.2, memory.polymorphic.allocator.ctor
183 // 8.6.3, memory.polymorphic.allocator.mem
314 // 8.6.4, memory.polymorphic.allocator.eq
/llvm-project-15.0.7/flang/test/Semantics/
H A Dcollectives05.f9032 class(foo_t), allocatable :: polymorphic variable
57 allocate(foo_t :: polymorphic)
67 call co_reduce(polymorphic, derived_type_op)
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_mve_defs.td424 // its shorter polymorphic name.
431 // PNT_None: the intrinsic is not polymorphic at all, so its short name is the
435 // PNT_Type: the usual case, in which the polymorphic name is made by dropping
440 // PNT_2Type: the polymorphic name is made by dropping _two_ type suffixes.
444 // PNT_NType: the polymorphic name is made by dropping an "_n" suffix and a
448 // PNT_NType: the polymorphic name is made by just dropping an "_n" suffix
452 // PNT_WBType: the polymorphic name is made by dropping an "_wb" suffix and a
456 // PNT_WB: the polymorphic name is made by just dropping "_wb". E.g.
472 // [Void] if the intrinsic is not polymorphic at all.
485 // A very few intrinsics _only_ have a polymorphic name.
[all …]
H A Darm_neon_incl.td259 // !: make this the key type passed to CGBuiltin.cpp in a polymorphic call.
277 // a Q register. Only used for intrinsics which end up calling polymorphic
H A Darm_cde.td164 // polymorphic paramters.
H A Darm_mve.td1545 // This is the polymorphic form of vuninitializedq, which takes no type
1549 // This intrinsic has no _non_-polymorphic form exposed to the user. But each
1558 pnt = PolymorphicNameType<1, "polymorphic"> in {
1576 // For float->int conversions _n and _x_n intrinsics are not polymorphic
H A DDiagnosticASTKinds.td124 "typeid applied to expression of polymorphic type %0 is "
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dslicing.rst25 …/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#c145-access-polymorphic-objects-through…
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dattr-trivial-abi.mm17 … { // expected-warning {{'trivial_abi' cannot be applied to 'S3'}} expected-note {{is polymorphic}}
23 … // expected-warning {{'trivial_abi' cannot be applied to 'S3_2'}} expected-note {{is polymorphic}}
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def55 /// True when this class is polymorphic, i.e., has at
56 /// least one virtual member or derives from a polymorphic class.
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A DOpDSL.md64 Here we have a simple type polymorphic contraction that takes arguments `A` and
301 Pointwise computations are expressible in a rank polymorphic form that supports
305 An example for a rank polymorphic operation is `fill`:
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp854 bool polymorphic() const { return ShortName != FullName; } in polymorphic() function in __anondd1c47770111::ACLEIntrinsic
1720 Int.polymorphic() ? StringTable.GetOrAddStringOffset(Int.shortName()) in EmitBuiltinAliases()
1806 if (Polymorphic && !Int.polymorphic()) in EmitHeader()
1957 if (Int.polymorphic()) { in EmitBuiltinDef()
2065 if (Polymorphic && !Int.polymorphic()) in EmitHeader()
/llvm-project-15.0.7/llvm/docs/
H A DCFIVerify.rst50 directives (e.g. CFI directives around a static call to a non-polymorphic base
H A DStackMaps.rst43 implementing an inline call cache for polymorphic method dispatch or
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DExperimentalFeatures.rst121 | 8.11 | Alias templates using polymorphic memory resources | Not yet | …
/llvm-project-15.0.7/clang/docs/
H A DLibASTMatchers.rst117 There are multiple matcher definition macros that deal with polymorphic return
H A DControlFlowIntegrity.rst132 where the class being casted to is a polymorphic class.
169 polymorphic class type. This CFI scheme can be enabled on its own using
/llvm-project-15.0.7/flang/test/Fir/
H A Dtypes-to-llvm.fir425 // `none` is used for polymorphic type.
/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp1964 FLAG(isPolymorphic, polymorphic); in VisitCXXRecordDecl()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Issues.csv51 …k/LWG2975>`__","Missing case for ``pair``\ construction in scoped and polymorphic allocators","Ja…
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst1775 Reports destructions of polymorphic objects with a non-virtual destructor in their base class.
1786 delete x; // warn: destruction of a polymorphic object with no virtual
/llvm-project-15.0.7/mlir/docs/
H A DTargetLLVMIR.md157 This descriptor is primarily intended for interfacing with rank-polymorphic

12