Lines Matching refs:ByteCodeExecutor

1051 class ByteCodeExecutor {  class
1053 ByteCodeExecutor( in ByteCodeExecutor() function in __anonaa7cf1d91411::ByteCodeExecutor
1333 void ByteCodeExecutor::executeApplyConstraint(PatternRewriter &rewriter) { in executeApplyConstraint()
1348 void ByteCodeExecutor::executeApplyRewrite(PatternRewriter &rewriter) { in executeApplyRewrite()
1400 void ByteCodeExecutor::executeAreEqual() { in executeAreEqual()
1409 void ByteCodeExecutor::executeAreRangesEqual() { in executeAreRangesEqual()
1435 void ByteCodeExecutor::executeBranch() { in executeBranch()
1440 void ByteCodeExecutor::executeCheckOperandCount() { in executeCheckOperandCount()
1456 void ByteCodeExecutor::executeCheckOperationName() { in executeCheckOperationName()
1466 void ByteCodeExecutor::executeCheckResultCount() { in executeCheckResultCount()
1482 void ByteCodeExecutor::executeCheckTypes() { in executeCheckTypes()
1491 void ByteCodeExecutor::executeContinue() { in executeContinue()
1499 void ByteCodeExecutor::executeCreateTypes() { in executeCreateTypes()
1518 void ByteCodeExecutor::executeCreateOperation(PatternRewriter &rewriter, in executeCreateOperation()
1572 void ByteCodeExecutor::executeEraseOp(PatternRewriter &rewriter) { in executeEraseOp()
1581 void ByteCodeExecutor::executeExtract() { in executeExtract()
1599 void ByteCodeExecutor::executeFinalize() { in executeFinalize()
1603 void ByteCodeExecutor::executeForEach() { in executeForEach()
1638 void ByteCodeExecutor::executeGetAttribute() { in executeGetAttribute()
1651 void ByteCodeExecutor::executeGetAttributeType() { in executeGetAttributeType()
1662 void ByteCodeExecutor::executeGetDefiningOp() { in executeGetDefiningOp()
1683 void ByteCodeExecutor::executeGetOperand(unsigned index) { in executeGetOperand()
1750 void ByteCodeExecutor::executeGetOperands() { in executeGetOperands()
1764 void ByteCodeExecutor::executeGetResult(unsigned index) { in executeGetResult()
1776 void ByteCodeExecutor::executeGetResults() { in executeGetResults()
1790 void ByteCodeExecutor::executeGetUsers() { in executeGetUsers()
1830 void ByteCodeExecutor::executeGetValueType() { in executeGetValueType()
1841 void ByteCodeExecutor::executeGetValueRangeTypes() { in executeGetValueRangeTypes()
1863 void ByteCodeExecutor::executeIsNotNull() { in executeIsNotNull()
1871 void ByteCodeExecutor::executeRecordMatch( in executeRecordMatch()
1928 void ByteCodeExecutor::executeReplaceOp(PatternRewriter &rewriter) { in executeReplaceOp()
1943 void ByteCodeExecutor::executeSwitchAttribute() { in executeSwitchAttribute()
1950 void ByteCodeExecutor::executeSwitchOperandCount() { in executeSwitchOperandCount()
1959 void ByteCodeExecutor::executeSwitchOperationName() { in executeSwitchOperationName()
1989 void ByteCodeExecutor::executeSwitchResultCount() { in executeSwitchResultCount()
1998 void ByteCodeExecutor::executeSwitchType() { in executeSwitchType()
2005 void ByteCodeExecutor::executeSwitchTypes() { in executeSwitchTypes()
2018 void ByteCodeExecutor::execute( in execute()
2176 ByteCodeExecutor executor( in match()
2198 ByteCodeExecutor executor( in rewrite()