Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/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/LLVM/test/Transforms/GlobalDCE/
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/llvm-7.0/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/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-constant.mir16 define i8* @test_global() { ret i8* undef }
92 name: test_global
98 ; CHECK-LABEL: name: test_global
Darm64-irtranslator.ll1203 define i32* @test_global() {
1204 ; CHECK-LABEL: name: test_global
1213 ; CHECK-LABEL: name: test_global
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dfence-barrier.ll56 ; GCN-LABEL: {{^}}test_global
61 define amdgpu_kernel void @test_global(i32 addrspace(1)*) {
/external/swiftshader/third_party/subzero/
DMakefile.standalone604 -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/
Dextern_globals.ll4 ; Note: This code was generated by compiling subzero/crosstest/test_global.cpp
/external/python/cpython2/Lib/test/
Dtest_grammar.py683 def test_global(self): member in GrammarTests
/external/python/cpython3/Lib/test/
Dtest_grammar.py973 def test_global(self): member in GrammarTests
Dtest_fstring.py774 def test_global(self): member in TestCase
Dtest_ast.py822 def test_global(self): member in ASTValidatorTests