Lines Matching refs:ByteCodeExecutor
1114 class ByteCodeExecutor { class
1116 ByteCodeExecutor( in ByteCodeExecutor() function in __anon22ebf8dc1611::ByteCodeExecutor
1425 void ByteCodeExecutor::executeApplyConstraint(PatternRewriter &rewriter) { in executeApplyConstraint()
1467 LogicalResult ByteCodeExecutor::executeApplyRewrite(PatternRewriter &rewriter) { in executeApplyRewrite()
1495 void ByteCodeExecutor::processNativeFunResults( in processNativeFunResults()
1542 void ByteCodeExecutor::executeAreEqual() { in executeAreEqual()
1551 void ByteCodeExecutor::executeAreRangesEqual() { in executeAreRangesEqual()
1577 void ByteCodeExecutor::executeBranch() { in executeBranch()
1582 void ByteCodeExecutor::executeCheckOperandCount() { in executeCheckOperandCount()
1598 void ByteCodeExecutor::executeCheckOperationName() { in executeCheckOperationName()
1608 void ByteCodeExecutor::executeCheckResultCount() { in executeCheckResultCount()
1624 void ByteCodeExecutor::executeCheckTypes() { in executeCheckTypes()
1633 void ByteCodeExecutor::executeContinue() { in executeContinue()
1641 void ByteCodeExecutor::executeCreateConstantTypeRange() { in executeCreateConstantTypeRange()
1652 void ByteCodeExecutor::executeCreateOperation(PatternRewriter &rewriter, in executeCreateOperation()
1707 void ByteCodeExecutor::executeDynamicCreateRange(StringRef type) { in executeDynamicCreateRange()
1723 void ByteCodeExecutor::executeEraseOp(PatternRewriter &rewriter) { in executeEraseOp()
1732 void ByteCodeExecutor::executeExtract() { in executeExtract()
1750 void ByteCodeExecutor::executeFinalize() { in executeFinalize()
1754 void ByteCodeExecutor::executeForEach() { in executeForEach()
1789 void ByteCodeExecutor::executeGetAttribute() { in executeGetAttribute()
1802 void ByteCodeExecutor::executeGetAttributeType() { in executeGetAttributeType()
1815 void ByteCodeExecutor::executeGetDefiningOp() { in executeGetDefiningOp()
1836 void ByteCodeExecutor::executeGetOperand(unsigned index) { in executeGetOperand()
1903 void ByteCodeExecutor::executeGetOperands() { in executeGetOperands()
1917 void ByteCodeExecutor::executeGetResult(unsigned index) { in executeGetResult()
1929 void ByteCodeExecutor::executeGetResults() { in executeGetResults()
1943 void ByteCodeExecutor::executeGetUsers() { in executeGetUsers()
1983 void ByteCodeExecutor::executeGetValueType() { in executeGetValueType()
1994 void ByteCodeExecutor::executeGetValueRangeTypes() { in executeGetValueRangeTypes()
2016 void ByteCodeExecutor::executeIsNotNull() { in executeIsNotNull()
2024 void ByteCodeExecutor::executeRecordMatch( in executeRecordMatch()
2081 void ByteCodeExecutor::executeReplaceOp(PatternRewriter &rewriter) { in executeReplaceOp()
2096 void ByteCodeExecutor::executeSwitchAttribute() { in executeSwitchAttribute()
2103 void ByteCodeExecutor::executeSwitchOperandCount() { in executeSwitchOperandCount()
2112 void ByteCodeExecutor::executeSwitchOperationName() { in executeSwitchOperationName()
2142 void ByteCodeExecutor::executeSwitchResultCount() { in executeSwitchResultCount()
2151 void ByteCodeExecutor::executeSwitchType() { in executeSwitchType()
2158 void ByteCodeExecutor::executeSwitchTypes() { in executeSwitchTypes()
2172 ByteCodeExecutor::execute(PatternRewriter &rewriter, in execute()
2334 ByteCodeExecutor executor( in match()
2362 ByteCodeExecutor executor( in rewrite()