Home
last modified time | relevance | path

Searched refs:test_call (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/llvm/test/ExecutionEngine/JITLink/RISCV/
H A DELF_pc_indirect.s54 # jitlink-check: decode_operand(test_call, 1) = ((internal_func - test_call) + 0x800)[31:12]
55 # jitlink-check: decode_operand(test_call+4, 2)[11:0] = (internal_func - test_call)[11:0]
56 .globl test_call symbol
58 .type test_call,@function
59 test_call: label
64 .size test_call, .-test_call
/llvm-project/bolt/test/runtime/AArch64/
H A Dcontrolflow.s85 tbnz x0, 0, test_call
89 .global test_call symbol
90 .type test_call, %function
91 test_call: label
96 .size test_call, .-test_call
/llvm-project/mlir/test/Target/LLVMIR/
H A Dopenmp-reduction-call.mlir14 llvm.call @test_call() : () -> ()
32 llvm.func @test_call() -> ()
36 // CHECK: call void @test_call()
37 // CHECK: call void @test_call()
/llvm-project/llvm/test/CodeGen/NVPTX/
H A Dstore-undef.ll9 declare void @test_call(%struct.T)
20 ; CHECK-NEXT: test_call,
26 call void @test_call(%struct.T undef)
45 ; CHECK-NEXT: test_call,
56 call void @test_call(%struct.T %S2)
H A Dbf16x2-instructions.ll208 define <2 x bfloat> @test_call(<2 x bfloat> %a, <2 x bfloat> %b) #0 {
209 ; CHECK-LABEL: test_call(
H A Di16x2-instructions.ll621 define <2 x i16> @test_call(<2 x i16> %a, <2 x i16> %b) #0 {
622 ; COMMON-LABEL: test_call(
/llvm-project/libcxx/test/libcxx/vendor/ibm/
H A Dbad_function_call.pass.cpp23 void test_call() { in test_call() function
42 test_call(); in main()
/llvm-project/clang/test/CodeGen/
H A Dptrauth-function.c4 void test_call();
9 test_call(); in test_direct_call()
/llvm-project/llvm/test/CodeGen/ARM/
H A Dnone-macho-v4t.ll6 define void @test_call() {
9 ; CHECK-LABEL: test_call:
H A Dvfp-libcalls.ll5 define float @test_call(float %a, float %b) {
/llvm-project/flang/test/Fir/
H A Dtarget-rewrite-selective-no-struct.fir8 func.func @test_call(%arg0: !fir.type<t{i:i32}>) {
20 // CHECK-LABEL: func.func @test_call(
/llvm-project/llvm/test/CodeGen/SPARC/
H A Dfloat-constants.ll28 define void @test_call() nounwind {
29 ; CHECK-LABEL: test_call:
38 ; CHECK-LE-LABEL: test_call:
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dcast-call-combine-prof.ll10 ; CHECK-LABEL: @test_call()
12 define void @test_call() {
H A Dmemcpy-addrspace.ll64 define void @test_call(ptr addrspace(1) %out, i64 %x) {
65 ; CHECK-LABEL: @test_call(
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dtest_call_aix.ll12 define void @test_call() {
22 ; CHECK-LABEL: test_call
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dunsupported-calls.ll25 ; R600: in function test_call{{.*}}: unsupported call to function defined_function
26 define amdgpu_kernel void @test_call(ptr addrspace(1) %out, ptr addrspace(1) %in) {
/llvm-project/clang/test/CodeGenCUDA/
H A Dbf16.cu36 __device__ __bf16 test_call( __bf16 in) { in test_call() function
H A Damdgpu-bf16.cu80 __device__ __bf16 test_call( __bf16 in) { in test_call() function
H A Dspirv-amdgcn-bf16.cu80 __device__ __bf16 test_call( __bf16 in) { in test_call() function
/llvm-project/llvm/test/CodeGen/X86/
H A Dstatepoint-spill-lowering.ll49 define ptr addrspace(1) @test_call(ptr addrspace(1) %a, ptr addrspace(1) %b, ptr addrspace(1) %c, p…
50 ; CHECK-LABEL: test_call:
/llvm-project/llvm/test/Bitcode/
H A Dupgrade-inline-asm-elementtype.ll4 define void @test_call(i32* %p1, i32* %p2) {
/llvm-project/flang/test/Lower/CUDA/
H A Dcuda-kernel-calls.cuf6 module test_call
/llvm-project/llvm/test/Transforms/EarlyCSE/
H A Dgc_relocate.ll47 define i1 @test_call(ptr addrspace(1) %in) gc "statepoint-example" {
48 ; CHECK-LABEL: @test_call(
/llvm-project/llvm/test/Transforms/GVN/
H A Dgc_relocate.ll47 define i1 @test_call(ptr addrspace(1) %in) gc "statepoint-example" {
48 ; CHECK-LABEL: @test_call(
/llvm-project/llvm/test/Transforms/TypePromotion/ARM/
H A Dcalls.ll17 define i16 @test_call(i8 zeroext %arg) {
18 ; CHECK-LABEL: @test_call(

12