Searched defs:LLVM_ASSUME_ALIGNED (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Compiler.h | 297 # define LLVM_ASSUME_ALIGNED(p, a) __builtin_assume_aligned(p, a) macro 300 # define LLVM_ASSUME_ALIGNED(p, a) \ macro 303 # define LLVM_ASSUME_ALIGNED(p, a) (p) macro
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Compiler.h | 321 # define LLVM_ASSUME_ALIGNED(p, a) __builtin_assume_aligned(p, a) macro 324 # define LLVM_ASSUME_ALIGNED(p, a) \ macro 327 # define LLVM_ASSUME_ALIGNED(p, a) (p) macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Compiler.h | 357 # define LLVM_ASSUME_ALIGNED(p, a) __builtin_assume_aligned(p, a) macro 360 # define LLVM_ASSUME_ALIGNED(p, a) \ macro 363 # define LLVM_ASSUME_ALIGNED(p, a) (p) macro
|