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