| /llvm-project-15.0.7/clang/test/CodeGen/arm-mve-intrinsics/ |
| H A D | vcmulq.c | 130 #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 D | gen.cc | 70 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 D | string | 22 // basic_string using polymorphic allocator in namespace pmr 27 // basic_string typedef names using polymorphic allocator in namespace
|
| H A D | memory_resource | 152 // 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 D | collectives05.f90 | 32 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 D | arm_mve_defs.td | 424 // 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 D | arm_neon_incl.td | 259 // !: 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 D | arm_cde.td | 164 // polymorphic paramters.
|
| H A D | arm_mve.td | 1545 // 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 D | DiagnosticASTKinds.td | 124 "typeid applied to expression of polymorphic type %0 is "
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | slicing.rst | 25 …/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#c145-access-polymorphic-objects-through…
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | attr-trivial-abi.mm | 17 … { // 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 D | CXXRecordDeclDefinitionBits.def | 55 /// 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 D | OpDSL.md | 64 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 D | MveEmitter.cpp | 854 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 D | CFIVerify.rst | 50 directives (e.g. CFI directives around a static call to a non-polymorphic base
|
| H A D | StackMaps.rst | 43 implementing an inline call cache for polymorphic method dispatch or
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | ExperimentalFeatures.rst | 121 | 8.11 | Alias templates using polymorphic memory resources | Not yet | …
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LibASTMatchers.rst | 117 There are multiple matcher definition macros that deal with polymorphic return
|
| H A D | ControlFlowIntegrity.rst | 132 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 D | types-to-llvm.fir | 425 // `none` is used for polymorphic type.
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 1964 FLAG(isPolymorphic, polymorphic); in VisitCXXRecordDecl()
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx20Issues.csv | 51 …k/LWG2975>`__","Missing case for ``pair``\ construction in scoped and polymorphic allocators","Ja…
|
| /llvm-project-15.0.7/clang/docs/analyzer/ |
| H A D | checkers.rst | 1775 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 D | TargetLLVMIR.md | 157 This descriptor is primarily intended for interfacing with rank-polymorphic
|