Searched refs:amode (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | addrmode-opt-assert.mir | 1 # RUN: llc -march=hexagon -mcpu=hexagonv62 -run-pass amode-opt %s -o - 8 # Halide pipeline. This code was causing the pass 'amode-opt' to crash because
|
| H A D | addrmode-globoff.mir | 1 # RUN: llc -march=hexagon -run-pass amode-opt %s -o - | FileCheck %s
|
| H A D | addrmode-rr-to-io.mir | 1 # RUN: llc -march=hexagon -run-pass amode-opt %s -o - | FileCheck %s
|
| H A D | addrmode-keepdeadphis.mir | 1 # RUN: llc -march=hexagon -run-pass amode-opt %s -o - | FileCheck %s
|
| H A D | addrmode-immop.mir | 1 # RUN: llc -march=hexagon -run-pass amode-opt -verify-machineinstrs %s -o - | FileCheck %s
|
| H A D | opt-addr-mode.ll | 2 …agon -hexagon-small-data-threshold=0 -disable-hexagon-amodeopt=0 -hexagon-amode-growth-limit=4 < %…
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | errno-stdlibraryfunctions-notes.c | 11 int access(const char *path, int amode);
|
| H A D | std-c-library-functions-POSIX.c | 126 int access(const char *pathname, int amode);
|
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 2581 #define __sanitizer_syscall_pre_faccessat(fd, path, amode, flag) \ argument 2583 (long long)(amode), \ 2585 #define __sanitizer_syscall_post_faccessat(res, fd, path, amode, flag) \ argument 2587 res, (long long)(fd), (long long)(path), (long long)(amode), \ 4792 long long amode, long long flag); 4794 long long path, long long amode,
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 490 /// int access(const char *path, int amode);
|