Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/FuzzMutate/
DRandomIRBuilder.h34 SmallVector<Type *, 16> KnownTypes; member
37 : Rand(Seed), KnownTypes(AllowedTypes.begin(), AllowedTypes.end()) {} in RandomIRBuilder()
/openbsd/src/gnu/llvm/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp48 RS.sample(Pred.generate(Srcs, KnownTypes)); in newSource()
195 uint64_t TyIdx = uniform<uint64_t>(Rand, 0, KnownTypes.size() - 1); in randomType()
196 return KnownTypes[TyIdx]; in randomType()
DIRMutator.cpp389 makeSampler(IB.Rand, make_filter_range(IB.KnownTypes, [](Type *Ty) { in mutate()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp198 std::set<LLTCodeGen> KnownTypes; variable
1251 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap()
1257 KnownTypes.insert(Ty); in LLTOperandMatcher()
1274 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
3254 KnownTypes.insert(Ty); in MakeTempRegisterAction()
5840 append_range(TypeObjects, KnownTypes); in run()