Searched refs:test_indirect (Results 1 – 13 of 13) sorted by relevance
19 define i32 @test_indirect() #0 {21 ; ARM-LABEL: test_indirect23 ; THUMB-LABEL: test_indirect
15 define i16 @test_indirect(i16 (i16)* %a, i16 %b) nounwind {16 ; CHECK-LABEL: test_indirect:
11 define void @test_indirect(void ()* nocapture %fp) {12 ; CHECK-LABEL: @test_indirect
27 define void @test_indirect(i32 ()* nocapture %f, i8* %p) {30 ; CHECK-LABEL: test_indirect
42 define void @test_indirect(void ()* nocapture %fp) nounwind {43 ; CHECK-LABEL: test_indirect:
17 define void @test_indirect(void ()* %fp) {
35 define void @test_indirect(void ()* nocapture %fp) nounwind {36 ; CHECK-LABEL: test_indirect:
91 # CHECK: <test_indirect>:93 .globl test_indirect symbol95 test_indirect: label
55 ; GCN-LABEL: {{^}}test_indirect:58 define amdgpu_kernel void @test_indirect(i32 addrspace(1)* nocapture %arg) {
1301 def test_indirect(self): member in CircularImportTests