Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
18 …"echo \"%s: Calls %d of %d functions, %d total\" >> %s\n" % (filename, funcsCalled, numFuncs, tota…
202 funcsCalled = len(script.calledFunctions)
203 … print " Called %d of %d functions, %d total" % (funcsCalled, numFuncs, script.totalCallsExecuted)
204 timingScript.writeTimingCall(filename, numFuncs, funcsCalled, script.totalCallsExecuted)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
18 …"echo \"%s: Calls %d of %d functions, %d total\" >> %s\n" % (filename, funcsCalled, numFuncs, tota…
202 funcsCalled = len(script.calledFunctions)
203 … print " Called %d of %d functions, %d total" % (funcsCalled, numFuncs, script.totalCallsExecuted)
204 timingScript.writeTimingCall(filename, numFuncs, funcsCalled, script.totalCallsExecuted)
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
18 …"echo \"%s: Calls %d of %d functions, %d total\" >> %s\n" % (filename, funcsCalled, numFuncs, tota…
202 funcsCalled = len(script.calledFunctions)
203 … print " Called %d of %d functions, %d total" % (funcsCalled, numFuncs, script.totalCallsExecuted)
204 timingScript.writeTimingCall(filename, numFuncs, funcsCalled, script.totalCallsExecuted)
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
18 …"echo \"%s: Calls %d of %d functions, %d total\" >> %s\n" % (filename, funcsCalled, numFuncs, tota…
202 funcsCalled = len(script.calledFunctions)
203 … print " Called %d of %d functions, %d total" % (funcsCalled, numFuncs, script.totalCallsExecuted)
204 timingScript.writeTimingCall(filename, numFuncs, funcsCalled, script.totalCallsExecuted)
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
18 …"echo \"%s: Calls %d of %d functions, %d total\" >> %s\n" % (filename, funcsCalled, numFuncs, tota…
207 funcsCalled = len(script.calledFunctions)
208 … print " Called %d of %d functions, %d total" % (funcsCalled, numFuncs, script.totalCallsExecuted)
209 timingScript.writeTimingCall(filename, numFuncs, funcsCalled, script.totalCallsExecuted)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
18 …"echo \"%s: Calls %d of %d functions, %d total\" >> %s\n" % (filename, funcsCalled, numFuncs, tota…
207 funcsCalled = len(script.calledFunctions)
208 … print " Called %d of %d functions, %d total" % (funcsCalled, numFuncs, script.totalCallsExecuted)
209 timingScript.writeTimingCall(filename, numFuncs, funcsCalled, script.totalCallsExecuted)