Home
last modified time | relevance | path

Searched defs:newValues (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Bindings/Python/
H A DGlobals.h44 setDialectSearchPrefixes(std::vector<std::string> newValues) setDialectSearchPrefixes() argument
/llvm-project/mlir/lib/Transforms/Utils/
H A DOneToNTypeConversion.cpp214 replaceOp(Operation * op,ValueRange newValues,const OneToNTypeMapping & resultMapping) replaceOp() argument
H A DDialectConversion.cpp1486 notifyOpReplaced(Operation * op,ValueRange newValues) notifyOpReplaced() argument
1576 replaceOp(Operation * op,ValueRange newValues) replaceOp() argument
[all...]
/llvm-project/mlir/lib/IR/
H A DPatternMatch.cpp133 void RewriterBase::replaceOp(Operation *op, ValueRange newValues) { in replaceOp()
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp1220 replaceOp(mlir::Operation * op,mlir::ValueRange newValues) replaceOp() argument
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp1295 notifyOperationReplaced(Operation * op,ValueRange newValues) notifyOperationReplaced() argument
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp998 SmallVector<Value> newValues; matchAndRewrite() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp2478 defineValues(EncodingReader & reader,ValueRange newValues) defineValues() argument
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3184 auto newValues = llvm::to_vector(denseDest.getValues<Attribute>()); matchAndRewrite() local