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

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp 42 ClassS, // signed/unsigned, e.g., "_s8", "_u8" suffix
151 /// The base class kind. Most intrinsics use ClassS, which has full type
203 /// ClassS, so will add type suffixes such as _u32/_s32.
204 std::string getMangledName() const { return mangleName(ClassS); }
924 std::string FullName = mangleName(ClassS);
1051 TS, ClassS, *this, Guard));
NeonEmitter.cpp 74 ClassS, // signed/unsigned/poly, e.g., "s8", "u8" or "p8" suffix
316 /// The base class kind. Most intrinsics use ClassS, which has full type
476 /// If ForceClassS is true, use ClassS (u32/s32) instead
573 ClassMap[SI] = ClassS;
576 ClassMap[SOpI] = ClassS;
1054 return mangleName(Name, ForceClassS ? ClassS : LocalCK);
1145 OS << NamePrefix.str() << mangleName(Name, ClassS) << "(";
1469 MangledName = Intr.mangleName(N, ClassS);

Completed in 16 milliseconds