Home
last modified time | relevance | path

Searched refs:ir_file (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/utils/
Dbugpoint_gisel_reducer.py68 def run_bugpoint(bugpoint_bin, llc_bin, opt_bin, tmp, ir_file): argument
75 ir_file])
112 ir_file = check_path(args.IRFile)
119 res = run_llc(llc_bin, ir_file)
133 run_bugpoint(bugpoint_bin, llc_bin, opt_bin, tmp.name, ir_file)
Dupdate_mir_test_checks.py66 with open(ir) as ir_file:
68 shell=True, stdin=ir_file)
/external/llvm/utils/
Dupdate_llc_test_checks.py21 with open(ir) as ir_file:
23 shell=True, stdin=ir_file)
Dupdate_test_checks.py76 with open(ir) as ir_file:
78 shell=True, stdin=ir_file)
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py131 with open(ir) as ir_file:
136 stdout = subprocess.check_output([exe] + cmd_args, stdin=ir_file)
139 shell=True, stdin=ir_file)