Home
last modified time | relevance | path

Searched refs:IsContiguous (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dsupport.cpp15 bool RTNAME(IsContiguous)(const Descriptor &descriptor) { in RTNAME() argument
16 return descriptor.IsContiguous(); in RTNAME()
H A Dmatmul.cpp195 if (x.IsContiguous() && y.IsContiguous() && in DoMatmul()
196 (IS_ALLOCATING || result.IsContiguous())) { in DoMatmul()
H A Dassign.cpp263 if (to.rank() == from.rank() && to.IsContiguous() && from.IsContiguous()) { in Assign()
H A Ddescriptor-io.h354 if (descriptor.IsContiguous()) { // contiguous unformatted I/O in UnformattedDescriptorIO()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dsupport.h22 bool RTNAME(IsContiguous)(const Descriptor &);
H A Ddescriptor.h352 bool IsContiguous(int leadingDimensions = maxRank) const {
/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp118 Streams[I].IsContiguous = (I % 2 == 0); in SetUp()
126 bool IsContiguous; member
230 if (Stream.IsContiguous) in TEST_F()
243 if (Stream.IsContiguous) in TEST_F()
250 if (Stream.IsContiguous) in TEST_F()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp367 bool IsContiguous = false; in emitLookupFunction() local
371 IsContiguous = true; in emitLookupFunction()
374 IsContiguous = false; in emitLookupFunction()
380 if (IsContiguous) { in emitLookupFunction()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A DISO-Fortran-binding.cpp101 MATCH(true, res->IsContiguous()); in check_CFI_establish()
317 MATCH(true, desc->IsContiguous()); in check_CFI_allocate()