| /src/etc/ |
| rc.shutdown | 44 kill -KILL $$ >/dev/null 2>&1 73 kill -TERM $_rcshutdown_watchdog >/dev/null 2>&1
|
| /src/external/bsd/flex/dist/examples/manual/ |
| front.lex | 29 FIND|SEARCH|SORT|ERASE|KILL copy_and_return(VERB)
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| ExpandPostRAPseudos.cpp | 99 MI->setDesc(TII->get(TargetOpcode::KILL)); 112 MI->setDesc(TII->get(TargetOpcode::KILL)); 139 MI->setDesc(TII->get(TargetOpcode::KILL)); 151 // No need to insert an identity copy instruction, but replace with a KILL 155 // instruction with KILL. 156 MI->setDesc(TII->get(TargetOpcode::KILL));
|
| PatchableFunction.cpp | 47 case TargetOpcode::KILL:
|
| LiveRangeEdit.cpp | 343 // a KILL instead. This way, the physreg live ranges don't end up 349 MI->setDesc(TII.get(TargetOpcode::KILL));
|
| InlineSpiller.cpp | 426 // Insert spill without kill flag immediately after def. 495 MI.setDesc(TII.get(TargetOpcode::KILL)); 1017 BuildMI(MBB, SpillBefore, MI->getDebugLoc(), TII.get(TargetOpcode::KILL)) 1593 RMEnt->setDesc(TII.get(TargetOpcode::KILL));
|
| VirtRegMap.cpp | 256 // Add kill flags while we still have virtual registers. 410 // must not be valid before this point. Replace the COPY with a KILL 413 MI.setDesc(TII->get(TargetOpcode::KILL)); 557 // A virtual register kill refers to the whole register, so we may
|
| /src/games/battlestar/ |
| words.c | 150 { "kill", KILL, VERB, NULL }, 151 { "fight", KILL, VERB, NULL },
|
| command7.c | 71 case KILL:
|
| extern.h | 158 #define KILL 1024
|
| cypher.c | 467 case KILL:
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| R600EmitClauseMarkers.cpp | 43 case R600::KILL: 89 case R600::KILL: 206 // TODO: Is this true? kill flag appears to work OK below 207 // Register kill flags have been cleared by the time we get to this 255 // * KILL or INTERP instructions
|
| SIFormMemoryClauses.cpp | 142 S |= RegState::Kill; 312 // Debug instructions should not change the kill insertion. 342 // Track the last inserted kill. 343 MachineInstrBuilder Kill; 345 // Insert one kill per register, with operands covering all necessary 358 KillOps.emplace_back(R.second.first | RegState::Kill, 377 KillOps.emplace_back(R.second.first | RegState::Kill, SubReg); 385 // already have existing uses beyond the bundle, we don't need the kill. 389 Kill = BuildMI(*MI.getParent(), std::next(LastClauseInst), 390 DebugLoc(), TII->get(AMDGPU::KILL)); [all...] |
| R600ControlFlowFinalizer.cpp | 211 case R600::KILL:
|
| /src/libexec/getty/ |
| main.c | 133 #define KILL tmode.c_cc[VKILL] 487 } else if (c == KILL || c == '@') {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| R600MCCodeEmitter.cpp | 103 MI.getOpcode() == R600::KILL) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonNewValueJump.cpp | 134 // %r0 = KILL %r0, implicit killed %d0 136 // Hence, we need to check if it's a KILL instruction. 137 if (II->getOpcode() == TargetOpcode::KILL) 214 // KILL sets kill flag on the opcode. It also sets up a 217 // %r0 = KILL %r0, implicit killed %d0 221 if (MII->getOpcode() == TargetOpcode::KILL || 522 // If ifconverter had not messed up with the kill flags of the 523 // operands, the following check on the kill flag would suffice. 648 // make sure we are respecting the kill values o [all...] |
| HexagonMachineScheduler.cpp | 166 case TargetOpcode::KILL:
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| MSP430InstrInfo.cpp | 295 case TargetOpcode::KILL:
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MachineInstr.h | 1131 CheckKillDead, // Check all operands including kill / dead markers 1139 /// Note that this means liveness related flags (dead, undef, kill) do not 1247 bool isKill() const { return getOpcode() == TargetOpcode::KILL; } 1310 case TargetOpcode::KILL: 1375 /// a kill of a super-register. 1557 /// Clears kill flags on all operands. 1573 /// Clear all kill flags affecting Reg. If RegInfo is provided, this includes
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| AVRInstrInfo.cpp | 487 case TargetOpcode::KILL:
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| procfs.c | 102 void kill () override; 554 enum { NOKILL, KILL }; 564 if (kill_p == KILL) 565 kill (pi->pid, SIGKILL); 1280 process. NOTE: semantics are different from those of KILL. This 1468 /* Send a signal to the proc or lwp with the semantics of "kill()". 2576 procfs_target::kill () function in class:procfs_target 2640 dead_procinfo (pi, "init_inferior: wait_for_stop failed", KILL); 2661 and possibly even turning ON kill-on-last-close at this point. But
|
| /src/external/gpl3/gdb/dist/gdb/ |
| procfs.c | 102 void kill () override; 554 enum { NOKILL, KILL }; 564 if (kill_p == KILL) 565 kill (pi->pid, SIGKILL); 1280 process. NOTE: semantics are different from those of KILL. This 1468 /* Send a signal to the proc or lwp with the semantics of "kill()". 2576 procfs_target::kill () function in class:procfs_target 2640 dead_procinfo (pi, "init_inferior: wait_for_stop failed", KILL); 2661 and possibly even turning ON kill-on-last-close at this point. But
|
| /src/crypto/external/bsd/openssh/dist/ |
| session.c | 1900 SSH_SIG(KILL); 2094 SSH_SIG(KILL);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMFastISel.cpp | 2653 /* 1 bit sext */ { { ARM::KILL , 0, ARM_AM::no_shift, 0 }, 2661 /* 1 bit sext */ { { ARM::KILL , 0, ARM_AM::no_shift, 0 }, 2688 assert(ARM::KILL != Opc && "Invalid table entry"); 2725 MIB.addReg(SrcReg, isKill * RegState::Kill)
|