Home
last modified time | relevance | path

Searched defs:LLVM_ASSUME_ALIGNED (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DCompiler.h297 # 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/
DCompiler.h311 # 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/
DCompiler.h312 # 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