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-7.0/llvm/include/llvm/Support/ |
D | Compiler.h | 311 # define LLVM_ASSUME_ALIGNED(p, a) __builtin_assume_aligned(p, a) macro 314 # define LLVM_ASSUME_ALIGNED(p, a) \ macro 317 # define LLVM_ASSUME_ALIGNED(p, a) (p) macro
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Compiler.h | 312 # define LLVM_ASSUME_ALIGNED(p, a) __builtin_assume_aligned(p, a) macro 315 # define LLVM_ASSUME_ALIGNED(p, a) \ macro 318 # define LLVM_ASSUME_ALIGNED(p, a) (p) macro
|