HomeSort by relevance Sort by last modified time
    Searched refs:KILL (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 32 /// KILL - This instruction is a noop that is used only to adjust the
35 KILL = 5,
  /bionic/libc/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /frameworks/base/media/jni/soundpool/
SoundPoolThread.h 30 enum MessageType { INVALID, KILL, LOAD_SAMPLE };
SoundPoolThread.cpp 54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0));
87 case SoundPoolMsg::KILL:
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /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
493 KILL(workBits, decInsn.vA);
557 KILL(workBits, decInsn.vA);
577 KILL(workBits, decInsn.vA);
619 KILL(workBits, decInsn.vA);
635 KILL(workBits, decInsn.vA);
680 /* KILL(workBits, decInsn.vA); */
  /external/bluetooth/bluez/compat/
dund.c 96 KILL
384 { "kill", 1, 0, 'k' },
419 "\t--kill -k <bdaddr> Kill LAP connection\n"
420 "\t--killall -K Kill all LAP connections\n"
467 mode = KILL;
473 mode = KILL;
583 case KILL:
hidd.c 62 KILL
656 "\t--kill <bdaddr> Terminate HID connection\n"
684 { "kill", 1, 0, 'k' },
757 mode = KILL;
761 mode = KILL;
766 mode = KILL;
812 case KILL:
pand.c 97 KILL
539 /* Try to kill it. */
540 if (kill(pid, SIGHUP) == -1) {
576 { "kill", 1, 0, 'k' },
611 "\t--kill -k <bdaddr> Kill PAN connection\n"
612 "\t--killall -K Kill all PAN connections\n"
659 mode = KILL;
665 mode = KILL;
763 case KILL
    [all...]
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 125 // %RAX<def> = SUBREG_TO_REG 0, %EAX<kill>, 3
128 MI->setDesc(TII->get(TargetOpcode::KILL));
138 // Transfer the kill/dead flags, if needed.
158 // No need to insert an identity copy instruction, but replace with a KILL
162 // instruction with KILL.
163 MI->setDesc(TII->get(TargetOpcode::KILL));
VirtRegMap.cpp 287 // A virtual register kill refers to the whole register, so we may
288 // have to add <imp-use,kill> operands for the super-register. A
295 // we are substituting a full physreg. An <imp-use,kill> operand
341 // Transform identity copy to a KILL to deal with subregisters.
342 MI->setDesc(TII->get(TargetOpcode::KILL));
InlineSpiller.cpp 326 OS << " kill";
424 // y = use x<kill>
588 << " kill=" << unsigned(SVI->second.KillsSource) << '\n');
724 // Insert spill without kill flag immediately after def.
786 MI->setDesc(TII.get(TargetOpcode::KILL));
    [all...]
RegisterCoalescer.cpp 449 // 172 %ECX<def> = MOV32rr %reg1039<kill>
452 // %EAX<kill>,
453 // 36, <fi#0>, 1, %reg0, 0, 9, %ECX<kill>, 36, <fi#1>, 1, %reg0, 0
454 // 188 %EAX<def> = MOV32rr %EAX<kill>
455 // 196 %ECX<def> = MOV32rr %ECX<kill>
456 // 204 %ECX<def> = MOV32rr %ECX<kill>
457 // 212 %EAX<def> = MOV32rr %EAX<kill>
459 // 228 %reg1039<def> = MOV32rr %ECX<kill>
599 /// A3 = op A2 B0<kill>
607 /// B2 = op B0 A2<kill>
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 125 case TargetOpcode::KILL:
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 237 CheckKillDead, // Check all operands including kill / dead markers
271 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
328 /// a kill of a super-register.
427 /// clearKillInfo - Clears kill flags on all operands.
431 /// copyKillDeadInfo - Copies kill / dead operand properties from MI.
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 309 case TargetOpcode::KILL:
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 740 case TargetOpcode::KILL:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]

Completed in 1114 milliseconds

1 2