OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JITTest
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp
1
//===-
JITTest
.cpp - Unit tests for the JIT -------------------------------===//
192
class
JITTest
: public testing::Test {
289
TEST_F(
JITTest
, FarCallToKnownFunction) {
322
TEST_F(
JITTest
, NonLazyCompilationStillNeedsStubs) {
378
TEST_F(
JITTest
, NonLazyLeaksNoStubs) {
417
TEST_F(
JITTest
, ModuleDeletion) {
474
TEST_F(
JITTest
, NoStubs) {
511
TEST_F(
JITTest
, FunctionPointersOutliveTheirCreator) {
548
TEST_F(
JITTest
, FunctionIsRecompiledAndRelinked) {
588
TEST_F(
JITTest
, AvailableExternallyGlobalIsntEmitted)
[
all
...]
/external/tensorflow/tensorflow/contrib/compiler/
jit_test.py
48
class
JITTest
(test.TestCase):
Completed in 948 milliseconds