Home
last modified time | relevance | path

Searched refs:GET_DAGISEL_BODY (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp54 #define GET_DAGISEL_BODY HexagonDAGToDAGISel macro
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc14 // If GET_DAGISEL_BODY is #defined, its value should be the name of
22 #if defined(GET_DAGISEL_DECL) && defined(GET_DAGISEL_BODY)
23 #error GET_DAGISEL_DECL and GET_DAGISEL_BODY cannot be both defined, undef both for inline definiti…
26 #ifdef GET_DAGISEL_BODY
29 static_assert(sizeof(LOCAL_DAGISEL_STRINGIZE(GET_DAGISEL_BODY)) > 1,
30 "GET_DAGISEL_BODY is empty: it should be defined with the class name");
35 #if !defined(GET_DAGISEL_DECL) && !defined(GET_DAGISEL_BODY)
42 #define DAGISEL_CLASS_COLONCOLON GET_DAGISEL_BODY ::
50 #if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
30293 #endif // GET_DAGISEL_BODY
[all …]
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc14 // If GET_DAGISEL_BODY is #defined, its value should be the name of
22 #if defined(GET_DAGISEL_DECL) && defined(GET_DAGISEL_BODY)
23 #error GET_DAGISEL_DECL and GET_DAGISEL_BODY cannot be both defined, undef both for inline definiti…
26 #ifdef GET_DAGISEL_BODY
29 static_assert(sizeof(LOCAL_DAGISEL_STRINGIZE(GET_DAGISEL_BODY)) > 1,
30 "GET_DAGISEL_BODY is empty: it should be defined with the class name");
35 #if !defined(GET_DAGISEL_DECL) && !defined(GET_DAGISEL_BODY)
42 #define DAGISEL_CLASS_COLONCOLON GET_DAGISEL_BODY ::
50 #if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
39281 #endif // GET_DAGISEL_BODY
[all …]
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDAGISel.inc14 // If GET_DAGISEL_BODY is #defined, its value should be the name of
22 #if defined(GET_DAGISEL_DECL) && defined(GET_DAGISEL_BODY)
23 #error GET_DAGISEL_DECL and GET_DAGISEL_BODY cannot be both defined, undef both for inline definiti…
26 #ifdef GET_DAGISEL_BODY
29 static_assert(sizeof(LOCAL_DAGISEL_STRINGIZE(GET_DAGISEL_BODY)) > 1,
30 "GET_DAGISEL_BODY is empty: it should be defined with the class name");
35 #if !defined(GET_DAGISEL_DECL) && !defined(GET_DAGISEL_BODY)
42 #define DAGISEL_CLASS_COLONCOLON GET_DAGISEL_BODY ::
50 #if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
47572 #endif // GET_DAGISEL_BODY
[all …]