/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 38 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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 38 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/lazy/ |
D | genk-timing.py | 38 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/ |
D | genk-timing.py | 38 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/complete/ |
D | genk-timing.py | 43 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)
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 43 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)
|