Searched refs:eltty (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | vectors.h | 34 #define X(ty, eltty, castty) typedef eltty ty __attribute__((vector_size(16))); argument 71 #define X(ty, eltty, castty) \ argument 72 DECLARE_VECTOR_TYPE(ty, ty, eltty, castty, (sizeof(ty) / sizeof(eltty)))
|
D | vectors.def | 26 // define X(ty, eltty, castty) 33 // define X(ty, eltty, numelements)
|
D | test_vector_ops.h | 66 #define X(ty, eltty, castty) DECLARE_VECTOR_OPS(ty) argument 70 #define X(ty, eltty, numelements) DECLARE_VECTOR_OPS(ty) argument
|
/external/llvm-project/llvm/docs/ |
D | BitCodeFormat.rst | 1208 ``[ARRAY, numelts, eltty]`` 1215 * *eltty*: The type index of the array element type 1220 ``[VECTOR, numelts, eltty]`` 1227 * *eltty*: The type index of the vector element type 1270 ``[STRUCT_ANON, ispacked, ...eltty...]`` 1277 * *eltty*: Zero or more type indices representing the element types of the 1292 ``[STRUCT_NAMED, ispacked, ...eltty...]`` 1300 * *eltty*: Zero or more type indices representing the element types of the
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 1031 ``[STRUCT, ispacked, ...eltty...]`` 1038 * *eltty*: Zero or more type indices representing the element types of the 1044 ``[ARRAY, numelts, eltty]`` 1051 * *eltty*: The type index of the array element type 1056 ``[VECTOR, numelts, eltty]`` 1063 * *eltty*: The type index of the vector element type
|