Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp161 ScalarTypes.assign({Type::getInt1Ty(Context), Type::getInt8Ty(Context), in Modifier()
187 ScalarTypes.push_back(Ty); in Modifier()
307 return ScalarTypes[getRandom() % ScalarTypes.size()]; in pickScalarType()
322 std::vector<Type *> ScalarTypes; member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp970 std::map<std::string, std::unique_ptr<ScalarType>> ScalarTypes; member in __anon819a2c470111::EmitterBase
987 return ScalarTypes[std::string(Name)].get(); in getScalarType()
1134 for (const auto &kv : ScalarTypes) { in getType()
1146 for (const auto &kv : ScalarTypes) { in getType()
1480 ScalarTypes[std::string(R->getName())] = std::make_unique<ScalarType>(R); in EmitterBase()
1768 for (const auto &kv : ScalarTypes) { in EmitHeader()
2058 for (const auto &kv : ScalarTypes) { in EmitHeader()