Searched refs:newSource (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 38 return newSource(BB, Insts, Srcs, Pred); in findOrCreateSource() 41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() function in RandomIRBuilder
|
| H A D | IRMutator.cpp | 203 RS.sample(IB.newSource(*BB, InstsBefore, {}, Pred), /*Weight=*/1); in mutate()
|
| /llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/ |
| H A D | RandomIRBuilder.h | 53 Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
|
| /llvm-project-15.0.7/llvm/unittests/FuzzMutate/ |
| H A D | RandomIRBuilderTest.cpp | 81 Value *LastSrc = IB.newSource(BB, Insts, Srcs, Descr.SourcePreds[2]); in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/ |
| H A D | BufferizationOps.cpp | 638 Value newSource = castOp.getOperand(); in matchAndRewrite() local 639 rewriter.replaceOpWithNewOp<tensor::DimOp>(dimOp, newSource, in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 389 Value newSource = castOp.getOperand(); in matchAndRewrite() local 390 rewriter.replaceOpWithNewOp<DimOp>(dimOp, newSource, dimOp.getIndex()); in matchAndRewrite()
|