Searched refs:KILL (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetOpcodes.h32 /// KILL - This instruction is a noop that is used only to adjust the
35 KILL = 5, enumerator in enum:llvm::TargetOpcode::__anon2045
/freebsd-10.0-release/crypto/openssh/
H A Dopensshd.init.in9 KILL=@KILL@
46 ${KILL} ${PID}
/freebsd-10.0-release/etc/
H A Drc.shutdown75 kill -KILL $$ >/dev/null 2>&1
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp101 MI->setDesc(TII->get(TargetOpcode::KILL));
112 MI->setDesc(TII->get(TargetOpcode::KILL));
139 MI->setDesc(TII->get(TargetOpcode::KILL));
149 // No need to insert an identity copy instruction, but replace with a KILL
153 // instruction with KILL.
154 MI->setDesc(TII->get(TargetOpcode::KILL));
H A DLiveRangeEdit.cpp288 // a KILL instead. This way, the physreg live ranges don't end up
294 MI->setDesc(TII.get(TargetOpcode::KILL));
H A DMachineCopyPropagation.cpp130 // Turn it into a noop KILL instruction if it has super-register liveness
136 MI->setDesc(TII->get(TargetOpcode::KILL));
H A DVirtRegMap.cpp347 // Transform identity copy to a KILL to deal with subregisters.
348 MI->setDesc(TII->get(TargetOpcode::KILL));
H A DInlineSpiller.cpp785 MI->setDesc(TII.get(TargetOpcode::KILL));
/freebsd-10.0-release/usr.sbin/ypserv/
H A Dypinit.sh185 read KILL
188 case ${KILL} in
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600EmitClauseMarkers.cpp42 case AMDGPU::KILL:
84 case AMDGPU::KILL:
H A DR600ControlFlowFinalizer.cpp57 case AMDGPU::KILL:
/freebsd-10.0-release/usr.bin/make/
H A Djob.c351 # define KILL(pid, sig) killpg(-(pid), (sig)) macro
354 # define KILL(pid, sig) killpg((pid), (sig)) macro
356 # define KILL(pid, sig) kill((pid), (sig)) macro
571 KILL(job->pid, signo);
609 KILL(getpid(), signo);
615 KILL(job->pid, signo);
1518 error = (KILL(job->pid, SIGCONT) != 0);
2522 KILL(job->pid, signo);
2623 KILL(job->pid, SIGINT);
2624 KILL(jo
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp127 // %R0<def> = KILL %R0, %D0<imp-use,kill>
129 // Hence, we need to check if it's a KILL instruction.
130 if (II->getOpcode() == TargetOpcode::KILL)
187 // KILL sets kill flag on the opcode. It also sets up a
190 // %R0<def> = KILL %R0, %D0<imp-use,kill>
194 if (MII->getOpcode() == TargetOpcode::KILL ||
H A DHexagonMachineScheduler.cpp110 case TargetOpcode::KILL:
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp126 case TargetOpcode::KILL:
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DR600MCCodeEmitter.cpp112 MI.getOpcode() == AMDGPU::KILL) {
/freebsd-10.0-release/contrib/ofed/management/opensm/scripts/
H A Dredhat-opensm.init.in213 kill -KILL $p > /dev/null 2>&1
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h642 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
696 case TargetOpcode::KILL:
/freebsd-10.0-release/libexec/getty/
H A Dmain.c134 #define KILL tmode.c_cc[VKILL] macro
596 } else if (c == KILL || c == CTRL('u')) {
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp302 case TargetOpcode::KILL:
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_termios.c259 svr4_to_bsd_char(V,KILL);
359 bsd_to_svr4_char(V,KILL);
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp580 case TargetOpcode::KILL:
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dprocfs.c808 enum { NOKILL, KILL }; enumerator in enum:__anon1305
832 if (kill_p == KILL)
2469 * NOTE: semantics are different from those of KILL.
4805 dead_procinfo (pi, "init_inferior: wait_for_stop failed", KILL);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp872 case TargetOpcode::KILL:
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp1195 case TargetOpcode::KILL:

Completed in 190 milliseconds

12