Home
last modified time | relevance | path

Searched defs:at (Results 1 – 25 of 165) sorted by relevance

1234567

/llvm-project/llvm/test/MC/AArch64/
H A Darmv8.9a-ats1a.s3 at s1e1a, x1 label
6 at s1e2a, x1 label
9 at s1e3a, x1 label
H A Darm64-diags.s415 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 Dbuffer.h71 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 Dfile.cpp191 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 Dreduction.cpp35 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 Dproduct.cpp29 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 Dmips-expansions.s63 .set at define
127 .set at define
H A Delf-tls.s43 .set at define
75 .set at define
111 .set at define
H A Dmips_gprel16.s34 .set at define
58 .set at define
H A Dmacro-bcc-imm-bad.s8 .set at define
/llvm-project/flang/lib/Parser/
H A Dinstrumented-parser.cpp26 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 Dopenmp_capture_const_var_ast_print.cpp15 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 Dderived-types-kind-params.f9014 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 DBufferTest.cpp32 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 Dmuloti4_test.c21 twords at; in test__muloti4() local
40 twords at; in test__muloti4() local
/llvm-project/flang/lib/Semantics/
H A Ddefinable.cpp18 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 Dprivate-components.f9016 subroutine user_clash(a, at) argument
22 type(t) :: at local
/llvm-project/mlir/include/mlir/IR/
H A DBuiltinAttributeInterfaces.h79 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 Dvalid.s194 .set at define
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h62 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 Dinitial-image.cpp30 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 Domp_alloc_null_fb.c7 omp_alloctrait_t at[2]; in main() local
H A Domp_alloc_hbw.c7 omp_alloctrait_t at[2]; in main() local
H A Domp_calloc_def_fb.c7 omp_alloctrait_t at[2]; in main() local
H A Domp_alloc_def_fb.c7 omp_alloctrait_t at[2]; in main() local

1234567