Home
last modified time | relevance | path

Searched refs:test_indirect (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/ARM/
Darmv4.ll19 define i32 @test_indirect() #0 {
21 ; ARM-LABEL: test_indirect
23 ; THUMB-LABEL: test_indirect
/external/llvm-project/llvm/test/CodeGen/MSP430/
Dcalls.ll15 define i16 @test_indirect(i16 (i16)* %a, i16 %b) nounwind {
16 ; CHECK-LABEL: test_indirect:
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppc64le-calls.ll11 define void @test_indirect(void ()* nocapture %fp) {
12 ; CHECK-LABEL: @test_indirect
Dppc64-nest.ll27 define void @test_indirect(i32 ()* nocapture %f, i8* %p) {
30 ; CHECK-LABEL: test_indirect
Dppc64-calls.ll42 define void @test_indirect(void ()* nocapture %fp) nounwind {
43 ; CHECK-LABEL: test_indirect:
Dcalls.ll17 define void @test_indirect(void ()* %fp) {
/external/llvm/test/CodeGen/PowerPC/
Dppc64le-calls.ll11 define void @test_indirect(void ()* nocapture %fp) {
12 ; CHECK-LABEL: @test_indirect
Dppc64-nest.ll27 define void @test_indirect(i32 ()* nocapture %f, i8* %p) {
30 ; CHECK-LABEL: test_indirect
Dppc64-calls.ll35 define void @test_indirect(void ()* nocapture %fp) nounwind {
36 ; CHECK-LABEL: test_indirect:
Dcalls.ll17 define void @test_indirect(void ()* %fp) {
/external/llvm-project/llvm/test/MC/X86/
Dalign-branch-basic.s91 # CHECK: <test_indirect>:
93 .globl test_indirect symbol
95 test_indirect: label
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dperfhint.ll55 ; GCN-LABEL: {{^}}test_indirect:
58 define amdgpu_kernel void @test_indirect(i32 addrspace(1)* nocapture %arg) {
/external/python/cpython3/Lib/test/test_import/
D__init__.py1301 def test_indirect(self): member in CircularImportTests