Searched refs:PrimitiveType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 261 PrimitiveType, enumerator 337 : TypeNode(NodeKind::PrimitiveType), PrimKind(K) {} in PrimitiveTypeNode() 343 return N->kind() == NodeKind::PrimitiveType; in classof()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 256 class PrimitiveType<string kind_, int size_>: Type { 265 def kind # size: PrimitiveType<kind, size>; 268 def kind # size: PrimitiveType<kind, size>; 273 def uint: PrimitiveType<"u", 32> { let nameOverride = "unsigned"; } 274 def sint: PrimitiveType<"s", 32> { let nameOverride = "int"; }
|
| H A D | arm_mve.td | 824 multiclass contiguous_load<string mnemonic, PrimitiveType memtype, 881 multiclass contiguous_store<string mnemonic, PrimitiveType memtype, 1005 multiclass gather_offset_unshifted<list<Type> types, PrimitiveType memtype> { 1021 multiclass gather_offset_shifted<list<Type> types, PrimitiveType memtype, 1038 multiclass gather_offset_both<list<Type> types, PrimitiveType memtype, 1049 multiclass scatter_offset_unshifted<list<Type> types, PrimitiveType memtype> { 1066 multiclass scatter_offset_shifted<list<Type> types, PrimitiveType memtype, 1084 multiclass scatter_offset_both<list<Type> types, PrimitiveType memtype,
|
| H A D | arm_cde.td | 18 def f64: PrimitiveType<"f", 64>;
|