Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h40 SmallVector<Type *, 16> KnownTypes; member
47 : Rand(Seed), KnownTypes(AllowedTypes) {} in RandomIRBuilder()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp95 TRS.sample(Pred.generate(Srcs, KnownTypes)); in findOrCreateGlobalVariable()
248 RS.sample(Pred.generate(Srcs, KnownTypes)); in newSource()
449 uint64_t TyIdx = uniform<uint64_t>(Rand, 0, KnownTypes.size() - 1); in randomType()
450 return KnownTypes[TyIdx]; in randomType()
H A DIRMutator.cpp547 makeSampler(IB.Rand, make_filter_range(IB.KnownTypes, [](Type *Ty) { in mutate()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h266 extern std::set<LLTCodeGen> KnownTypes;
952 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap()
958 KnownTypes.insert(Ty); in LLTOperandMatcher()
2168 KnownTypes.insert(CImmLLT.getLLTCodeGen()); in ImmRenderer()
2517 KnownTypes.insert(Ty.getLLTCodeGen()); in MakeTempRegisterAction()
H A DGlobalISelMatchTable.cpp161 std::set<LLTCodeGen> KnownTypes; variable
1166 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2790 append_range(TypeObjects, KnownTypes); in run()
H A DGlobalISelEmitter.cpp2493 append_range(TypeObjects, KnownTypes); in run()