Home
last modified time | relevance | path

Searched refs:test_select (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/CalledValuePropagation/
H A Dsimple-select.ll14 ; "@test_select" is also norecurse. This would allow the globals optimizer to
23 %tmp0 = call i64 @test_select(i1 %flag)
27 define internal i64 @test_select(i1 %flag) {
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsetcc-takes-i32.ll14 define i64 @test_select(i64 %lhs, i64 %rhs) {
15 ; CHECK-LABEL: test_select:
H A Darm64-fp128.ll320 define dso_local void @test_select(i1 %cond, fp128 %lhs, fp128 %rhs) {
321 ; CHECK-LABEL: test_select:
H A Df16-instructions.ll169 ; CHECK-CVT-LABEL: test_select:
177 ; CHECK-FP16-LABEL: test_select:
182 define half @test_select(half %a, half %b, i1 zeroext %c) #0 {
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfp128-select.ll11 define void @test_select(ptr %p, ptr %q, i1 zeroext %c) {
12 ; SSE-LABEL: test_select:
25 ; NOSSE-LABEL: test_select:
/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dtest_g_select.mir5 name: test_select
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dconstexpr-to-instr.ll21 define i32 @test_select() {
22 ; CHECK-LABEL: define i32 @test_select() {
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AArch64/
H A Dhorizontal.ll15 ; YAML-NEXT: Function: test_select
22 define i32 @test_select(i32* noalias nocapture readonly %blk1, i32* noalias nocapture readonly %blk…
23 ; CHECK-LABEL: @test_select(
/llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/
H A Dstack-safety-analysis.ll260 define i32 @test_select(i8* %a) sanitize_hwaddress {
262 ; CHECK-LABEL: @test_select
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/X86/
H A Dvselect-cost.ll11 define i32 @test_select() {
12 ; SSE-LABEL: 'test_select'
31 ; AVX1-LABEL: 'test_select'
50 ; AVX2-LABEL: 'test_select'
69 ; AVX512F-LABEL: 'test_select'
88 ; AVX512BW-LABEL: 'test_select'
/llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dbase-inference.ll19 define i8 addrspace(1)* @test_select(i1 %c, i8 addrspace(1)* %a1, i8 addrspace(1)* %a2) gc "statepo…
20 ; CHECK-LABEL: @test_select(
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp1292 void test_select() { in test_select() function
2026 test_select(); in main()
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dvalue-simplify.ll1157 define i32 @test_select(i32 %c) {
1159 ; IS__TUNIT____-LABEL: define {{[^@]+}}@test_select
1164 ; IS__CGSCC_OPM-LABEL: define {{[^@]+}}@test_select
1170 ; IS__CGSCC_NPM-LABEL: define {{[^@]+}}@test_select
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfp16-promote.ll151 ; CHECK-ALL-LABEL: test_select:
156 define void @test_select(half* %p, half* %q, i1 zeroext %c) #0 {
/llvm-project-15.0.7/mlir/test/Dialect/Tosa/
H A Dops.mlir309 func.func @test_select(%arg0: tensor<1x1x1xi1>, %arg1: tensor<13x21x3xf32>, %arg2: tensor<13x21x3xf…
/llvm-project-15.0.7/llvm/test/Transforms/LoopDeletion/
H A Deval_first_iteration.ll940 define i32 @test_select(i32 %limit) {
941 ; CHECK-LABEL: @test_select(
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dvec_demanded_elts.ll115 define <4 x float> @test_select(float %f, float %g) {
116 ; CHECK-LABEL: @test_select(
H A Dvec_demanded_elts-inseltpoison.ll115 define <4 x float> @test_select(float %f, float %g) {
116 ; CHECK-LABEL: @test_select(
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Df16-instructions.ll304 ; CHECK-LABEL: test_select(
311 define half @test_select(half %a, half %b, i1 zeroext %c) #0 {
H A Df16x2-instructions.ll394 ; CHECK-LABEL: test_select(
402 define <2 x half> @test_select(<2 x half> %a, <2 x half> %b, i1 zeroext %c) #0 {
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Darm64-irtranslator.ll930 ; CHECK-LABEL: name: test_select
939 define i32 @test_select(i1 %tst, i32 %lhs, i32 %rhs) {