Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_test_checks.py47 IR_FUNCTION_RE = re.compile('^\s*define\s+(?:internal\s+)?[^@]*@([\w-]+)\s*\(') variable
171 m = IR_FUNCTION_RE.match(input_line)
Dupdate_analyze_test_checks.py47 IR_FUNCTION_RE = re.compile('^\s*define\s+(?:internal\s+)?[^@]*@([\w-]+)\s*\(') variable
174 m = IR_FUNCTION_RE.match(input_line)
Dupdate_llc_test_checks.py160 m = common.IR_FUNCTION_RE.match(input_line)
/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/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dcommon.py62 IR_FUNCTION_RE = re.compile('^\s*define\s+(?:internal\s+)?[^@]*@(\w+)\s*\(') variable