Home
last modified time | relevance | path

Searched refs:TypeSpecs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1220 SmallVector<TypeSpec, 8> TypeSpecs; in createIntrinsic() local
1225 TypeSpecs.push_back(TypeSpec(Acc)); in createIntrinsic()
1231 sort(TypeSpecs); in createIntrinsic()
1232 TypeSpecs.erase(llvm::unique(TypeSpecs), TypeSpecs.end()); in createIntrinsic()
1235 for (auto TS : TypeSpecs) { in createIntrinsic()
H A DNeonEmitter.cpp2026 std::vector<TypeSpec> TypeSpecs = TypeSpec::fromTypeSpecs(Types); in createIntrinsic() local
2035 for (auto TS : TypeSpecs) { in createIntrinsic()
2046 for (auto TS : TypeSpecs) { in createIntrinsic()