Home
last modified time | relevance | path

Searched refs:pat3 (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Tools/msi/
Dmsi.py1248 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/
Dpdl-bytecode.mlir763 pdl_interp.switch_type %type to [i16, i64](^end, ^end) -> ^pat3
765 ^pat3:
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1953 ContractionOpToDotLowering pat3(vectorTransformsOptions, ctx); in matchAndRewrite() local
1954 if (succeeded(pat3.matchAndRewrite(op, rewriter))) in matchAndRewrite()