Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py38 self.callWeighting = 0.1
82 self.callWeighting = weight
115 shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.callWeighting)
174 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
179 print(" Call weighting = %f" % callWeighting)
181 script.setCallWeighting(callWeighting)
186 script.writeComment(" call weighting = %f" % callWeighting)
216 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
217 …me = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting * 100))
218 …generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScript)
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py38 self.callWeighting = 0.1
82 self.callWeighting = weight
115 shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.callWeighting)
174 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
179 print(" Call weighting = %f" % callWeighting)
181 script.setCallWeighting(callWeighting)
186 script.writeComment(" call weighting = %f" % callWeighting)
216 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
217 …me = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting * 100))
218 …generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScript)
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py40 self.callWeighting = 0.1
84 self.callWeighting = weight
117 shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.callWeighting)
176 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
181 print(" Call weighting = %f" % callWeighting)
183 script.setCallWeighting(callWeighting)
188 script.writeComment(" call weighting = %f" % callWeighting)
218 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
219 …me = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting * 100))
220 …generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScript)
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py40 self.callWeighting = 0.1
84 self.callWeighting = weight
117 shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.callWeighting)
176 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
181 print(" Call weighting = %f" % callWeighting)
183 script.setCallWeighting(callWeighting)
188 script.writeComment(" call weighting = %f" % callWeighting)
218 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
219 …me = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting * 100))
220 …generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScript)
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py45 self.callWeighting = 0.1
89 self.callWeighting = weight
122 shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.callWeighting)
181 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
186 print(" Call weighting = %f" % callWeighting)
188 script.setCallWeighting(callWeighting)
193 script.writeComment(" call weighting = %f" % callWeighting)
223 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
224 …me = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting * 100))
225 …generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScript)
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py43 self.callWeighting = 0.1
87 self.callWeighting = weight
120 shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.callWeighting)
179 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
184 print(" Call weighting = %f" % callWeighting)
186 script.setCallWeighting(callWeighting)
191 script.writeComment(" call weighting = %f" % callWeighting)
221 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
222 …me = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting * 100))
223 …generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScript)