/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-global.mir | 9 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
|
D | legalize-global-pic.mir | 8 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
|
D | arm64-irtranslator.ll | 1109 define i32* @test_global() { 1110 ; CHECK-LABEL: name: test_global 1119 ; CHECK-LABEL: name: test_global
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | externally_available.ll | 9 ; 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/ |
D | externally_available.ll | 3 ; 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/ |
D | externally_available.ll | 8 ; 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/ |
D | externally_available.ll | 8 ; test_global should not be emitted to the .s file. 9 @test_global = available_externally global i32 4
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | crosstest.cfg | 37 [test_global] 39 test: test_global.cpp
|
/external/python/oauth2client/tests/ |
D | test_transport.py | 37 def test_global(self): member in Test_get_cached_http
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | fence-barrier.ll | 56 ; GCN-LABEL: {{^}}test_global 61 define amdgpu_kernel void @test_global(i32 addrspace(1)*) {
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | transpiler_test.py | 79 def test_global(self): member in PyToPyTest
|
/external/pigweed/pw_env_setup/py/ |
D | environment_test.py | 183 def test_global(self): member in EnvironmentTest
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | reaching_definitions_test.py | 447 def test_global(self): member in ReachingDefinitionsAnalyzerTest
|
/external/python/cpython2/Lib/test/ |
D | test_grammar.py | 683 def test_global(self): member in GrammarTests
|
/external/python/cpython3/Lib/test/ |
D | test_grammar.py | 1165 def test_global(self): member in GrammarTests
|
D | test_fstring.py | 814 def test_global(self): member in TestCase
|
D | test_ast.py | 1233 def test_global(self): member in ASTValidatorTests
|