Searched refs:KnownTypes (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | RandomIRBuilder.h | 39 SmallVector<Type *, 16> KnownTypes; member 46 : Rand(Seed), KnownTypes(AllowedTypes.begin(), AllowedTypes.end()) {} in RandomIRBuilder()
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 98 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 D | IRMutator.cpp | 460 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 | 279 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 D | GlobalISelMatchTable.cpp | 159 std::set<LLTCodeGen> KnownTypes; variable 1173 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 2660 append_range(TypeObjects, KnownTypes); in run()
|
H A D | GlobalISelEmitter.cpp | 2478 append_range(TypeObjects, KnownTypes); in run()
|