Home
last modified time | relevance | path

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

/external/llvm/utils/
Dupdate_llc_test_checks.py39 SCRUB_X86_LCP_RE = re.compile(r'\.LCPI[0-9]+_[0-9]+') variable
66 asm = SCRUB_X86_LCP_RE.sub(r'{{\.LCPI.*}}', asm)
Dupdate_test_checks.py54 SCRUB_X86_LCP_RE = re.compile(r'\.LCPI[0-9]+_[0-9]+') variable
93 asm = SCRUB_X86_LCP_RE.sub(r'{{\.LCPI.*}}', asm)
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dasm.py161 SCRUB_X86_LCP_RE = re.compile(r'\.LCPI[0-9]+_[0-9]+') variable
186 asm = SCRUB_X86_LCP_RE.sub(r'{{\.LCPI.*}}', asm)