HomeSort by relevance Sort by last modified time
    Searched full:kill (Results 151 - 175 of 1513) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 204 IntegerReg, /*Kill=*/false);
883 IntReg, /*Kill=*/true,
890 ISD::BITCAST, IntResultReg, /*Kill=*/true);
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/
httpd.pm 166 if (0 != kill 0, $oldPid) {
218 kill 15, $pid;
221 while (kill(0, $pid) && $retryCount) {
236 # to kill it. On other platforms (at least Mac OS X), Apache will have
237 # already been killed, and trying to kill it again will cause us to hang.
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 308 /// killedAt - Return true if a live range ends at index. Note that the kill
317 /// Note that the kill point is considered the end of a live range, so it is
319 /// be counted as a kill by this method.
394 /// extendInBlock - If this interval is live before Kill in the basic block
395 /// that starts at StartIdx, extend it to be live up to Kill, and return
396 /// the value. If there is no live range before Kill, return NULL.
397 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill);
499 bool Kill;
506 : EarlyVal(0), LateVal(0), Kill(false) {
518 Kill = true
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 167 // conservative here because the kill markers cannot be trusted after
171 // STR %R0, %R6<kill>, %reg0, 0, pred:0, pred:%CPSR; mem:ST4[%395]
173 // STR %R0, %R6<kill>, %reg0, 0, pred:14, pred:%reg0; mem:ST4[%396](align=8)
175 // The first R6 kill is not really a kill since it's killed by a predicated
261 "Kill and Def maps aren't consistent for Reg!");
299 // It wasn't previously live but now it is, this is a kill.
305 "Kill and Def maps aren't consistent for Reg!");
395 // AntiDepReg's kill, it's safe to replace AntiDepReg with NewReg.
397 && "Kill and Def maps aren't consistent for AntiDepReg!")
    [all...]
PostRASchedulerList.cpp 170 /// 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 = false
    [all...]
VirtRegMap.cpp 204 // Add kill flags while we still have virtual registers.
286 // A virtual register kill refers to the whole register, so we may
287 // have to add <imp-use,kill> operands for the super-register. A
294 // we are substituting a full physreg. An <imp-use,kill> operand
339 // Transform identity copy to a KILL to deal with subregisters.
340 MI->setDesc(TII->get(TargetOpcode::KILL));
LiveVariables.cpp 139 // Check to see if this basic block is already a kill block.
142 // live range by updating the kill instruction.
170 // Add a new kill entry for this basic block. If this virtual register is
172 // least one of the successor blocks, it's not a kill.
238 // AL = ... <imp-def EAX>, <imp-kill AH>
324 // = AL, AX<imp-use, kill>
334 // = AL<kill>
433 // Kill the largest clobbered super-register.
563 // Clear kill and dead markers. LV will recompute them.
700 /// replaceKillInstruction - Update register kill info by replacing a kil
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
hung_renderer_dialog_gtk.cc 59 // The response ID for the "Kill pages" button. Anything positive should be
95 // | kill button wait button|
189 // Kill the process.
  /external/llvm/test/CodeGen/ARM/
crash-greedy.ll 63 ; This test has a sub-register copy with a kill flag:
64 ; %vreg6:ssub_3<def> = COPY %vreg6:ssub_2<kill>; QPR_VFP2:%vreg6
86 ; Coalescer failure: removeCopyByCommutingDef leaves a bad kill flag
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 30 it). So, the system may kill the process at any time to reclaim memory, and in doing so,
90 can kill such processes at any time to reclaim memory for one of the three
99 run. As such, the system will often kill these processes in order to
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/logic/
AndroidLogicUtils.java 248 * Kill the communication channel
252 public static void kill(IAndroidLogicInstance instance) method in class:AndroidLogicUtils
257 DDMSFacade.kill(serialNumber);
  /dalvik/dvz/
dvz.cpp 37 kill(g_pid, signal);
  /dalvik/vm/analysis/
Liveness.cpp 300 static inline void KILL(BitVector* workBits, u4 regIndex)
329 * Add registers to the "GEN" or "KILL" sets. We want to do KILL
464 KILL(workBits, decInsn.vA);
519 KILL(workBits, decInsn.vA);
538 KILL(workBits, decInsn.vA);
580 KILL(workBits, decInsn.vA);
596 KILL(workBits, decInsn.vA);
641 /* KILL(workBits, decInsn.vA); */
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /development/samples/ApiDemos/res/layout/
remote_service_binding.xml 41 <Button android:id="@+id/kill"
service_start_arguments_controller.xml 51 <Button android:id="@+id/kill"
  /device/ti/panda/audio/test/
TestFlinger.py 141 self.kill()
149 def kill(self): member in class:TestCase
150 """Kill the currently running test (if there is one).
160 self._proc.kill()
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 548 /** Grab everything before a real symbol. Then if newline, kill it
549 * as this is a blank line. If whitespace followed by comment, kill it
572 // kill trailing newline if present and then ignore
591 Kill if newlines if we live on a line by ourselves
  /external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.h 51 - (IBAction)kill:(id)sender;
  /external/clang/test/SemaObjC/
arc-property.m 52 // Minor FIXME: kill the redundant error
  /external/dbus/bus/
messagebus.in 50 ## we don't want to kill all the per-user $processname, we want
  /external/dbus/test/name-test/
run-test.sh 7 kill -9 $DBUS_SESSION_BUS_PID
  /external/e2fsprogs/misc/
uuidd.8.in 57 If a currently uuidd daemon is running, kill it.
  /external/kernel-headers/original/asm-mips/
siginfo.h 46 /* kill() */
  /external/kernel-headers/original/linux/
workqueue.h 87 * Kill off a pending schedule_delayed_work(). Note that the work callback

Completed in 679 milliseconds

1 2 3 4 5 67 8 91011>>