Searched refs:operandIt (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/lib/Interfaces/ |
D | ControlFlowInterfaces.cpp | 63 auto operandIt = operands->begin(); in verifyBranchSuccessorOperands() local 64 for (unsigned i = 0; i != operandCount; ++i, ++operandIt) { in verifyBranchSuccessorOperands() 65 if ((*operandIt).getType() != destBB->getArgument(i).getType()) in verifyBranchSuccessorOperands()
|
/external/llvm-project/mlir/lib/Analysis/ |
D | NumberOfExecutions.cpp | 56 for (auto operandIt : llvm::enumerate(parentOp->getOperands())) in computeRegionBlockNumberOfExecutions() local 57 matchPattern(operandIt.value(), m_Constant(&operands[operandIt.index()])); in computeRegionBlockNumberOfExecutions()
|
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
D | PredicateTree.cpp | 110 for (auto operandIt : llvm::enumerate(operands)) in getTreePredicates() local 111 getTreePredicates(predList, operandIt.value(), builder, inputs, in getTreePredicates() 112 builder.getOperand(opPos, operandIt.index())); in getTreePredicates()
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpDefinitionsGen.cpp | 1677 for (unsigned i = 0, operandIt = 0, e = op.getNumArgs(); i != e; ++i) { in genSideEffectInterfaceMethods() local 1680 resolveDecorators(op.getArgDecorators(i), operandIt, EffectKind::Operand); in genSideEffectInterfaceMethods() 1681 ++operandIt; in genSideEffectInterfaceMethods()
|