Home
last modified time | relevance | path

Searched refs:rootname (Results 1 – 9 of 9) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py12 rootname = irname
14 rootname = irname[:irname.rfind('.')]
20 …cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
25 …cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
30 …false -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
43 rootname = inputname[:-2]
44 libname = rootname + "-lib.k"
45 irname = rootname + "-lib.ir"
46 callname = rootname + "-call.k"
Dgenk-timing.py15 rootname = filename
17 rootname = filename[:filename.rfind('.')]
23 …ble-lazy-compilation=false < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (filename, rootname, rootname))
28 …compilation=true < %s > %s-mcjit-lazy.out 2> %s-mcjit-lazy.err\n" % (filename, rootname, rootname))
33 …press-prompts -use-mcjit=false < %s > %s-jit.out 2> %s-jit.err\n" % (filename, rootname, rootname))
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py12 rootname = irname
14 rootname = irname[:irname.rfind('.')]
20 …cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
25 …cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
30 …y-jit -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
43 rootname = inputname[:-2]
44 libname = rootname + "-lib.k"
45 irname = rootname + "-lib.ir"
46 callname = rootname + "-call.k"
Dgenk-timing.py15 rootname = filename
17 rootname = filename[:filename.rfind('.')]
23 ….shfile.write("./toy-mcjit < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (filename, rootname, rootname))
28 … self.shfile.write("./toy-jit < %s > %s-jit.out 2> %s-jit.err\n" % (filename, rootname, rootname))
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py15 rootname = filename
17 rootname = filename[:filename.rfind('.')]
23 ….shfile.write("./toy-mcjit < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (filename, rootname, rootname))
28 … self.shfile.write("./toy-jit < %s > %s-jit.out 2> %s-jit.err\n" % (filename, rootname, rootname))
/external/e2fsprogs/lib/ss/
Dct_c.awk4 rootname, rootname > outfile
/external/toolchain-utils/dejagnu/
Dchromeos.exp.in129 set rootname [file rootname $command]
132 set other_file [file join $path "${rootname}.*"]
/external/swiftshader/third_party/LLVM/test/lib/
Dllvm2cpp.exp33 set testname [file rootname $filename]
/external/ltp/testcases/kernel/syscalls/setresuid/
Dsetresuid03.c84 char rootname[] = "root"; variable