Home
last modified time | relevance | path

Searched refs:test_global (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-global.mir9 define i8* @test_global() { ret i8* undef }
12 name: test_global
21 ; CHECK-LABEL: name: test_global
26 ; PIC-LABEL: name: test_global
30 ; CMLARGE-LABEL: name: test_global
Dlegalize-global-pic.mir8 define i8* @test_global() { ret i8* undef }
11 name: test_global
20 ; CHECK-LABEL: name: test_global
25 ; CMLARGE-LABEL: name: test_global
29 ; PIC-LABEL: name: test_global
Darm64-irtranslator.ll1109 define i32* @test_global() {
1110 ; CHECK-LABEL: name: test_global
1119 ; CHECK-LABEL: name: test_global
/external/llvm/test/Transforms/GlobalDCE/
Dexternally_available.ll9 ; test_global should not be emitted to the .s file.
10 ; CHECK-NOT: test_global
11 @test_global = available_externally global i32 4
/external/llvm-project/llvm/test/Transforms/GlobalDCE/
Dexternally_available.ll3 ; test_global should not be emitted to the .s file.
4 ; CHECK-NOT: @test_global =
5 @test_global = available_externally global i32 4
/external/llvm/test/CodeGen/Generic/
Dexternally_available.ll8 ; test_global should not be emitted to the .s file.
9 @test_global = available_externally global i32 4
/external/llvm-project/llvm/test/CodeGen/Generic/
Dexternally_available.ll8 ; test_global should not be emitted to the .s file.
9 @test_global = available_externally global i32 4
/external/swiftshader/third_party/subzero/crosstest/
Dcrosstest.cfg37 [test_global]
39 test: test_global.cpp
/external/python/oauth2client/tests/
Dtest_transport.py37 def test_global(self): member in Test_get_cached_http
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dfence-barrier.ll56 ; GCN-LABEL: {{^}}test_global
61 define amdgpu_kernel void @test_global(i32 addrspace(1)*) {
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtranspiler_test.py79 def test_global(self): member in PyToPyTest
/external/pigweed/pw_env_setup/py/
Denvironment_test.py183 def test_global(self): member in EnvironmentTest
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dreaching_definitions_test.py447 def test_global(self): member in ReachingDefinitionsAnalyzerTest
/external/python/cpython2/Lib/test/
Dtest_grammar.py683 def test_global(self): member in GrammarTests
/external/python/cpython3/Lib/test/
Dtest_grammar.py1165 def test_global(self): member in GrammarTests
Dtest_fstring.py814 def test_global(self): member in TestCase
Dtest_ast.py1233 def test_global(self): member in ASTValidatorTests