HomeSort by: relevance | last modified time | path
    Searched refs:Poly (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/xorg/lib/libXrender/
Makefile 12 Poly.c Trap.c Tri.c
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 425 static void mergePolyMatchers(const PolyMatcher &Poly,
430 static void mergePolyMatchers(const PolyMatcher &Poly,
432 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
433 mergePolyMatchers(Poly, Out, typename TypeList::tail());
440 /// For the latter, we instantiate all the possible Matcher<T> of the poly
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp 74 ClassS, // signed/unsigned/poly, e.g., "s8", "u8" or "p8" suffix
150 Poly,
193 bool isPoly() const { return Kind == Poly; }
612 S += "poly";
738 } else if (Name.startswith("poly")) {
739 T.Kind = Poly;
810 Kind = Poly;
838 // Poly doesn't have a 128x1 type.
880 Kind = Poly;

Completed in 25 milliseconds