Searched refs:inputValue (Results 1 – 4 of 4) sorted by relevance
37 Region *region, Value inputValue, in collectUnderlyingAddressValues() argument56 output.push_back(inputValue); in collectUnderlyingAddressValues()68 output.push_back(inputValue); in collectUnderlyingAddressValues()104 output.push_back(inputValue); in collectUnderlyingAddressValues()
1251 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);
1543 Value inputValue = inputOperand->get(); in matchAndRewrite() local1545 fusedOperands.push_back(inputValue); in matchAndRewrite()1546 fusedLocs.push_back(inputValue.getLoc()); in matchAndRewrite()
2143 auto inputValue = block->getArgument(0); in matchAndRewrite() local2148 loc, rewriter.getIndexType(), inputValue); in matchAndRewrite()2161 loc, rewriter.getI32Type(), inputValue); in matchAndRewrite()