Home
last modified time | relevance | path

Searched refs:Subscript (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp128 for (const SCEV *Subscript : R.Subscripts) in operator <<() local
129 OS << "[" << *Subscript << "]"; in operator <<()
382 return all_of(Subscripts, [&](const SCEV *Subscript) { in delinearize() argument
383 return isSimpleAddRecurrence(*Subscript, *L); in delinearize()
400 bool allCoeffForLoopAreZero = all_of(Subscripts, [&](const SCEV *Subscript) { in isLoopInvariant() argument
401 return isCoeffForLoopZeroOrInvariant(*Subscript, L); in isLoopInvariant()
411 for (const SCEV *Subscript : Subscripts) { in isConsecutive() local
412 if (Subscript == LastSubscript) in isConsecutive()
414 if (!isCoeffForLoopZeroOrInvariant(*Subscript, L)) in isConsecutive()
436 bool IndexedReference::isCoeffForLoopZeroOrInvariant(const SCEV &Subscript, in isCoeffForLoopZeroOrInvariant() argument
[all …]
H A DDependenceAnalysis.cpp814 void DependenceInfo::unifySubscriptType(ArrayRef<Subscript *> Pairs) { in unifySubscriptType()
821 for (Subscript *Pair : Pairs) { in unifySubscriptType()
846 for (Subscript *Pair : Pairs) { in unifySubscriptType()
871 void DependenceInfo::removeMatchingExtensions(Subscript *Pair) { in removeMatchingExtensions()
931 DependenceInfo::Subscript::ClassificationKind
938 return Subscript::NonLinear; in classifyPair()
940 return Subscript::NonLinear; in classifyPair()
945 return Subscript::ZIV; in classifyPair()
947 return Subscript::SIV; in classifyPair()
951 return Subscript::RDIV; in classifyPair()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h345 struct Subscript { struct
530 void unifySubscriptType(ArrayRef<Subscript *> Pairs);
536 void removeMatchingExtensions(Subscript *Pair);
590 Subscript::ClassificationKind classifyPair(const SCEV *Src,
786 CoefficientInfo *collectCoeffInfo(const SCEV *Subscript,
931 SmallVectorImpl<Subscript> &Pair);
H A DLoopCacheAnalysis.h113 bool isCoeffForLoopZeroOrInvariant(const SCEV &Subscript,
118 bool isSimpleAddRecurrence(const SCEV &Subscript, const Loop &L) const;
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dauto_array.ipp179 /// Subscript operator to access the array by position.
195 /// Subscript operator to access the array by position.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorKinds.def100 OVERLOADED_OPERATOR_MULTI(Subscript , "[]" , false, true , true)
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp747 llvm::Metadata *Subscript = DBuilder.getOrCreateSubrange( in CreateType() local
749 llvm::DINodeArray SubscriptArray = DBuilder.getOrCreateArray(Subscript); in CreateType()
806 llvm::Metadata *Subscript = DBuilder.getOrCreateSubrange( in CreateType() local
808 llvm::DINodeArray SubscriptArray = DBuilder.getOrCreateArray(Subscript); in CreateType()
2864 llvm::Metadata *Subscript; in CreateType() local
2868 Subscript = DBuilder.getOrCreateSubrange( in CreateType()
2875 Subscript = DBuilder.getOrCreateSubrange( in CreateType()
2879 llvm::DINodeArray SubscriptArray = DBuilder.getOrCreateArray(Subscript); in CreateType()
/netbsd-src/lib/libusbhid/
H A Dusb_hid_usages1032 0x242 AC Subscript
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.texi3951 /* Subscript refs (s) or vector refs (v). */
H A Dgfortran.info5228 /* Subscript refs (s) or vector refs (v). */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.texi4343 /* Subscript refs (s) or vector refs (v). */
H A Dgfortran.info5534 /* Subscript refs (s) or vector refs (v). */
/netbsd-src/external/gpl2/gawk/dist/
H A Dawk.texi11460 print "Subscript 2 is present."
11471 print "Subscript 2 is present."
11726 @section Using Numbers to Subscript Arrays
28231 % - Using Numbers to Subscript Arrays
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dautoconf.texi557 * Buffer Overruns:: Subscript errors and the like
21105 * Buffer Overruns:: Subscript errors and the like
21499 @section Buffer Overruns and Subscript Errors
H A Dautoconf.info350 * Buffer Overruns:: Subscript errors and the like
17283 * Buffer Overruns:: Subscript errors and the like
17654 13.5 Buffer Overruns and Subscript Errors
/netbsd-src/external/gpl3/autoconf/dist/
H A DChangeLog.31069 * doc/autoconf.texi (Buffer Overruns and Subscript Errors): Fix