HomeSort by relevance Sort by last modified time
    Searched refs:SCRUB_X86_LCP_RE (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/
update_llc_test_checks.py 39 SCRUB_X86_LCP_RE = re.compile(r'\.LCPI[0-9]+_[0-9]+')
66 asm = SCRUB_X86_LCP_RE.sub(r'{{\.LCPI.*}}', asm)
update_test_checks.py 54 SCRUB_X86_LCP_RE = re.compile(r'\.LCPI[0-9]+_[0-9]+')
93 asm = SCRUB_X86_LCP_RE.sub(r'{{\.LCPI.*}}', asm)

Completed in 382 milliseconds