Home
last modified time | relevance | path

Searched refs:scheduling (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/netbsd-src/external/lgpl3/gmp/dist/mpn/pa64/
H A DREADME50 Latency scheduling is not as important as making sure to have a mix of ALU and
52 do some amount of latency scheduling.
54 Like for all other processors, RAW memory scheduling is critically important.
61 cycles/limb on PA8500. With latency scheduling, the numbers could
65 1.6875 cycles/limb on PA8500. With latency scheduling, this could
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dlli.rst138 Disable scheduling after register allocation.
163 =none: No scheduling: breadth first sequencing
164 =simple: Simple two pass scheduling: minimize critical path and maximize processor utilization
165 =simple-noitin: Simple two pass scheduling: Same as simple except using generic latency
166 =list-burr: Bottom-up register reduction list scheduling
167 =list-tdrr: Top-down register reduction list scheduling
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A D4130.md27 ;; like a standard two-way superscalar architecture. If scheduling were
30 ;; unaligned address. Unfortunately, delayed branch scheduling and
31 ;; hazard avoidance are done after the final scheduling pass, and they
66 ;; This is a fake unit for pre-reload scheduling of multiplications.
70 ;; The scheduling hooks use this attribute for (b) above.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A D4130.md27 ;; like a standard two-way superscalar architecture. If scheduling were
30 ;; unaligned address. Unfortunately, delayed branch scheduling and
31 ;; hazard avoidance are done after the final scheduling pass, and they
66 ;; This is a fake unit for pre-reload scheduling of multiplications.
70 ;; The scheduling hooks use this attribute for (b) above.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dpriclass_example.txt5 this time, other processes in different scheduling classes were
58 of different scheduling classes.
76 The TS time sharing class is the default scheduling class for the processes
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dpriclass_example.txt5 this time, other processes in different scheduling classes were
58 of different scheduling classes.
76 The TS time sharing class is the default scheduling class for the processes
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh1.md1 ;; DFA scheduling description for Renesas / SuperH SH.
26 ;; SH-1 scheduling. This is just a conversion of the old scheduling
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh1.md1 ;; DFA scheduling description for Renesas / SuperH SH.
26 ;; SH-1 scheduling. This is just a conversion of the old scheduling
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dtitan.md29 ;; === FXU scheduling ===
83 ;; === BPU scheduling ===
92 ;; === LSU scheduling ===
126 ;; === FPU scheduling ===
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dtitan.md29 ;; === FXU scheduling ===
83 ;; === BPU scheduling ===
92 ;; === LSU scheduling ===
126 ;; === FPU scheduling ===
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleM7.td26 // pipe. The stages relevant to scheduling are as follows:
35 // for scheduling, so simple ALU operations executing in EX2 will have
138 // Division. Effective scheduling latency is 3, though real latency is larger
145 // Square-root. Effective scheduling latency is 3; real latency is larger
238 // Load/store multiples cannot be dual-issued. Note that default scheduling
353 // single-cycle as far as scheduling opportunities go. By putting WriteALU
408 // Effective scheduling latency is really 3 for nearly all FP operations,
470 // making it appear to have 3 cycle latency for scheduling.
489 // it appear to have 3 cycle latency for scheduling.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.opt22 ; Which cpu are we scheduling for.
110 Enable earlier placing stop bits for better scheduling.
178 Place a stop bit after every cycle when scheduling.
194 Don't generate checks for control speculation in selective scheduling.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.opt22 ; Which cpu are we scheduling for.
110 Enable earlier placing stop bits for better scheduling.
178 Place a stop bit after every cycle when scheduling.
194 Don't generate checks for control speculation in selective scheduling.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.opt24 ; The target cpu for optimization and scheduling.
47 Specify CPU for scheduling purposes.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.opt24 ; The target cpu for optimization and scheduling.
47 Specify CPU for scheduling purposes.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetItinerary.td9 // This file defines the target-independent scheduling interfaces
11 // itineraries for scheduling. Itineraries are detailed reservation
13 // in-order machine with complicated scheduling or bundling constraints.
22 // during scheduling and has an affect instruction order based on availability
H A DTargetSchedule.td9 // This file defines the target-independent scheduling interfaces which should
10 // be implemented by each target which is using TableGen based scheduling.
91 // that have a scheduling class (itinerary class or SchedRW list)
114 // to skip the checks for scheduling information when building LLVM for
168 // an in-order pipeline within an out-of-order core where scheduling
257 // Allow a processor to mark some scheduling classes as unsupported
260 // Allow a processor to mark some scheduling classes as single-issue.
320 // Allow a processor to mark some scheduling classes as unsupported
357 // Base class for scheduling predicates.
360 // A scheduling predicate whose logic is defined by a MCInstPredicate.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dleon5.md24 ;; Avoid scheduling load/store, FPU, and multiply instructions back to
29 ;; Avoid scheduling ALU instructions with data dependencies back to back.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dleon5.md24 ;; Avoid scheduling load/store, FPU, and multiply instructions back to
29 ;; Avoid scheduling ALU instructions with data dependencies back to back.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dt-strongarm-elf4 # or scheduling code that is breaking _fpmul_parts in fp-bit.c.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dt-strongarm-elf4 # or scheduling code that is breaking _fpmul_parts in fp-bit.c.
/netbsd-src/external/mit/isl/dist/cpp/
H A Dcpp-checked-conversion.h.top6 /// polyhedral compilation, ranging from dependence analysis over scheduling
H A Dtyped_cpp.h.top5 /// polyhedral compilation, ranging from dependence analysis over scheduling
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.opt24 ; Which cpu we are scheduling for.
119 Specify CPU for scheduling purposes. Valid arguments are 700, 7100, 7100LC, 7200, 7300, and 8000.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.opt24 ; Which cpu we are scheduling for.
119 Specify CPU for scheduling purposes. Valid arguments are 700, 7100, 7100LC, 7200, 7300, and 8000.

12345678910>>...22