Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 - 25 of 50) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl167 || LDW *${Xib}[1],$Xn ; modulo-scheduled
172 || LDW *${Xib}[2],$X1 ; modulo-scheduled
193 || MV $Xn,$X0 ; modulo-scheduled
194 || LDW *$Xia,$X9 ; modulo-scheduled
195 || ROTL $X1,25,$t0e ; modulo-scheduled
196 || ROTL $X14,15,$t0a ; modulo-scheduled
197 SHRU $X1,3,$s0 ; modulo-scheduled
198 || SHRU $X14,10,$s1 ; modulo-scheduled
205 || ROTL $X1,14,$t1e ; modulo-scheduled
206 || ROTL $X14,13,$t1a ; modulo-scheduled
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl167 || LDW *${Xib}[1],$Xn ; modulo-scheduled
172 || LDW *${Xib}[2],$X1 ; modulo-scheduled
193 || MV $Xn,$X0 ; modulo-scheduled
194 || LDW *$Xia,$X9 ; modulo-scheduled
195 || ROTL $X1,25,$t0e ; modulo-scheduled
196 || ROTL $X14,15,$t0a ; modulo-scheduled
197 SHRU $X1,3,$s0 ; modulo-scheduled
198 || SHRU $X14,10,$s1 ; modulo-scheduled
205 || ROTL $X1,14,$t1e ; modulo-scheduled
206 || ROTL $X14,13,$t1a ; modulo-scheduled
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_print.c156 if (block->scheduled) { in bi_print_block()
163 if (block->scheduled) { in bi_print_block()
187 if (block->scheduled) { in bi_print_block()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dreduce_scheduler.c140 node->rsched.scheduled = true; in schedule_ready_list()
150 if (!succ->rsched.scheduled) { in schedule_ready_list()
155 /* all successor have been scheduled */ in schedule_ready_list()
241 node->rsched.scheduled = false; in gpir_reduce_reg_pressure_schedule_prog()
H A Dgpir.h185 bool scheduled; member
284 * (3) There is a store instruction scheduled, but not its child.
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dscheduler.c125 instr->scheduled = true; in ppir_schedule_ready_list()
136 if (!succ->scheduled) { in ppir_schedule_ready_list()
141 /* all successor have been scheduled */ in ppir_schedule_ready_list()
H A Dregalloc.c162 newinstr->scheduled = true; in create_new_instr_after()
183 newinstr->scheduled = true; in create_new_instr_before()
H A Dppir.h365 bool scheduled; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.h68 scheduled, enumerator
94 virtual void set_scheduled() { m_instr_flags.set(scheduled); forward_set_scheduled();} in set_scheduled()
98 bool is_scheduled() const {return m_instr_flags.test(scheduled);} in is_scheduled()
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
H A Dcpuhotplug03.sh17 Desc: Do tasks get scheduled to a newly on-lined CPU?
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_print.c333 if (block->scheduled) { in mir_print_block()
H A Dcompiler.h163 * instructions that must still be scheduled after
165 * instructions need to be scheduled before (after) this
193 bool scheduled; member
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl19 # Even though SPLOOPs are scheduled for 13 cycles, and thus expected
149 || XOR $s[2],$Te0[2],$s[2] ; modulo-scheduled
150 || XOR $s[3],$Te0[3],$s[3] ; modulo-scheduled
217 || XOR $s[2],$Te0[2],$s[2] ; modulo-scheduled
218 || XOR $s[3],$Te0[3],$s[3] ; modulo-scheduled
361 || XOR $s[2],$Td0[2],$s[2] ; modulo-scheduled
362 || XOR $s[3],$Td0[3],$s[3] ; modulo-scheduled
429 || XOR $s[2],$Td0[2],$s[2] ; modulo-scheduled
430 || XOR $s[3],$Td0[3],$s[3] ; modulo-scheduled
/third_party/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl19 # Even though SPLOOPs are scheduled for 13 cycles, and thus expected
149 || XOR $s[2],$Te0[2],$s[2] ; modulo-scheduled
150 || XOR $s[3],$Te0[3],$s[3] ; modulo-scheduled
217 || XOR $s[2],$Te0[2],$s[2] ; modulo-scheduled
218 || XOR $s[3],$Te0[3],$s[3] ; modulo-scheduled
361 || XOR $s[2],$Td0[2],$s[2] ; modulo-scheduled
362 || XOR $s[3],$Td0[3],$s[3] ; modulo-scheduled
429 || XOR $s[2],$Td0[2],$s[2] ; modulo-scheduled
430 || XOR $s[3],$Td0[3],$s[3] ; modulo-scheduled
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.h163 std::ostream& operator<<(std::ostream& os, const AsScheduledGraph& scheduled);
H A Dgraph-visualizer.cc1080 std::ostream& operator<<(std::ostream& os, const AsScheduledGraph& scheduled) { in operator <<() argument
1081 PrintScheduledGraph(os, scheduled.schedule); in operator <<()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c97 struct ir3_instruction *scheduled; /* last scheduled instr */ member
114 /* We order the scheduled (sy)/(ss) producers, and keep track of the
134 * scheduled.
149 * as any one of the src's is scheduled.
290 ctx->scheduled = instr; in schedule()
364 /* there is at least one kill which could be scheduled, except
368 /* there is at least one instruction that could be scheduled,
392 /* could an instruction be scheduled if specified ssa src was scheduled
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py387 # |build_file_path| has already been loaded, because the 'scheduled' set in
578 # The set of all build files that have been scheduled, so we don't
580 self.scheduled = set()
581 # A list of dependency build file paths that haven't been scheduled yet.
599 if new_dependency not in self.scheduled:
600 self.scheduled.add(new_dependency)
614 parallel_state.scheduled = set(build_files)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py387 # |build_file_path| has already been loaded, because the 'scheduled' set in
578 # The set of all build files that have been scheduled, so we don't
580 self.scheduled = set()
581 # A list of dependency build file paths that haven't been scheduled yet.
599 if new_dependency not in self.scheduled:
600 self.scheduled.add(new_dependency)
614 parallel_state.scheduled = set(build_files)
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/
H A Dchacha-armv4.S86 ldr r12,[sp,#4*(12)] @ modulo-scheduled load
208 str r8, [sp,#4*(16+8)] @ modulo-scheduled store
852 ldr r12,[sp,#4*(12)] @ modulo-scheduled load
1090 str r8, [sp,#4*(16+8)] @ modulo-scheduled store
1299 ldr r12,[sp,#4*(12)] @ modulo-scheduled load
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/
H A Dchacha-armv4.S86 ldr r12,[sp,#4*(12)] @ modulo-scheduled load
208 str r8, [sp,#4*(16+8)] @ modulo-scheduled store
852 ldr r12,[sp,#4*(12)] @ modulo-scheduled load
1090 str r8, [sp,#4*(16+8)] @ modulo-scheduled store
1299 ldr r12,[sp,#4*(12)] @ modulo-scheduled load
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv8-mont.pl935 adc $carry,xzr,xzr // carry bit, modulo-scheduled
1191 adc $carry,xzr,xzr // carry bit, modulo-scheduled
1487 adc $carry,$carry,xzr // modulo-scheduled
1544 adc $carry,$carry,xzr // modulo-scheduled
1622 adc $carry,$carry,xzr // modulo-scheduled
1686 adc $carry,$carry,xzr // modulo-scheduled
/third_party/openssl/crypto/bn/asm/
H A Darmv8-mont.pl935 adc $carry,xzr,xzr // carry bit, modulo-scheduled
1191 adc $carry,xzr,xzr // carry bit, modulo-scheduled
1487 adc $carry,$carry,xzr // modulo-scheduled
1544 adc $carry,$carry,xzr // modulo-scheduled
1622 adc $carry,$carry,xzr // modulo-scheduled
1686 adc $carry,$carry,xzr // modulo-scheduled
/third_party/ffmpeg/libavcodec/x86/
H A Dfft.asm188 ; scheduled for cpu-bound sizes
234 ; scheduled to avoid store->load aliasing
/third_party/node/src/
H A Dnode_worker.cc787 bool scheduled = w->RequestInterrupt([taker = std::move(taker), in TakeHeapSnapshot() local
816 if (scheduled) { in TakeHeapSnapshot()

Completed in 33 milliseconds

12