Searched refs:IsContiguous (Results 1 – 11 of 11) sorted by relevance
119 Streams[I].IsContiguous = (I % 2 == 0); in SetUp()127 bool IsContiguous; member231 if (Stream.IsContiguous) in TEST_F()244 if (Stream.IsContiguous) in TEST_F()251 if (Stream.IsContiguous) in TEST_F()
374 bool IsContiguous = false; in emitLookupFunction() local378 IsContiguous = true; in emitLookupFunction()381 IsContiguous = false; in emitLookupFunction()387 if (IsContiguous) { in emitLookupFunction()
422 static bool IsContiguous(const BCECmpBlock &First, in IsContiguous() function in __anon9fff96360111::BCECmpChain686 if (IsContiguous(Comparisons_[I - 1], Comparisons_[I])) in simplify()708 if (IsContiguous(Comparisons_[I], Comparisons_[I + 1])) { in simplify()
422 static bool IsContiguous(const BCECmpBlock &First, in IsContiguous() function in __anona9f6ffaa0111::BCECmpChain685 if (IsContiguous(Comparisons_[I - 1], Comparisons_[I])) in simplify()707 if (IsContiguous(Comparisons_[I], Comparisons_[I + 1])) { in simplify()
291 bool IsContiguous(int leadingDimensions = maxRank) const {
229 if (descriptor.IsContiguous()) { // contiguous unformatted I/O in DescriptorIO()
101 MATCH(true, res->IsContiguous()); in check_CFI_establish()314 MATCH(true, desc->IsContiguous()); in check_CFI_allocate()
612 bool IsContiguous() const { return !IsScatterGather(); } in IsContiguous() function
875 bool IsContiguous() const { return vector_ == NULL; } in IsContiguous() function876 bool IsScatterGather() const { return !IsContiguous(); } in IsScatterGather()
3805 VIXL_ASSERT(addr.IsContiguous()); in SVELdSt1Helper()
7371 if (IsContiguous()) { in GetStructAddress()