Home
last modified time | relevance | path

Searched refs:KnownTypes (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h28 SmallVector<Type *, 16> KnownTypes; member
31 : Rand(Seed), KnownTypes(AllowedTypes.begin(), AllowedTypes.end()) {} in RandomIRBuilder()
/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp46 RS.sample(Pred.generate(Srcs, KnownTypes)); in newSource()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp183 std::set<LLTCodeGen> KnownTypes; variable
1137 for (const LLTCodeGen LLTy : KnownTypes) in initTypeIDValuesMap()
1143 KnownTypes.insert(Ty); in LLTOperandMatcher()
1160 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
4377 for (const auto &Ty : KnownTypes) in run()