/llvm-project/llvm/test/MC/AArch64/ |
H A D | armv8.9a-ats1a.s | 3 at s1e1a, x1 label 6 at s1e2a, x1 label 9 at s1e3a, x1 label
|
H A D | arm64-diags.s | 415 at s1e1r label 417 at s1e2r label 419 at s1e3r label 421 at s1e1w label 423 at s1e2w label 425 at s1e3w label 427 at s1e0r label 429 at s1e0w label 431 at s12e1r label 433 at s12e1w label [all …]
|
/llvm-project/flang/runtime/ |
H A D | buffer.h | 71 FileOffset at, std::size_t bytes, IoErrorHandler &handler) { in ReadFrame() 100 FileOffset at, std::size_t bytes, IoErrorHandler &handler) { in WriteFrame() 136 RT_API_ATTRS void TruncateFrame(std::int64_t at, IoErrorHandler &handler) { in TruncateFrame() 169 RT_API_ATTRS void Reset(FileOffset at) { in Reset()
|
H A D | file.cpp | 191 std::size_t OpenFile::Read(FileOffset at, char *buffer, std::size_t minBytes, in Read() argument 220 std::size_t OpenFile::Write(FileOffset at, const char *buffer, in Write() argument 249 inline static int openfile_ftruncate(int fd, OpenFile::FileOffset at) { in openfile_ftruncate() argument 257 void OpenFile::Truncate(FileOffset at, IoErrorHandler &handler) { in Truncate() argument 271 ReadAsynchronously(FileOffset at,char * buffer,std::size_t bytes,IoErrorHandler & handler) ReadAsynchronously() argument 299 WriteAsynchronously(FileOffset at,const char * buffer,std::size_t bytes,IoErrorHandler & handler) WriteAsynchronously() argument 374 Seek(FileOffset at,IoErrorHandler & handler) Seek() argument 386 RawSeek(FileOffset at) RawSeek() argument 396 std::int64_t at{::lseek64(fd_, 0, SEEK_END)}; RawSeekToEnd() local [all...] |
H A D | reduction.cpp | 35 RT_API_ATTRS bool AccumulateAt(const SubscriptValue at[]) { in AccumulateAt() argument 55 RT_API_ATTRS bool AccumulateAt(const SubscriptValue at[]) { in AccumulateAt() argument 75 RT_API_ATTRS bool AccumulateAt(const SubscriptValue at[]) { in AccumulateAt() argument 225 AccumulateAt(const SubscriptValue at[]) AccumulateAt() argument 259 SubscriptValue at{dim.LowerBound()}; ReduceLogicalDimToScalar() local 276 SubscriptValue at[maxRank]; operator ()() local 307 AccumulateAt(const SubscriptValue at[]) AccumulateAt() argument 327 SubscriptValue at[maxRank]; operator ()() local [all...] |
H A D | product.cpp | 29 RT_API_ATTRS bool AccumulateAt(const SubscriptValue at[]) { in AccumulateAt() argument 56 AccumulateAt(const SubscriptValue at[]) AccumulateAt() argument
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | mips-expansions.s | 63 .set at define 127 .set at define
|
H A D | elf-tls.s | 43 .set at define 75 .set at define 111 .set at define
|
H A D | mips_gprel16.s | 34 .set at define 58 .set at define
|
H A D | macro-bcc-imm-bad.s | 8 .set at define
|
/llvm-project/flang/lib/Parser/ |
H A D | instrumented-parser.cpp | 26 const char *at, const MessageFixedText &tag, ParseState &state) { in Fails() 47 void ParsingLog::Note(const char *at, const MessageFixedText &tag, bool pass, in Note() 69 const char *at{reinterpret_cast<const char *>(posLog.first)}; in Dump() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | openmp_capture_const_var_ast_print.cpp | 15 int at(int) { return 0; } in at() function 16 int at(int) const { return 1; } in at() function
|
/llvm-project/flang/test/Lower/ |
H A D | derived-types-kind-params.f90 | 14 type(t(k1+3, k2+4)) :: at component 35 subroutine foo(at) argument 36 type(t(k2=12)) :: at local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | BufferTest.cpp | 32 std::size_t Read(FileOffset at, char *to, std::size_t minBytes, in Read() 48 std::size_t Write(FileOffset at, const char *from, std::size_t bytes, in Write() 78 inline int ValueFor(int at) { return (at ^ (at >> 8)) & 0xff; } in ValueFor() 89 int at{0}, j{0}; in TEST() local
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | muloti4_test.c | 21 twords at; in test__muloti4() local 40 twords at; in test__muloti4() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | definable.cpp | 18 static parser::Message BlameSymbol(parser::CharBlock at, in BlameSymbol() argument 51 SourceName at, const Symbol &original, const Symbol &ultimate, in CheckDefinabilityInPureScope() argument 98 static std::optional<parser::Message> WhyNotDefinableBase(parser::CharBlock at, in WhyNotDefinableBase() argument 178 WhyNotDefinableLast(parser::CharBlock at,const Scope & scope,DefinabilityFlags flags,const Symbol & original) WhyNotDefinableLast() argument 232 WhyNotDefinable(parser::CharBlock at,const Scope & scope,DefinabilityFlags flags,const evaluate::DataRef & dataRef) WhyNotDefinable() argument 245 WhyNotDefinable(parser::CharBlock at,const Scope & scope,DefinabilityFlags flags,const Symbol & original) WhyNotDefinable() argument 296 WhyNotDefinable(parser::CharBlock at,const Scope & scope,DefinabilityFlags flags,const evaluate::Expr<evaluate::SomeType> & expr) WhyNotDefinable() argument [all...] |
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | private-components.f90 | 16 subroutine user_clash(a, at) argument 22 type(t) :: at local
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | BuiltinAttributeInterfaces.h | 79 T at(uint64_t index) const { in at() function 97 const T &at(uint64_t index) const { in at() function 158 T at(uint64_t index) final { return atImpl(iterator, index); } in at() function 176 T at(uint64_t index) const { in at() function
|
/llvm-project/llvm/test/MC/Mips/mips1/ |
H A D | valid.s | 194 .set at define
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Matrix.h | 62 T &at(unsigned row, unsigned column) { in at() function 68 T at(unsigned row, unsigned column) const { in at() function
|
/llvm-project/flang/lib/Evaluate/ |
H A D | initial-image.cpp | 30 auto at{x.lbounds()}; in Add() local 111 auto at{offset_ + component.offset()}; in Test() local 151 auto at{static_cast<std::size_t>(offset_ + j * stride)}; in Test() local 175 auto at{static_cast<std::size_t>(offset_ + j * stride)}; in Test() local
|
/llvm-project/openmp/runtime/test/api/ |
H A D | omp_alloc_null_fb.c | 7 omp_alloctrait_t at[2]; in main() local
|
H A D | omp_alloc_hbw.c | 7 omp_alloctrait_t at[2]; in main() local
|
H A D | omp_calloc_def_fb.c | 7 omp_alloctrait_t at[2]; in main() local
|
H A D | omp_alloc_def_fb.c | 7 omp_alloctrait_t at[2]; in main() local
|