Searched defs:kill (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h93 LiveInBlock(LiveInterval *li, MachineDomTreeNode *node, SlotIndex kill) argument
94 : LI(li), DomNode(node), Kill(kill), Value(0) {}
H A DPostRASchedulerList.cpp170 /// FixupKills - Fix register kill flags that have been made
182 // ToggleKillFlag - Toggle a register operand kill flag. Other
453 // Setting kill flag...
459 // If MO itself is live, clear the kill flag...
486 /// FixupKills - Fix the register kill flags, they may have been made
526 // Examine all used registers and set/clear kill flag. When a
527 // register is used multiple times we only set the kill flag on
536 bool kill = false; local
538 kill = true;
542 kill
[all...]
H A DExecutionDepsFix.cpp177 void kill(int rx);
262 void ExeDepsFix::kill(int rx) { function in class:ExeDepsFix
446 // Process defs to track register ages, and kill values clobbered by generic
452 // If Kill is set, also kill off DomainValues clobbered by the defs.
480 kill(rx);
526 kill(rx);
561 kill(rx);
581 kill(rx);
619 kill(*i);
636 kill(r
[all...]
/external/mesa3d/src/glsl/
H A Dopt_copy_propagation.cpp92 void kill(ir_variable *ir);
137 kill(ir->lhs->variable_referenced());
195 * this call. So kill all copies.
233 kill(k->var);
277 kill(k->var);
285 ir_copy_propagation_visitor::kill(ir_variable *var) function in class:ir_copy_propagation_visitor
289 /* Remove any entries currently in the ACP for this kill. */
H A Dopt_constant_propagation.cpp98 void kill(ir_variable *ir, unsigned write_mask);
232 kill(ir->lhs->variable_referenced(), ir->write_mask);
266 * this call. So kill all copies.
305 kill(k->var, k->write_mask);
350 kill(k->var, k->write_mask);
358 ir_constant_propagation_visitor::kill(ir_variable *var, unsigned write_mask) function in class:ir_constant_propagation_visitor
366 /* Remove any entries currently in the ACP for this kill. */
/external/webkit/Source/JavaScriptCore/wtf/
H A DMessageQueue.h69 void kill();
197 inline void MessageQueue<DataType>::kill() function in class:WTF::MessageQueue
/external/chromium/third_party/libevent/test/
H A Dregress_rpc.c90 EVRPC_HEADER(Message, msg, kill);
91 EVRPC_HEADER(NeverReply, msg, kill);
93 EVRPC_GENERATE(Message, msg, kill);
94 EVRPC_GENERATE(NeverReply, msg, kill);
102 struct kill* kill_reply = rpc->reply;
138 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL);
139 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL);
237 struct kill* kill_reply = NULL;
343 struct msg *msg, struct kill *kill, voi
342 GotKillCb(struct evrpc_status *status, struct msg *msg, struct kill *kill, void *arg) argument
380 GotKillCbTwo(struct evrpc_status *status, struct msg *msg, struct kill *kill, void *arg) argument
444 struct kill *kill; local
556 GotErrorCb(struct evrpc_status *status, struct msg *msg, struct kill *kill, void *arg) argument
580 struct kill *kill; local
[all...]
H A Dregress.gen.h24 struct kill;
42 int (*attack_assign)(struct msg *, const struct kill*);
43 int (*attack_get)(struct msg *, struct kill* *);
54 struct kill* attack_data;
79 int msg_attack_assign(struct msg *, const struct kill*);
80 int msg_attack_get(struct msg *, struct kill* *);
86 /* Tag definition for kill */
94 /* Structure declaration for kill */
96 int (*weapon_assign)(struct kill *, const char *);
97 int (*weapon_get)(struct kill *, cha
104 struct kill { struct
[all...]
/external/quake/quake/src/QW/client/
H A Dr_part.c449 particle_t *p, *kill; local
501 kill = active_particles;
502 if (kill && kill->die < cl.time)
504 active_particles = kill->next;
505 kill->next = free_particles;
506 free_particles = kill;
516 kill = p->next;
517 if (kill && kill
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcsignal.c299 Int VG_(kill)( Int pid, Int signo ) function
/external/chromium/chrome/browser/sync/engine/net/
H A Dserver_connection_manager.cc257 void ServerConnectionManager::kill() { function in class:browser_sync::ServerConnectionManager
/external/quake/quake/src/WinQuake/
H A Dr_part.cpp651 particle_t *p, *kill; local
702 kill = active_particles;
703 if (kill && kill->die < cl.time)
705 active_particles = kill->next;
706 kill->next = free_particles;
707 free_particles = kill;
717 kill = p->next;
718 if (kill && kill
[all...]
/external/libpcap/
H A Dgencode.h247 atomset def, kill; member in struct:block
H A Doptimize.c453 atomset def = 0, use = 0, kill = 0; local
477 kill |= ATOMMASK(atom);
503 b->kill = kill;
531 p->in_use |= p->out_use &~ p->kill;
/external/mksh/src/
H A Dedit.c46 int kill; member in struct:__anon10108
113 edchars.erase = edchars.kill = edchars.intr = edchars.quit =
794 #define AEDIT &aedit /* area for kill ring and macro defns */
3205 edchars.kill = tty_state.c_cc[VKILL];
3217 if (edchars.kill == _POSIX_VDISABLE)
3218 edchars.kill = -1;
3233 if (edchars.kill >= 0)
3234 bind_if_not_bound(0, edchars.kill, XFUNC_del_line);
3681 } else if (ch == edchars.kill) {
3839 if (ch == edchars.kill) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 626 milliseconds