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.h39 SmallVector<Type *, 16> KnownTypes; member
46 : Rand(Seed), KnownTypes(AllowedTypes.begin(), AllowedTypes.end()) {} in RandomIRBuilder()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp98 TRS.sample(Pred.generate(Srcs, KnownTypes)); in findOrCreateGlobalVariable()
203 RS.sample(Pred.generate(Srcs, KnownTypes)); in newSource()
395 uint64_t TyIdx = uniform<uint64_t>(Rand, 0, KnownTypes.size() - 1); in randomType()
396 return KnownTypes[TyIdx]; in randomType()
H A DIRMutator.cpp460 makeSampler(IB.Rand, make_filter_range(IB.KnownTypes, [](Type *Ty) { in mutate()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h279 extern std::set<LLTCodeGen> KnownTypes;
938 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap()
944 KnownTypes.insert(Ty); in LLTOperandMatcher()
2107 KnownTypes.insert(CImmLLT.getLLTCodeGen()); in ImmRenderer()
2457 KnownTypes.insert(Ty.getLLTCodeGen()); in MakeTempRegisterAction()
H A DGlobalISelMatchTable.cpp159 std::set<LLTCodeGen> KnownTypes; variable
1173 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2660 append_range(TypeObjects, KnownTypes); in run()
H A DGlobalISelEmitter.cpp2478 append_range(TypeObjects, KnownTypes); in run()