Searched refs:ClassS (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 76 ClassS, // signed/unsigned/poly, e.g., "s8", "u8" or "p8" suffix enumerator 610 ClassMap[SI] = ClassS; in NeonEmitter() 614 ClassMap[SOpI] = ClassS; in NeonEmitter() 1120 return mangleName(Name, ForceClassS ? ClassS : LocalCK); in getMangledName() 1215 OS << NamePrefix.str() << mangleName(Name, ClassS) << "("; in emitPrototype() 1544 MangledName = Intr.mangleName(N, ClassS); in emitDagCall()
|
| H A D | SveEmitter.cpp | 45 ClassS, // signed/unsigned, e.g., "_s8", "_u8" suffix enumerator 246 std::string getMangledName() const { return mangleName(ClassS); } in getMangledName() 1113 std::string FullName = mangleName(ClassS); in emitIntrinsic() 1254 TS, ClassS, *this, SVEGuard, SMEGuard)); in createIntrinsic()
|