HomeSort by relevance Sort by last modified time
    Searched full:kills (Results 26 - 50 of 184) sorted by null

12 3 4 5 6 7 8

  /external/libogg/
compile 119 # FIXME: race condition here if user kills between mkdir and trap.
  /external/libusb/
compile 119 # FIXME: race condition here if user kills between mkdir and trap.
  /external/libusb-compat/
compile 119 # FIXME: race condition here if user kills between mkdir and trap.
  /external/libvorbis/
compile 119 # FIXME: race condition here if user kills between mkdir and trap.
  /external/llvm/include/llvm/CodeGen/
LivePhysRegs.h 23 // %XMM0<def> = ... (Kills %XMM0, all %XMM0s sub-registers, and %YMM0)
  /external/llvm/lib/CodeGen/
LivePhysRegs.cpp 38 // Remove defined registers and regmask kills from the set.
MachineBasicBlock.cpp 820 // Restore kills of virtual registers that were killed by the terminators.
827 LV->getVarInfo(Reg).Kills.push_back(I);
    [all...]
MachineTraceMetrics.cpp 694 SmallVector<unsigned, 8> Kills;
703 // Track live defs and kills for updating RegUnits.
706 Kills.push_back(Reg);
710 Kills.push_back(Reg);
724 // First kills.
725 for (unsigned i = 0, e = Kills.size(); i != e; ++i)
726 for (MCRegUnitIterator Units(Kills[i], TRI); Units.isValid(); ++Units)
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
compile 119 # FIXME: race condition here if user kills between mkdir and trap.
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java 47 // which kills the alarm. Check against the initial call state so
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 79 * Kills a dictionary so that it is never used again, if possible.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
log.py 93 # avoids using an additional method call which kills the performance.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
log.py 93 # avoids using an additional method call which kills the performance.
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 846 unsigned Kills = 0;
851 Kills |= (1 << RegNo);
856 assert((Kills & Defs) == 0 && "Register needs killing and def'ing?");
859 while (Kills && Defs) {
860 unsigned KReg = countTrailingZeros(Kills);
865 Kills &= ~(1 << KReg);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 73 // The default (A-type) VSX FMA form kills the addend (it is taken from
75 // the FMA). If the instruction, however, kills one of the registers
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 294 // Clear any intervening kills of CC.
413 // Clear any intervening kills of SrcReg and SrcReg2.
  /external/llvm/test/CodeGen/X86/
inline-asm-fpstack.ll 92 ; asm kills st(0), so we shouldn't pop anything
111 ; Second asm kills st(0), so we shouldn't pop anything
  /external/llvm/docs/CommandGuide/
bugpoint.rst 92 until a bug is found or the user kills **bugpoint**.
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java 129 // which kills the alarm. Check against the initial call state so
  /packages/apps/Messaging/src/com/android/messaging/util/
OsUtil.java 179 * returns true, it cannot return false in the same process as the OS kills the process when
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 256 // If I2 kills its operand and we move I2 over an instruction that also
303 // Track killed operands. If we move across an instruction that kills our
304 // operand, we need to update the kill information on the moved I1. It kills
  /external/strace/
README-linux-ptrace 50 kills even within syscalls (syscall-exit-stop is not generated prior to
51 death by SIGKILL). The net effect is that SIGKILL always kills the
228 restarts or kills it, tracee will not run, and will not send
  /external/bison/build-aux/
compile 286 # FIXME: race condition here if user kills between mkdir and trap.
  /external/elfutils/src/config/
compile 323 # FIXME: race condition here if user kills between mkdir and trap.
  /external/google-breakpad/autotools/
compile 323 # FIXME: race condition here if user kills between mkdir and trap.

Completed in 218 milliseconds

12 3 4 5 6 7 8