Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Darmv4.ll19 define i32 @test_indirect() #0 {
21 ; ARM-LABEL: test_indirect
23 ; THUMB-LABEL: test_indirect
/external/swiftshader/third_party/llvm-7.0/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.ll46 define void @test_indirect(void ()* nocapture %fp) nounwind {
47 ; 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/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dcalls.ll17 define void @test_indirect(void ()* %fp) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dperfhint.ll52 ; GCN-LABEL: {{^}}test_indirect:
55 define amdgpu_kernel void @test_indirect(i32 addrspace(1)* nocapture %arg) {
/external/python/cpython3/Lib/test/test_import/
D__init__.py1226 def test_indirect(self): member in CircularImportTests