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()
189 ScalarTypes.push_back(Ty); in Modifier()
319 return ScalarTypes[getRandom() % ScalarTypes.size()]; in pickScalarType()
334 std::vector<Type *> ScalarTypes; member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp972 std::map<std::string, std::unique_ptr<ScalarType>> ScalarTypes; member in __anon819a2c470111::EmitterBase
989 return ScalarTypes[std::string(Name)].get(); in getScalarType()
1132 for (const auto &kv : ScalarTypes) { in getType()
1144 for (const auto &kv : ScalarTypes) { in getType()
1476 ScalarTypes[std::string(R->getName())] = std::make_unique<ScalarType>(R); in EmitterBase()
1777 for (const auto &kv : ScalarTypes) { in EmitHeader()
2041 for (const auto &kv : ScalarTypes) { in EmitHeader()