/external/llvm/include/llvm/CodeGen/ |
MachineInstrBuilder.h | 32 Kill = 0x8, 40 ImplicitKill = Implicit | Kill 66 flags & RegState::Kill, 313 return B ? RegState::Kill : 0;
|
/external/llvm/lib/CodeGen/ |
RegAllocFast.cpp | 216 /// addKillFlag - Set kill flags on last use of a virtual register. 265 // If this physreg is used by the instruction, we want to kill it on the 309 LR.LastUse = 0; // Don't kill register again 329 /// Kill the physreg, marking it free. 522 // definePhysReg may kill virtual registers and modify LiveVirtRegs. 559 // definePhysReg may kill virtual registers and modify LiveVirtRegs. 590 // Redefining a live register - kill at the last use, unless it is this 629 DEBUG(dbgs() << "Clearing dubious kill: " << MO << "\n"); 636 // We must remove kill flags from uses of reloaded registers because the 638 // %foo = OR %x<kill>, % [all...] |
/external/llvm/lib/Target/ARM/ |
Thumb1RegisterInfo.cpp | 123 .addReg(LdReg, RegState::Kill).setMIFlags(MIFlags); 135 MIB.addReg(BaseReg).addReg(LdReg, RegState::Kill); 137 MIB.addReg(LdReg).addReg(BaseReg, RegState::Kill); 245 AddDefaultPred(MIB.addReg(BaseReg, RegState::Kill).addImm(ThisVal)); 248 .addReg(BaseReg, RegState::Kill)) 293 .addReg(DestReg, RegState::Kill) 362 .addReg(DestReg, RegState::Kill)); 562 .addReg(Reg, RegState::Kill)); 591 addReg(Reg, RegState::Define).addReg(ARM::R12, RegState::Kill));
|
/external/llvm/lib/Target/Hexagon/ |
HexagonPeephole.cpp | 21 // %vreg16<def> = NOT_p %vreg15<kill> 23 // JMP_c %vreg16<kill>, <BB#1>, %PC<imp-def,dead> 28 // JMP_cNot %vreg15<kill>, <BB#1>, %PC<imp-def,dead>; 31 // %vreg170<def> = SXTW %vreg166 or %vreg16<def> = NOT_p %vreg15<kill>
|
/external/llvm/test/CodeGen/Mips/ |
2011-05-26-BranchKillsVreg.ll | 6 ; kills a virtual register, and LiveVariables must be updated with the new kill
|
/external/llvm/test/CodeGen/X86/ |
2011-02-21-VirtRegRewriter-KillSubReg.ll | 3 ; `KillOps[*SR] == KillOp && "invalid subreg kill flags"'
|
phys_subreg_coalesce-3.ll | 7 ; 336L %vreg15<def> = SAR32rCL %vreg15, %EFLAGS<imp-def,dead>, %CL<imp-use,kill>; GR32:%vreg15
|
/external/mdnsresponder/mDNSPosix/ |
mdnsd.sh | 42 kill -TERM `cat /var/run/mdnsd.pid`
|
/external/openssh/contrib/hpux/ |
egd.rc | 82 if kill "$pid"; then
|
sshd.rc | 75 if kill `cat $WHAT_PID`; then
|
/external/openssh/ |
openssh.xml.in | 67 exec=':kill'
|
/external/openssh/regress/ |
agent-pkcs11.sh | 67 trace "kill agent"
|
dynamic-forward.sh | 56 kill -HUP $remote
|
/external/oprofile/daemon/ |
opd_perfmon.c | 144 kill(getppid(), SIGTERM); 475 if (kill(c_pid, SIGKILL)==0) 495 if (kill(children[i].pid, SIGUSR1)) { 516 if (kill(children[i].pid, SIGUSR2)) {
|
/external/oprofile/opcontrol/ |
opcontrol.cpp | 312 " --shutdown kill the oprofile daeman\n" 361 * Kill the old daemon so that setup can be done more than once to achieve 367 kill(num, SIGTERM); 596 * As a temporary workaround, change do_reset into a no-op for now and kill 613 kill(num, SIGHUP); 669 kill(pid, SIGHUP); /* Politely ask the daemon to close files */ 671 kill(pid, SIGTERM);/* Politely ask the daemon to die */ 673 kill(pid, SIGKILL); 856 kill(num, SIGUSR1);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/ |
SDL_systhread.c | 83 kill(thread->handle, SIGKILL);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
SDL_systhread.c | 116 #warning For some reason, this doesnt actually kill a thread - FreeBSD 3.2
|
/external/skia/samplecode/ |
SampleLines.cpp | 69 SkImageDecoder::DecodeFile("/kill.gif", &bm);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCThread.cpp | 46 m_queue.kill();
|
/external/webkit/Source/WebCore/storage/ |
LocalStorageThread.cpp | 99 m_queue.kill();
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebNSArrayExtras.m | 69 // This could leave us with one initial separator; kill it off too
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
p2p-action-udhcp.sh | 17 kill $PID
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
RSTest.java | 78 // Actually kill the app if we are stopping. We don't want to
|
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/ |
RSTest_v14.java | 78 // Actually kill the app if we are stopping. We don't want to
|
/frameworks/ml/bordeaux/service/res/layout/ |
lava_messenger_service_binding.xml | 58 <Button android:id="@+id/kill"
|