Searched refs:test_indirect (Results 1 – 12 of 12) sorted by relevance
19 define i32 @test_indirect() #0 {21 ; ARM-LABEL: test_indirect23 ; THUMB-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
46 define void @test_indirect(void ()* nocapture %fp) nounwind {47 ; 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:
52 ; GCN-LABEL: {{^}}test_indirect:55 define amdgpu_kernel void @test_indirect(i32 addrspace(1)* nocapture %arg) {
1226 def test_indirect(self): member in CircularImportTests