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

  /external/llvm/utils/
findmisopt 20 # findmisopt bcfile outdir progargs [match]
23 # bcfile
38 echo "usage: findmisopt bcfile outdir progargs [match]"
52 bcfile="$1"
60 name=`basename $bcfile .bc`
93 llvm-dis "$bcfile" -o "$ll" -f || exit 1
96 llc "$bcfile" -o "$s" -f || exit 1
104 opt $switches_to_use "$bcfile" -o "$optbc" -f || exit
173 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final --args $args"
  /external/swiftshader/third_party/LLVM/utils/
findmisopt 20 # findmisopt bcfile outdir progargs [match]
23 # bcfile
38 echo "usage: findmisopt bcfile outdir progargs [match]"
52 bcfile="$1"
60 name=`basename $bcfile .bc`
94 llvm-dis "$bcfile" -o "$ll" -f || exit 1
97 llc "$bcfile" -o "$s" -f || exit 1
105 opt $switches_to_use "$bcfile" -o "$optbc" -f || exit
174 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final --args $args"
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 135 FILE *bcfile = fopen(bcFileName.c_str(), "w"); local
136 if (!bcfile) {
140 size_t nwritten = fwrite(bitcode, 1, bitcodeSize, bcfile);
141 fclose(bcfile);
    [all...]

Completed in 218 milliseconds