Home
last modified time | relevance | path

Searched refs:FOLD (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ARM/
Dphi-eliminate.ll2 …-phi-node-folding-threshold=4 | FileCheck %s --check-prefixes=CHECK-TWO-FOLD-4,CHECK-V8M-TWO-FOLD-4
3 …-phi-node-folding-threshold=4 | FileCheck %s --check-prefixes=CHECK-TWO-FOLD-4,CHECK-V8A-TWO-FOLD-4
4 …-phi-node-folding-threshold=5 | FileCheck %s --check-prefixes=CHECK-TWO-FOLD-5,CHECK-V8M-TWO-FOLD-5
5 …-phi-node-folding-threshold=5 | FileCheck %s --check-prefixes=CHECK-TWO-FOLD-5,CHECK-V8A-TWO-FOLD-5
6 …-phi-node-folding-threshold=6 | FileCheck %s --check-prefixes=CHECK-TWO-FOLD-6,CHECK-V8M-TWO-FOLD-6
7 …-phi-node-folding-threshold=6 | FileCheck %s --check-prefixes=CHECK-TWO-FOLD-6,CHECK-V8A-TWO-FOLD-6
10 ; CHECK-TWO-FOLD-4-LABEL: @test_i32(
11 ; CHECK-TWO-FOLD-4-NEXT: entry:
12 ; CHECK-TWO-FOLD-4-NEXT: br i1 [[A:%.*]], label [[M:%.*]], label [[O:%.*]]
13 ; CHECK-TWO-FOLD-4: O:
[all …]
/external/python/cpython3/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py908 FOLD = 1 variable in TZStrTest
981 if dt_type == self.FOLD:
1062 FOLD = cls.FOLD
1085 (datetime(2019, 11, 3, 2, 0, fold=0), EDT, FOLD),
1086 (datetime(2019, 11, 3, 2, 0, fold=1), EST, FOLD),
1091 (datetime(2020, 11, 1, 2, 0, fold=0), EDT, FOLD),
1092 (datetime(2020, 11, 1, 2, 0, fold=1), EST, FOLD),
1115 (datetime(2020, 10, 25, 1, 0, fold=0), BST, FOLD),
1131 (datetime(2019, 4, 7, 2, 0, fold=0), AEDT, FOLD),
1132 (datetime(2019, 4, 7, 2, 1, fold=0), AEDT, FOLD),
[all …]
/external/ply/ply/example/BASIC/
Dsears.bas1 1 REM :: THIS PROGRAM COMPUTES HOW MANY TIMES YOU HAVE TO FOLD
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Doptimize.mlir4 // RUN: tf-opt %s -tfl-optimize -canonicalize | FileCheck --check-prefix=FOLD %s
516 // FOLD-LABEL: @FuseFullyConnectedReshapeAddConst
536 // FOLD: %[[cst:.*]] = constant dense<5.000000e+00> : tensor<40x40xf32>
537 // FOLD: %[[fc:.*]] = "tfl.fully_connected"(%arg0, %arg1, %[[cst]])
538 // FOLD: return %[[fc]]
542 // FOLD-LABEL: @FuseFullyConnectedReshapeAddConstWithActivation
562 // FOLD: %[[cst:.*]] = constant dense<5.000000e+00> : tensor<40x40xf32>
563 …// FOLD: %[[fc:.*]] = "tfl.fully_connected"(%arg0, %arg1, %[[cst]]) {fused_activation_function = "…
564 // FOLD: return %[[fc]]
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dshift-amount-reassociation-with-truncation-lshr.ll9 ; THIS FOLD DOES *NOT* REQUIRE ANY 'nuw'/`nsw` FLAGS!
Dshift-amount-reassociation-with-truncation-ashr.ll9 ; THIS FOLD DOES *NOT* REQUIRE ANY 'nuw'/`nsw` FLAGS!
Dshift-amount-reassociation-with-truncation-shl.ll9 ; THIS FOLD DOES *NOT* REQUIRE ANY 'nuw'/`nsw` FLAGS!
Dshift-amount-reassociation.ll9 ; THIS FOLD DOES *NOT* REQUIRE ANY 'exact'/'nuw'/`nsw` FLAGS!