Home
last modified time | relevance | path

Searched refs:pipelined (Results 1 – 25 of 87) sorted by relevance

1234

/external/XNNPACK/scripts/
Dgenerate-f32-spmm.sh16 tools/xngen src/f32-spmm/scalar-pipelined.c.in -D MR=1 -D NR=1 -o src/f32-spmm/gen/1x1-minmax-scala…
17 tools/xngen src/f32-spmm/scalar-pipelined.c.in -D MR=2 -D NR=1 -o src/f32-spmm/gen/2x1-minmax-scala…
18 tools/xngen src/f32-spmm/scalar-pipelined.c.in -D MR=4 -D NR=1 -o src/f32-spmm/gen/4x1-minmax-scala…
19 tools/xngen src/f32-spmm/scalar-pipelined.c.in -D MR=8 -D NR=1 -o src/f32-spmm/gen/8x1-minmax-scala…
59 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=4 -D NR=1 -D FMA=0 -o src/f32-spmm/gen/4x1-minm…
60 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=8 -D NR=1 -D FMA=0 -o src/f32-spmm/gen/8x1-minm…
61 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=16 -D NR=1 -D FMA=0 -o src/f32-spmm/gen/16x1-min…
62 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=32 -D NR=1 -D FMA=0 -o src/f32-spmm/gen/32x1-min…
64 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=4 -D NR=1 -D FMA=1 -o src/f32-spmm/gen/4x1-minm…
65 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=8 -D NR=1 -D FMA=1 -o src/f32-spmm/gen/8x1-minm…
[all …]
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dswp-chain-refs.ll6 ; which enables the loop to be pipelined. In this test, the loop should
7 ; not be pipelined when the chained references are constrained correctly.
9 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
Dswp-multi-loops.ll5 ; Check if the first loop is pipelined.
12 ; Check if the second loop is pipelined.
Dswp-subreg.ll6 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
Dswp-const-tc2.ll3 ; Test that we fixup a pipelined loop correctly when the number of
Dswp-swap.ll6 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
Dswp-tfri.ll6 ; STATS: 1 pipeliner - Number of loops software pipelined
Dswp-phi-dep.ll3 ; Check that the pipelined code uses the proper address in the
Dswp-lots-deps.ll4 ; STATS: 1 pipeliner - Number of loops software pipelined
Dswp-matmul-bitext.ll4 ; function. The pipelined code should have two packets.
Dswp-const-tc1.ll8 ; Test that we change the CFG correctly for pipelined loops where the trip
Dswp-epilog-reuse-1.ll6 ; Phi. When the loop is pipelined, the Phi that generates the operand value
Dswp-stages5.ll3 ; Very similar to swp-stages4.ll, but the pipelined schedule is a little
/external/mesa3d/src/mesa/drivers/dri/i965/
Dhsw_queryobj.c410 const bool pipelined) in store_query_result_reg() argument
420 (pipelined ? MI_STORE_REGISTER_MEM_PREDICATE : 0) | in store_query_result_reg()
440 const bool pipelined = brw_is_query_pipelined(query); in hsw_store_query_result() local
446 } else if (pname == GL_QUERY_RESULT_AVAILABLE && !pipelined) { in hsw_store_query_result()
456 if (pipelined) in hsw_store_query_result()
459 pipelined); in hsw_store_query_result()
/external/XNNPACK/tools/
Dgenerate-spmm-test.py449 pipelined = bool(ukernel_spec.get("pipelined", False))
455 test_case = generate_test_cases(name, mr, nr, k_block, pipelined, isa)
Dgenerate-dwconv-test.py361 pipelined = bool(ukernel_spec.get("pipelined", False))
368 test_case = generate_test_cases(name, cr, kr, cr, pipelined, isa)
Dgenerate-gemm-test.py844 pipelined = bool(ukernel_spec.get("pipelined", False))
852 name, mr, nr, kr, sr, k_block, pipelined, isa)
Dgenerate-dwconv2d-chw-test.py320 pipelined = bool(ukernel_spec.get("pipelined", False))
/external/llvm/test/CodeGen/Hexagon/
Dswp-multi-loops.ll5 ; Check if the first loop is pipelined.
12 ; Check if the second loop is pipelined.
Dswp-matmul-bitext.ll5 ; function. The pipelined code should have two packets.
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dtpu_embedding_configuration.proto64 // pipelined with that of the TensorCore. This parameter only affects results
68 // false: The execution of the sparse core is not pipelined with that of the
76 // true: The execution of the sparse core is pipelined with that of the
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVSchedRocket.td157 // FP division unit on Rocket is not pipelined, so set resource cycles to latency.
163 // FP square root unit on Rocket is not pipelined, so set resource cycles to latency.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSchedRocket64.td144 // FP Divide unit on Rocket is not pipelined, so set resource cycles to latency
150 // FP Sqrt unit on Rocket is not pipelined, so set resource cycles to latency
DRISCVSchedRocket32.td124 // FP Divide unit on Rocket is not pipelined, so set resource cycles to latency
130 // FP Sqrt unit on Rocket is not pipelined, so set resource cycles to latency
/external/llvm-project/llvm/test/CodeGen/Hexagon/vect/
Dvect-shuffle.ll8 ; CHECK: Number of loops software pipelined

1234