Home
last modified time | relevance | path

Searched refs:LLVM_GNUC_PREREQ (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Support/
DCompiler.h43 #ifndef LLVM_GNUC_PREREQ
45 # define LLVM_GNUC_PREREQ(maj, min, patch) \ macro
49 # define LLVM_GNUC_PREREQ(maj, min, patch) \ macro
52 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 macro
83 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1)
110 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
117 #if __has_attribute(sentinel) || LLVM_GNUC_PREREQ(3, 0, 0)
123 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
129 #if __has_attribute(warn_unused_result) || LLVM_GNUC_PREREQ(3, 4, 0)
145 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
[all …]
DSwapByteOrder.h42 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC)) in SwapByteOrder_32()
58 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC)) in SwapByteOrder_64()
DMathExtras.h74 #if __has_builtin(__builtin_ctz) || LLVM_GNUC_PREREQ(4, 0, 0)
90 #if __has_builtin(__builtin_ctzll) || LLVM_GNUC_PREREQ(4, 0, 0)
143 #if __has_builtin(__builtin_clz) || LLVM_GNUC_PREREQ(4, 0, 0)
159 #if __has_builtin(__builtin_clzll) || LLVM_GNUC_PREREQ(4, 0, 0)
Dtype_traits.h105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h47 #ifndef LLVM_GNUC_PREREQ
49 # define LLVM_GNUC_PREREQ(maj, min, patch) \ macro
53 # define LLVM_GNUC_PREREQ(maj, min, patch) \ macro
56 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 macro
80 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1)
101 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
114 #if __has_attribute(sentinel) || LLVM_GNUC_PREREQ(3, 0, 0)
120 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
147 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
154 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
[all …]
DSwapByteOrder.h45 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC)) in SwapByteOrder_32()
61 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC)) in SwapByteOrder_64()
DMathExtras.h74 #if __has_builtin(__builtin_ctz) || LLVM_GNUC_PREREQ(4, 0, 0)
90 #if __has_builtin(__builtin_ctzll) || LLVM_GNUC_PREREQ(4, 0, 0)
143 #if __has_builtin(__builtin_clz) || LLVM_GNUC_PREREQ(4, 0, 0)
159 #if __has_builtin(__builtin_clzll) || LLVM_GNUC_PREREQ(4, 0, 0)
Dtype_traits.h105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)