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-subzero/include/llvm/Support/
DCompiler.h321 # 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/
DCompiler.h357 # 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