Home
last modified time | relevance | path

Searched refs:IR_FUNCTION_RE (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/
Dupdate_llc_test_checks.py43 IR_FUNCTION_RE = re.compile('^\s*define\s+(?:internal\s+)?[^@]*@(\w+)\s*\(') variable
238 m = IR_FUNCTION_RE.match(input_line)
Dupdate_test_checks.py59 IR_FUNCTION_RE = re.compile('^\s*define\s+(?:internal\s+)?[^@]*@([\w-]+)\s*\(') variable
379 m = IR_FUNCTION_RE.match(input_line)
/external/llvm-project/llvm/utils/
Dupdate_analyze_test_checks.py169 m = common.IR_FUNCTION_RE.match(input_line)
Dupdate_llc_test_checks.py180 m = common.IR_FUNCTION_RE.match(input_line)
Dupdate_test_checks.py185 m = common.IR_FUNCTION_RE.match(input_line)
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py165 IR_FUNCTION_RE = re.compile(r'^\s*define\s+(?:internal\s+)?[^@]*@"?([\w.$-]+)"?\s*\(') variable