Searched refs:KnownTypes (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | RandomIRBuilder.h | 40 SmallVector<Type *, 16> KnownTypes; member 47 : Rand(Seed), KnownTypes(AllowedTypes) {} in RandomIRBuilder()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 95 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 D | IRMutator.cpp | 547 makeSampler(IB.Rand, make_filter_range(IB.KnownTypes, [](Type *Ty) { in mutate()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.h | 266 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 D | GlobalISelMatchTable.cpp | 161 std::set<LLTCodeGen> KnownTypes; variable 1166 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerEmitter.cpp | 2790 append_range(TypeObjects, KnownTypes); in run()
|
| H A D | GlobalISelEmitter.cpp | 2493 append_range(TypeObjects, KnownTypes); in run()
|