Home
last modified time | relevance | path

Searched defs:LLVM_LIKELY (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Support/
H A DCompiler.h176 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) macro
179 #define LLVM_LIKELY(EXPR) (EXPR) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h178 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) macro
181 #define LLVM_LIKELY(EXPR) (EXPR) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DCompiler.h206 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) macro
209 #define LLVM_LIKELY(EXPR) (EXPR) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DCompiler.h237 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) macro
240 #define LLVM_LIKELY(EXPR) (EXPR) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCompiler.h214 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) macro
217 #define LLVM_LIKELY(EXPR) (EXPR) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DCompiler.h237 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) macro
240 #define LLVM_LIKELY(EXPR) (EXPR) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DCompiler.h237 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) macro
240 #define LLVM_LIKELY(EXPR) (EXPR) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DCompiler.h237 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) macro
240 #define LLVM_LIKELY(EXPR) (EXPR) macro