|
My Project
|
Functions | |
| NestedPattern | Op (FilterFunctionType filter) |
| NestedPattern | If (NestedPattern child) |
| NestedPattern | If (FilterFunctionType filter, NestedPattern child) |
| NestedPattern | If (ArrayRef< NestedPattern > nested) |
| NestedPattern | If (FilterFunctionType filter, ArrayRef< NestedPattern > nested) |
| NestedPattern | For (NestedPattern child) |
| NestedPattern | For (FilterFunctionType filter, NestedPattern child) |
| NestedPattern | For (ArrayRef< NestedPattern > nested) |
| NestedPattern | For (FilterFunctionType filter, ArrayRef< NestedPattern > nested) |
| bool | isLoadOrStore (Operation &op) |
| bool | isParallelLoop (Operation &op) |
| bool | isReductionLoop (Operation &op) |
| NestedPattern mlir::matcher::For | ( | NestedPattern | child | ) |
| NestedPattern mlir::matcher::For | ( | FilterFunctionType | filter, |
| NestedPattern | child | ||
| ) |
| NestedPattern mlir::matcher::For | ( | ArrayRef< NestedPattern > | nested | ) |
| NestedPattern mlir::matcher::For | ( | FilterFunctionType | filter, |
| ArrayRef< NestedPattern > | nested | ||
| ) |
| NestedPattern mlir::matcher::If | ( | NestedPattern | child | ) |
| NestedPattern mlir::matcher::If | ( | FilterFunctionType | filter, |
| NestedPattern | child | ||
| ) |
| NestedPattern mlir::matcher::If | ( | ArrayRef< NestedPattern > | nested | ) |
| NestedPattern mlir::matcher::If | ( | FilterFunctionType | filter, |
| ArrayRef< NestedPattern > | nested | ||
| ) |
| bool mlir::matcher::isLoadOrStore | ( | Operation & | op | ) |
| bool mlir::matcher::isParallelLoop | ( | Operation & | op | ) |
| bool mlir::matcher::isReductionLoop | ( | Operation & | op | ) |
| NestedPattern mlir::matcher::Op | ( | FilterFunctionType | filter | ) |
1.8.13