Searched defs:LLVM_ASSUME_ALIGNED (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCompiler.h294 /// \macro LLVM_ASSUME_ALIGNED
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/
H A DCompiler.h309 /// \macro LLVM_ASSUME_ALIGNED
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

Completed in 521 milliseconds