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

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
bugpoint_gisel_reducer.py 68 def run_bugpoint(bugpoint_bin, llc_bin, opt_bin, tmp, ir_file):
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)
update_mir_test_checks.py 62 with open(ir) as ir_file:
64 shell=True, stdin=ir_file)
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
common.py 32 with open(ir) as ir_file:
37 stdout = subprocess.check_output([exe] + cmd_args, stdin=ir_file)
40 shell=True, stdin=ir_file)
  /external/llvm/utils/
update_llc_test_checks.py 21 with open(ir) as ir_file:
23 shell=True, stdin=ir_file)
update_test_checks.py 76 with open(ir) as ir_file:
78 shell=True, stdin=ir_file)

Completed in 185 milliseconds