Lines Matching refs:addDynamicallyLegalOp
579 target.addDynamicallyLegalOp<TestReturnOp>([](TestReturnOp op) { in runOnOperation()
584 target.addDynamicallyLegalOp<FuncOp>([&](FuncOp op) { in runOnOperation()
590 target.addDynamicallyLegalOp<TestTypeProducerOp>( in runOnOperation()
592 target.addDynamicallyLegalOp<TestTypeConsumerOp>([](TestTypeConsumerOp op) { in runOnOperation()
603 target.addDynamicallyLegalOp<TestRecursiveRewriteOp>( in runOnOperation()
707 target.addDynamicallyLegalOp<OneVResOneVOperandOp1>( in runOnFunction()
825 target.addDynamicallyLegalOp<TestTypeProducerOp>([](TestTypeProducerOp op) { in runOnOperation()
828 target.addDynamicallyLegalOp<FuncOp>([&](FuncOp op) { in runOnOperation()
832 target.addDynamicallyLegalOp<TestCastOp>([&](TestCastOp op) { in runOnOperation()
932 target.addDynamicallyLegalOp<TestMergeBlocksOp>( in runOnOperation()
938 target.addDynamicallyLegalOp<TestBranchOp>([&](TestBranchOp op) -> bool { in runOnOperation()
944 target.addDynamicallyLegalOp<SingleBlockImplicitTerminatorOp>( in runOnOperation()