Searched refs:test_unrecognized (Results 1 – 3 of 3) sorted by relevance
35 ; void test_unrecognized(Foo *f, __attribute__((address_space(14))) int *i) {145 define void @test_unrecognized(%struct.Foo* %f, i32 addrspace(14)* %i) {146 ; CHECK-LABEL: test_unrecognized:151 ; CHECK-O0-LABEL: test_unrecognized:
35 ; void test_unrecognized(Foo *f, __attribute__((address_space(14))) int *i) {199 define dso_local void @test_unrecognized(%struct.Foo* %f, i32 addrspace(14)* %i) {200 ; CHECK-LABEL: test_unrecognized:209 ; CHECK-O0-LABEL: test_unrecognized:
281 def test_unrecognized(self): member in GetTargetArchToBuildTest