/external/openssh/ |
D | opensshd.init.in | 9 KILL=@KILL@ 50 ${KILL} ${PID}
|
/external/llvm/lib/CodeGen/ |
D | ExpandPostRAPseudos.cpp | 103 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerSubregToReg() 114 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerSubregToReg() 141 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerCopy() 156 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerCopy()
|
D | MachineCopyPropagation.cpp | 134 MI->setDesc(TII->get(TargetOpcode::KILL)); in removeCopy()
|
D | LiveRangeEdit.cpp | 292 MI->setDesc(TII.get(TargetOpcode::KILL)); in eliminateDeadDef()
|
D | VirtRegMap.cpp | 425 MI->setDesc(TII->get(TargetOpcode::KILL)); in rewrite()
|
/external/llvm/include/llvm/Target/ |
D | TargetOpcodes.h | 35 KILL = 5, enumerator
|
/external/compiler-rt/test/asan/TestCases/Android/ |
D | coverage-android.cc | 115 #ifdef KILL in bar()
|
/external/mksh/src/ |
D | signames.inc | 12 { "KILL", 9 },
|
/external/lldb/source/Plugins/Process/Linux/ |
D | LinuxSignals.cpp | 41 ADDSIGNAL(KILL, false, true, true, "kill"); in Reset()
|
/external/llvm/lib/Target/R600/ |
D | R600EmitClauseMarkers.cpp | 48 case AMDGPU::KILL: in OccupiedDwords() 94 case AMDGPU::KILL: in IsTrivialInst()
|
D | R600ControlFlowFinalizer.cpp | 227 case AMDGPU::KILL: in IsTrivialInst()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonNewValueJump.cpp | 130 if (II->getOpcode() == TargetOpcode::KILL) in INITIALIZE_PASS_DEPENDENCY() 194 if (MII->getOpcode() == TargetOpcode::KILL || in commonChecksToProhibitNewValueJump()
|
D | HexagonMachineScheduler.cpp | 110 case TargetOpcode::KILL: in reserveResources()
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 97 MI.getOpcode() == AMDGPU::KILL) { in EncodeInstruction()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 758 bool isKill() const { return getOpcode() == TargetOpcode::KILL; } 815 case TargetOpcode::KILL:
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 305 case TargetOpcode::KILL: in GetInstSizeInBytes()
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 811 kill -KILL "$pssh" 2>/dev/null 819 kill -KILL "$stunnel_pid" 2>/dev/null 827 kill -KILL "$dsm_pid" 2>/dev/null
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ss_vncviewer | 808 kill -KILL "$pssh" 2>/dev/null 816 kill -KILL "$stunnel_pid" 2>/dev/null 824 kill -KILL "$dsm_pid" 2>/dev/null
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 158 MI.getOpcode() == AMDGPU::KILL) { in EncodeInstruction()
|
/external/bison/tests/ |
D | local.at | 104 [m4_divert_text([KILL], 239 [m4_divert_text([KILL],
|
/external/lldb/tools/lldb-perf/ |
D | README | 226 The last step is usually to KILL the inferior and bail out:
|
/external/toybox/lib/ |
D | lib.c | 627 SIGNIFY(FPE), SIGNIFY(HUP), SIGNIFY(ILL), SIGNIFY(INT), SIGNIFY(KILL),
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 414 TII->get(TargetOpcode::KILL), DstRegW) in mergePairedInsns()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2647 /* 1 bit sext */ { { ARM::KILL , 0, ARM_AM::no_shift, 0 }, in ARMEmitIntExt() 2655 /* 1 bit sext */ { { ARM::KILL , 0, ARM_AM::no_shift, 0 }, in ARMEmitIntExt() 2682 assert(ARM::KILL != Opc && "Invalid table entry"); in ARMEmitIntExt()
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 1391 # KILL is only used to suppress output. 1392 m4_define([_m4_divert(KILL)], -1) 3259 m4_divert_push([KILL]) 3292 m4_divert([KILL]) 3297 # KILL as the bottom of the diversion stack. 3300 ]m4_divert_stack)])_m4_popdef([_m4_divert_stack])m4_divert_push([KILL])])
|