/llvm-project/llvm/test/ExecutionEngine/JITLink/RISCV/ |
H A D | ELF_pc_indirect.s | 54 # 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 D | controlflow.s | 85 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 D | openmp-reduction-call.mlir | 14 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 D | store-undef.ll | 9 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 D | bf16x2-instructions.ll | 208 define <2 x bfloat> @test_call(<2 x bfloat> %a, <2 x bfloat> %b) #0 { 209 ; CHECK-LABEL: test_call(
|
H A D | i16x2-instructions.ll | 621 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 D | bad_function_call.pass.cpp | 23 void test_call() { in test_call() function 42 test_call(); in main()
|
/llvm-project/clang/test/CodeGen/ |
H A D | ptrauth-function.c | 4 void test_call(); 9 test_call(); in test_direct_call()
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | none-macho-v4t.ll | 6 define void @test_call() { 9 ; CHECK-LABEL: test_call:
|
H A D | vfp-libcalls.ll | 5 define float @test_call(float %a, float %b) {
|
/llvm-project/flang/test/Fir/ |
H A D | target-rewrite-selective-no-struct.fir | 8 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 D | float-constants.ll | 28 define void @test_call() nounwind { 29 ; CHECK-LABEL: test_call: 38 ; CHECK-LE-LABEL: test_call:
|
/llvm-project/llvm/test/Transforms/InstCombine/ |
H A D | cast-call-combine-prof.ll | 10 ; CHECK-LABEL: @test_call() 12 define void @test_call() {
|
H A D | memcpy-addrspace.ll | 64 define void @test_call(ptr addrspace(1) %out, i64 %x) { 65 ; CHECK-LABEL: @test_call(
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | test_call_aix.ll | 12 define void @test_call() { 22 ; CHECK-LABEL: test_call
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | unsupported-calls.ll | 25 ; 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 D | bf16.cu | 36 __device__ __bf16 test_call( __bf16 in) { in test_call() function
|
H A D | amdgpu-bf16.cu | 80 __device__ __bf16 test_call( __bf16 in) { in test_call() function
|
H A D | spirv-amdgcn-bf16.cu | 80 __device__ __bf16 test_call( __bf16 in) { in test_call() function
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | statepoint-spill-lowering.ll | 49 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 D | upgrade-inline-asm-elementtype.ll | 4 define void @test_call(i32* %p1, i32* %p2) {
|
/llvm-project/flang/test/Lower/CUDA/ |
H A D | cuda-kernel-calls.cuf | 6 module test_call
|
/llvm-project/llvm/test/Transforms/EarlyCSE/ |
H A D | gc_relocate.ll | 47 define i1 @test_call(ptr addrspace(1) %in) gc "statepoint-example" { 48 ; CHECK-LABEL: @test_call(
|
/llvm-project/llvm/test/Transforms/GVN/ |
H A D | gc_relocate.ll | 47 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 D | calls.ll | 17 define i16 @test_call(i8 zeroext %arg) { 18 ; CHECK-LABEL: @test_call(
|