Home
last modified time | relevance | path

Searched refs:amode (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Daddrmode-opt-assert.mir1 # 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 Daddrmode-globoff.mir1 # RUN: llc -march=hexagon -run-pass amode-opt %s -o - | FileCheck %s
H A Daddrmode-rr-to-io.mir1 # RUN: llc -march=hexagon -run-pass amode-opt %s -o - | FileCheck %s
H A Daddrmode-keepdeadphis.mir1 # RUN: llc -march=hexagon -run-pass amode-opt %s -o - | FileCheck %s
H A Daddrmode-immop.mir1 # RUN: llc -march=hexagon -run-pass amode-opt -verify-machineinstrs %s -o - | FileCheck %s
H A Dopt-addr-mode.ll2 …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 Derrno-stdlibraryfunctions-notes.c11 int access(const char *path, int amode);
H A Dstd-c-library-functions-POSIX.c126 int access(const char *pathname, int amode);
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2581 #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 DTargetLibraryInfo.def490 /// int access(const char *path, int amode);