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.cpp1193 SmallVector<TypeSpec, 8> TypeSpecs; in createIntrinsic() local
1198 TypeSpecs.push_back(TypeSpec(Acc)); in createIntrinsic()
1204 llvm::sort(TypeSpecs); in createIntrinsic()
1205 TypeSpecs.erase(std::unique(TypeSpecs.begin(), TypeSpecs.end()), in createIntrinsic()
1206 TypeSpecs.end()); in createIntrinsic()
1209 for (auto TS : TypeSpecs) { in createIntrinsic()
H A DNeonEmitter.cpp1964 std::vector<TypeSpec> TypeSpecs = TypeSpec::fromTypeSpecs(Types); in createIntrinsic() local
1973 for (auto TS : TypeSpecs) { in createIntrinsic()
1984 for (auto TS : TypeSpecs) { in createIntrinsic()