Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/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-const-tc2.ll3 ; Test that we fixup a pipelined loop correctly when the number of
Dswp-subreg.ll6 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
Dswp-epilog-phis.ll9 ; STATS: 1 pipeliner - Number of loops software pipelined
Dswp-tfri.ll6 ; STATS: 1 pipeliner - Number of loops software pipelined
Dswp-swap.ll6 ; STATS-NOT: 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-const-tc1.ll8 ; Test that we change the CFG correctly for pipelined loops where the trip
Dswp-matmul-bitext.ll4 ; function. The pipelined code should have two packets.
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
Dswp-large-rec.ll10 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
Dswp-prolog-phi4.ll4 ; Phis that do not occur in the loop that is being pipelined.
Dswp-const-tc3.ll3 ; Test that the pipeliner correctly fixes up the pipelined CFG when the loop
/external/mesa3d/src/mesa/drivers/dri/i965/
Dhsw_queryobj.c412 const bool pipelined) in store_query_result_reg() argument
422 (pipelined ? MI_STORE_REGISTER_MEM_PREDICATE : 0) | in store_query_result_reg()
442 const bool pipelined = brw_is_query_pipelined(query); in hsw_store_query_result() local
448 } else if (pname == GL_QUERY_RESULT_AVAILABLE && !pipelined) { in hsw_store_query_result()
458 if (pipelined) in hsw_store_query_result()
461 pipelined); in hsw_store_query_result()
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMScheduleM3.td17 let LoadLatency = 2; // Latency when not pipelined, not pc-relative
DARMScheduleR52.td15 // The Cortex-R52 is an in-order pipelined superscalar microprocessor with
17 // There are two ALUs, one LDST, one MUL and a non-pipelined integer DIV.
76 let Latency = 8; let ResourceCycles = [8]; // non-pipelined
111 let ResourceCycles = [7]; // is not pipelined
149 let Latency = 8; let ResourceCycles = [8]; // not pipelined
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/vect/
Dvect-shuffle.ll8 ; CHECK: Number of loops software pipelined
/external/llvm/test/CodeGen/ARM/
Dsaxpy10-a9.ll9 ; should be nicely pipelined.
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSchedule.td40 // Instruction stage - These values represent a non-pipelined step in

123