Searched refs:foldable (Results 1 – 25 of 40) sorted by relevance
12
/external/skia/resources/sksl/shared/ |
D | SwizzleByConstantIndex.sksl | 21 half4 foldable() { 33 half4 c = foldable();
|
D | TernaryExpression.sksl | 17 // Constant-foldable test
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | PhiEliminate3.ll | 24 ; This phi should be foldable if threshold >= 2 29 ; This phi should be foldable if threshold >= 7
|
D | PhiBlockMerge2.ll | 20 ; This block should be foldable into M
|
D | PhiBlockMerge.ll | 21 ; This block should be foldable into M
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ |
D | PhiEliminate3.ll | 39 ; This phi should be foldable if threshold >= 2 44 ; This phi should be foldable if threshold >= 7
|
D | PhiBlockMerge2.ll | 20 ; This block should be foldable into M
|
D | PhiBlockMerge.ll | 21 ; This block should be foldable into M
|
/external/llvm/test/CodeGen/X86/ |
D | pr24602.ll | 3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pr24602.ll | 3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ |
D | negative-scale.ll | 18 ; (%input - 2 * %j) is not foldable. Worth another indvar.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | negative-scale.ll | 18 ; (%input - 2 * %j) is not foldable. Worth another indvar.
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/ |
D | constant-folding.mlir | 11 // Tests that foldable ops are constant-folded to enable legalization of ops
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | sext-iv-2.ll | 9 ; These sexts are not foldable.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | sext-iv-2.ll | 8 ; These sexts are not foldable.
|
/external/llvm-project/llvm/test/Transforms/LowerConstantIntrinsics/ |
D | objectsize_basic.ll | 47 ; Test foldable null pointers because we evaluate them with non-exact modes in
|
/external/llvm-project/llvm/docs/GlobalISel/ |
D | IRTranslator.rst | 92 for expensive non-foldable constants. However, this can lead to unnecessary
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | expand-foldable-isel.ll | 4 ; The foldable ISEL in this test case is introduced at simple register coalescing stage.
|
D | expand-contiguous-isel.ll | 6 ; Simple register coalescing first create the foldable ISEL instruction as we have seen in expand-f…
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | icmp-div-constant.ll | 112 ; All of these tests contain foldable division-by-constant instructions, but we
|
D | umin-icmp.ll | 6 ; Test all 4 foldable predicates (eq,ne,uge,ult) * 4 commutation
|
D | smax-icmp.ll | 6 ; Test all 4 foldable predicates (eq,ne,sgt,sle) * 4 commutation
|
D | umax-icmp.ll | 6 ; Test all 4 foldable predicates (eq,ne,ugt,ule) * 4 commutation
|
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/ |
D | memop-folding-int-arith.ll | 165 ; A sub LHS loaded operand is *not* foldable. 235 ; A sub RHS loaded operand is foldable. 434 ; An sdiv loaded dividend (lhs) operand is *not* foldable. 482 ; An sdiv loaded divisor (rhs) operand is foldable. 526 ; An udiv loaded dividend (lhs) operand is *not* foldable. 564 ; An udiv loaded divisor (rhs) operand is foldable.
|
/external/llvm-project/llvm/test/Transforms/SCCP/ |
D | ipsccp-basic.ll | 279 ;; Ensure that a struct as an arg to a potentially constant-foldable
|
12