Home
last modified time | relevance | path

Searched refs:offset_ (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dformat-implementation.h51 ++offset_; in GetIntField()
66 ++offset_; in GetIntField()
285 ++offset_; in CueUpNextDataEdit()
293 ++offset_; in CueUpNextDataEdit()
296 if (offset_ < formatLength_ && format_[offset_] == quote) { in CueUpNextDataEdit()
374 ++offset_; in GetNextDataEdit()
379 ++offset_; in GetNextDataEdit()
384 for (++offset_; offset_ < formatLength_;) { in GetNextDataEdit()
409 for (++offset_; offset_ < formatLength_;) { in GetNextDataEdit()
443 ++offset_; in GetNextDataEdit()
[all …]
H A Dformat.h114 while (offset_ < formatLength_ && in SkipBlanks()
115 (format_[offset_] == ' ' || format_[offset_] == '\t' || in SkipBlanks()
116 format_[offset_] == '\v')) { in SkipBlanks()
117 ++offset_; in SkipBlanks()
122 return offset_ < formatLength_ ? format_[offset_] : '\0'; in PeekNext()
126 if (offset_ >= formatLength_) { in GetNextChar()
136 return format_[offset_++]; in GetNextChar()
180 int offset_{0}; // next item is at format_[offset_]
H A Dtype-info.h65 std::uint64_t offset() const { return offset_; } in offset()
102 std::uint64_t offset_{0};
H A Dtype-info.cpp129 descriptor.set_base_addr(container.Element<char>(subscripts) + offset_); in CreatePointerDescriptor()
131 descriptor.set_base_addr(container.OffsetElement<char>() + offset_); in CreatePointerDescriptor()
261 kind_, rank_, static_cast<std::size_t>(offset_)); in Dump()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h55 Provenance(std::size_t offset) : offset_{offset} { CHECK(offset > 0); } in Provenance()
61 std::size_t offset() const { return offset_; } in offset()
64 CHECK(n > -static_cast<ptrdiff_t>(offset_));
65 return {offset_ + static_cast<std::size_t>(n)};
67 Provenance operator+(std::size_t n) const { return {offset_ + n}; }
70 return offset_ - that.offset_;
72 bool operator<(Provenance that) const { return offset_ < that.offset_; }
74 bool operator==(Provenance that) const { return offset_ == that.offset_; }
78 std::size_t offset_{0};
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcompute-offsets.cpp59 std::size_t offset_{0}; member in Fortran::semantics::ComputeOffsetsHelper
107 offset_ = std::max(offset_, symbol->offset() + blockInfo.size); in Compute()
119 scope.set_size(offset_); in Compute()
148 offset_ = 0; in DoCommonBlock()
197 minSize, std::max(offset_, eqIter->first->offset() + blockInfo.size)); in DoCommonBlock()
201 commonBlock.set_size(std::max(minSize, offset_)); in DoCommonBlock()
304 std::size_t previousOffset{offset_}; in DoSymbol()
305 offset_ = Align(offset_, s.alignment); in DoSymbol()
306 std::size_t padding{offset_ - previousOffset}; in DoSymbol()
308 symbol.set_offset(offset_); in DoSymbol()
[all …]
H A Dsymbol.cpp545 os << " size=" << symbol.size_ << " offset=" << symbol.offset_; in operator <<()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dinitial-image.cpp77 padWithZero_{padWithZero}, offset_{offset} {
97 CHECK(offset_ + elements * stride <= image_.data_.size() || padWithZero_); in Test()
104 auto at{offset_ + component.offset()}; in Test()
137 auto at{static_cast<std::size_t>(offset_ + j * stride)}; in Test()
161 auto at{static_cast<std::size_t>(offset_ + j * stride)}; in Test()
186 ConstantSubscript offset_; member in Fortran::evaluate::AsConstantHelper
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dfold-designator.h47 ConstantSubscript offset() const { return offset_; } in offset()
48 void Augment(ConstantSubscript n) { offset_ += n; } in Augment()
54 ConstantSubscript offset_{0};
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_sve.td299 def SVLD1SB_GATHER_64B_OFFSETS_S : MInst<"svld1sb_gather_[{3}]offset_{d}", "dPSx", "lUl", [IsGathe…
300 def SVLD1UB_GATHER_64B_OFFSETS_S : MInst<"svld1ub_gather_[{3}]offset_{d}", "dPWx", "lUl", [IsGathe…
301 def SVLD1SH_GATHER_64B_OFFSETS_S : MInst<"svld1sh_gather_[{3}]offset_{d}", "dPTx", "lUl", [IsGathe…
302 def SVLD1UH_GATHER_64B_OFFSETS_S : MInst<"svld1uh_gather_[{3}]offset_{d}", "dPXx", "lUl", [IsGathe…
303 def SVLD1SW_GATHER_64B_OFFSETS_S : MInst<"svld1sw_gather_[{3}]offset_{d}", "dPUx", "lUl", [IsGathe…
304 def SVLD1UW_GATHER_64B_OFFSETS_S : MInst<"svld1uw_gather_[{3}]offset_{d}", "dPYx", "lUl", [IsGathe…
314 def SVLD1SB_GATHER_64B_OFFSETS_U : MInst<"svld1sb_gather_[{3}]offset_{d}", "dPSu", "lUl", [IsGathe…
315 def SVLD1UB_GATHER_64B_OFFSETS_U : MInst<"svld1ub_gather_[{3}]offset_{d}", "dPWu", "lUl", [IsGathe…
316 def SVLD1SH_GATHER_64B_OFFSETS_U : MInst<"svld1sh_gather_[{3}]offset_{d}", "dPTu", "lUl", [IsGathe…
317 def SVLD1UH_GATHER_64B_OFFSETS_U : MInst<"svld1uh_gather_[{3}]offset_{d}", "dPXu", "lUl", [IsGathe…
[all …]
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp66 : name_(std::string()), size_(0), offset_(0), in KernelArgMD()
72 uint32_t offset_; member in KernelArgMD
319 foronly_unsigned(value, [&](uint64_t x) { kernelarg->offset_ = x; }); in populate_kernelArgMD()
470 size_t new_offset = lcArg.offset_; in get_code_object_custom_metadata()
474 lcArg.offset_); in get_code_object_custom_metadata()
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dformat.h75 offset_ = offset; in ENUM_CLASS()
84 int offset() const { return offset_; } in ENUM_CLASS()
91 int offset_{0}; in ENUM_CLASS()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h566 std::size_t offset() const { return offset_; } in offset()
567 void set_offset(std::size_t offset) { offset_ = offset; } in set_offset()
681 std::size_t offset_{0}; // byte offset in scope or common block
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc261 (long long fd_, long long offset_, long long whence_) {
536 (long long res, void *samples_, long long size_, long long offset_,
1406 long long offset_) {
1413 long long offset_) {
1420 long long offset_) {
1427 long long offset_) {
1557 (long long res, long long fd_, long long PAD_, long long offset_,
2130 long long offset_) {
2135 long long offset_) {
2140 long long offset_) {
[all …]