Searched refs:pat3 (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Tools/msi/ |
D | msi.py | 1248 pat3 = r"Software\Classes\%sPython.%sFile" 1291 ("py.txt", -1, pat3 % (testprefix, ""), "", 1293 ("pyw.txt", -1, pat3 % (testprefix, "NoCon"), "", 1295 ("pyc.txt", -1, pat3 % (testprefix, "Compiled"), "",
|
/external/llvm-project/mlir/test/Rewrite/ |
D | pdl-bytecode.mlir | 763 pdl_interp.switch_type %type to [i16, i64](^end, ^end) -> ^pat3 765 ^pat3:
|
/external/llvm-project/mlir/lib/Dialect/Vector/ |
D | VectorTransforms.cpp | 1953 ContractionOpToDotLowering pat3(vectorTransformsOptions, ctx); in matchAndRewrite() local 1954 if (succeeded(pat3.matchAndRewrite(op, rewriter))) in matchAndRewrite()
|