/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/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/LLVM/test/Transforms/GlobalDCE/ |
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/llvm-7.0/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/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-constant.mir | 16 define i8* @test_global() { ret i8* undef } 92 name: test_global 98 ; CHECK-LABEL: name: test_global
|
D | arm64-irtranslator.ll | 1203 define i32* @test_global() { 1204 ; CHECK-LABEL: name: test_global 1213 ; CHECK-LABEL: name: test_global
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | fence-barrier.ll | 56 ; GCN-LABEL: {{^}}test_global 61 define amdgpu_kernel void @test_global(i32 addrspace(1)*) {
|
/external/swiftshader/third_party/subzero/ |
D | Makefile.standalone | 604 -i x8632,sse2,O2,test_global \ 606 -i x8664,sse2,O2,test_global \ 608 -i arm32,neon,O2,test_global \
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | extern_globals.ll | 4 ; Note: This code was generated by compiling subzero/crosstest/test_global.cpp
|
/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 | 973 def test_global(self): member in GrammarTests
|
D | test_fstring.py | 774 def test_global(self): member in TestCase
|
D | test_ast.py | 822 def test_global(self): member in ASTValidatorTests
|