Home
last modified time | relevance | path

Searched refs:SeqT (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DSequenceToOffsetTable.h34 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
36 typedef typename SeqT::value_type ElemT;
40 struct SeqLess : public std::binary_function<SeqT, SeqT, bool> {
42 bool operator()(const SeqT &A, const SeqT &B) const { in operator()
50 typedef std::map<SeqT, unsigned, SeqLess> SeqMap;
59 static bool isSuffix(const SeqT &A, const SeqT &B) { in isSuffix()
68 void add(const SeqT &Seq) { in add()
104 unsigned get(const SeqT &Seq) const { in get()
121 for (typename SeqT::const_iterator SI = I->first.begin(),
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp208 template <typename SeqT, int Size, typename Pred>
214 bool operator() (const SeqT& a, const SeqT& b) const in operator ()()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp385 template <typename SeqT, int Size, typename Pred>
391 bool operator() (const SeqT& a, const SeqT& b) const in operator ()()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3128 auto *SeqT = cast<SequentialType>(EltTy); in canMapToVector() local
3129 N *= SeqT->getNumElements(); in canMapToVector()
3130 EltTy = SeqT->getElementType(); in canMapToVector()