Home
last modified time | relevance | path

Searched refs:inputValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp37 Region *region, Value inputValue, in collectUnderlyingAddressValues() argument
56 output.push_back(inputValue); in collectUnderlyingAddressValues()
68 output.push_back(inputValue); in collectUnderlyingAddressValues()
104 output.push_back(inputValue); in collectUnderlyingAddressValues()
/llvm-project-15.0.7/mlir/docs/
H A DPDLL.md1251 Constraint GlobalConstraint(inputValue: Value) {
1252 Constraint(value: Value) { ... }(inputValue);
1253 Constraint(value: Value) [{ ... }](inputValue);
1587 Rewrite GlobalRewrite(inputValue: Value) {
1594 localRewrite(inputValue);
1595 localNativeRewrite(inputValue);
1602 Rewrite GlobalRewrite(inputValue: Value) {
1603 Rewrite(value: Value) { ... }(inputValue);
1604 Rewrite(value: Value) [{ ... }](inputValue);
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp1543 Value inputValue = inputOperand->get(); in matchAndRewrite() local
1545 fusedOperands.push_back(inputValue); in matchAndRewrite()
1546 fusedLocs.push_back(inputValue.getLoc()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp2143 auto inputValue = block->getArgument(0); in matchAndRewrite() local
2148 loc, rewriter.getIndexType(), inputValue); in matchAndRewrite()
2161 loc, rewriter.getI32Type(), inputValue); in matchAndRewrite()