| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-2013-01-23-sext-crash.ll | 8 br label %CF 10 CF: ; preds = %CF83, %CF, %BB 11 br i1 undef, label %CF, label %CF83 13 CF83: ; preds = %CF 15 br label %CF 22 br label %CF 24 CF: ; preds = %CF83, %CF, %BB 25 br i1 undef, label %CF, label %CF83 27 CF83: ; preds = %CF 29 br label %CF
|
| H A D | arm64-2013-01-23-frem-crash.ll | 7 br i1 undef, label %CF, label %CF77 9 CF: ; preds = %CF, %CF76 11 br i1 undef, label %CF, label %CF77 13 CF77: ; preds = %CF
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
| H A D | mask.pass.cpp | 25 typedef std::ctype<char> CF; in main() typedef 26 const CF& cf = std::use_facet<CF>(l); in main() 37 assert( cf.is(CF::upper, 'A')); in main() 38 assert(!cf.is(CF::lower, 'A')); in main() 39 assert( cf.is(CF::alpha, 'A')); in main() 41 assert(!cf.is(CF::upper, 'a')); in main() 42 assert( cf.is(CF::lower, 'a')); in main() 43 assert( cf.is(CF::alpha, 'a')); in main()
|
| /llvm-project-15.0.7/mlir/test/Dialect/Linalg/ |
| H A D | detensorize_while.mlir | 59 // DET-CF-LABEL: func @main 61 // DET-CF: tensor.extract {{.*}} 62 // DET-CF: cf.br ^[[bb1:.*]](%{{.*}} : i32) 63 // DET-CF: ^[[bb1]](%{{.*}}: i32) 64 // DET-CF: arith.cmpi slt, {{.*}} 66 // DET-CF: ^[[bb2]](%{{.*}}: i32) 67 // DET-CF: arith.addi {{.*}} 68 // DET-CF: cf.br ^[[bb1]](%{{.*}} : i32) 69 // DET-CF: ^[[bb3]](%{{.*}}: i32) 70 // DET-CF: tensor.from_elements %{{.*}} : tensor<i32> [all …]
|
| H A D | detensorize_trivial.mlir | 2 …RUN: mlir-opt %s -pass-pipeline="func.func(linalg-detensorize)" | FileCheck %s -check-prefix=DET-CF 35 // DET-CF-LABEL: func @main(%{{.*}}: tensor<i32>) 36 // DET-CF-NEXT: arith.constant dense<10> : tensor<i32> 37 // DET-CF-NEXT: linalg.init_tensor [] : tensor<i1> 38 // DET-CF-NEXT: linalg.generic 39 // DET-CF-NEXT: ^{{.*}}(%{{.*}}: i32, %{{.*}}: i32, %{{.*}}: i1) 40 // DET-CF-NEXT: arith.cmpi slt, %{{.*}}, %{{.*}} 41 // DET-CF-NEXT: linalg.yield %{{.*}} 42 // DET-CF-NEXT: } -> tensor<i1> 43 // DET-CF-NEXT: return %{{.*}} [all …]
|
| H A D | detensorize_while_impure_cf.mlir | 91 // DET-CF-LABEL: func @main 92 // DET-CF-SAME: (%{{.*}}: tensor<10xi32>, %{{.*}}: tensor<i32>) 93 // DET-CF: cf.br ^[[bb1:.*]](%{{.*}} : tensor<10xi32>) 94 // DET-CF: ^bb1(%{{.*}}: tensor<10xi32>) 96 // DET-CF: tensor.extract %{{.*}}[] : tensor<i32> 97 // DET-CF: cmpi slt, %{{.*}}, %{{.*}} : i32 99 // DET-CF: ^bb2(%{{.*}}: tensor<i32>) 101 // DET-CF: cf.br ^bb1(%{{.*}} : tensor<10xi32>) 102 // DET-CF: ^bb3(%{{.*}}: tensor<i32>) 103 // DET-CF: return %{{.*}} : tensor<i32> [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAtomicRMW.cpp | 25 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand())) in isIdempotentRMW() local 28 return CF->isZero() && CF->isNegative(); in isIdempotentRMW() 30 return CF->isZero() && !CF->isNegative(); in isIdempotentRMW() 63 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand())) in isSaturating() local 67 return !CF->isNegative() && CF->isInfinity(); in isSaturating() 70 return CF->isNegative() && CF->isInfinity(); in isSaturating() 73 return CF->isNaN(); in isSaturating()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | sub-bv-types.ll | 7 br label %CF 9 CF: ; preds = %CF78, %CF, %BB 12 br i1 undef, label %CF, label %CF78 14 CF78: ; preds = %CF 16 br label %CF
|
| H A D | remap-crash.ll | 25 br label %CF 27 CF: ; preds = %CF80, %CF81, %CF, %CF83 28 br i1 undef, label %CF, label %CF81 30 CF81: ; preds = %CF 32 br i1 undef, label %CF, label %CF80 35 br i1 undef, label %CF, label %CF76
|
| H A D | bv-pres-v8i1.ll | 23 br label %CF 25 CF: ; preds = %CF88, %CF, %CF84 26 br i1 undef, label %CF, label %CF85 28 CF85: ; preds = %CF85, %CF 35 br i1 %E63, label %CF, label %CF80
|
| H A D | std-unal-fi.ll | 9 br label %CF 11 CF: ; preds = %CF80, %CF, %BB 16 br i1 undef, label %CF, label %CF77 18 CF77: ; preds = %CF81, %CF83, %CF77, %CF 45 br i1 %Cmp75, label %CF, label %CF76 61 br label %CF 63 CF: ; preds = %CF78, %CF, %BB 65 br i1 undef, label %CF, label %CF77 67 CF77: ; preds = %CF80, %CF77, %CF 80 br i1 %Cmp73, label %CF, label %CF76
|
| H A D | bv-widen-undef.ll | 6 br label %CF 8 CF: ; preds = %CF, %BB 9 br i1 undef, label %CF, label %CF77 11 CF77: ; preds = %CF81, %CF77, %CF
|
| H A D | rs-undef-use.ll | 8 br label %CF 10 CF: ; preds = %CF85, %CF, %BB 11 br i1 undef, label %CF, label %CF82.critedge 13 CF82.critedge: ; preds = %CF 40 br i1 %Cmp61, label %CF, label %CF77
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr11998.ll | 7 br label %CF 9 CF: ; preds = %CF, %BB 10 br i1 undef, label %CF, label %CF403 12 CF403: ; preds = %CF403, %CF
|
| H A D | pr42909.ll | 8 ; CHECK-NEXT: .LBB0_1: # %CF 16 br label %CF 18 CF: ; preds = %CF, %BB 20 br label %CF
|
| H A D | pr10499.ll | 9 br label %CF 11 CF: ; preds = %CF, %BB 13 br label %CF
|
| H A D | 2012-02-14-scalar.ll | 8 br label %CF 10 CF: ; preds = %CF, %BB 12 br label %CF
|
| H A D | crash-nosse.ll | 11 br label %CF 13 CF: ; preds = %CF, %BB 17 br i1 %S28, label %CF, label %CF39 19 CF39: ; preds = %CF39, %CF
|
| H A D | split-extend-vector-inreg.ll | 13 ; CHECK-NEXT: .LBB0_1: # %CF 21 br label %CF 23 CF: 27 br i1 %Cmp72, label %CF, label %CF240
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | DAGCombiner_illegal_BUILD_VECTOR.ll | 11 ; CHECK-NEXT: .LBB0_1: # %CF 23 br label %CF 25 CF: ; preds = %CF, %BB 27 br i1 %Cmp40, label %CF, label %CF353 29 CF353: ; preds = %CF
|
| H A D | undef-flag.ll | 14 br label %CF 16 CF: ; preds = %CF, %BB 18 br i1 %Cmp25, label %CF, label %CF34 20 CF34: ; preds = %CF
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | amdpal-usersgpr-init.ll | 12 …CF\E83\B3\C2\D1)\7FG\CF[\8A\DF\EE[\7FD,\AA.registers\8A\CD.\07\01\CD.\08\01\CD.\09\01\CD.\12\CE@,\…
|
| H A D | pal-userdata-regs.ll | 16 …CF\0BE\F2u\8CK\FA\BC\CF\E5\A2\84o\83\86\1C\F8\AA.registers\DE\00I\CD,\0A\CE\00,\00\00\CD,\0B\04\CD…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/msa/ |
| H A D | llvm-stress-s2090927243-simplified.ll | 23 br i1 %Cmp32, label %CF77, label %CF 25 CF: ; preds = %CF, %CF81 27 br i1 undef, label %CF, label %CF78 29 CF78: ; preds = %CF
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 810 ConstantFP *CF; in fold_pow() local 820 CF = dyn_cast<ConstantFP>(opr1); in fold_pow() 840 if ((CF && CF->isZero()) || (CINT && ci_opr1 == 0) || CZero) { in fold_pow() 850 if ((CF && CF->isExactlyValue(1.0)) || (CINT && ci_opr1 == 1)) { in fold_pow() 856 if ((CF && CF->isExactlyValue(2.0)) || (CINT && ci_opr1 == 2)) { in fold_pow() 864 if ((CF && CF->isExactlyValue(-1.0)) || (CINT && ci_opr1 == -1)) { in fold_pow() 877 if (CF && (CF->isExactlyValue(0.5) || CF->isExactlyValue(-0.5))) { in fold_pow() 899 if (CF) { in fold_pow() 962 if (CF) { in fold_pow() 974 (!CF || CF->isNegative()); in fold_pow() [all …]
|