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

12

/external/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::__anon10291
/external/compiler-rt/test/asan/TestCases/Android/
H A Dcoverage-android.cc115 #ifdef KILL
/external/openssh/
H A Dopensshd.init.in9 KILL=@KILL@
50 ${KILL} ${PID}
H A Dsession.c2397 SSH_SIG(KILL);
/external/lldb/source/Plugins/Process/Linux/
H A DLinuxSignals.cpp41 ADDSIGNAL(KILL, false, true, true, "kill");
/external/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp103 MI->setDesc(TII->get(TargetOpcode::KILL));
114 MI->setDesc(TII->get(TargetOpcode::KILL));
141 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));
H A DMachineCopyPropagation.cpp131 // Turn it into a noop KILL instruction as opposed to removing it to
134 MI->setDesc(TII->get(TargetOpcode::KILL));
H A DLiveRangeEdit.cpp286 // a KILL instead. This way, the physreg live ranges don't end up
292 MI->setDesc(TII.get(TargetOpcode::KILL));
H A DVirtRegMap.cpp424 // Transform identity copy to a KILL to deal with subregisters.
425 MI->setDesc(TII->get(TargetOpcode::KILL));
H A DInlineSpiller.cpp808 MI->setDesc(TII.get(TargetOpcode::KILL));
/external/llvm/lib/Target/R600/
H A DR600EmitClauseMarkers.cpp48 case AMDGPU::KILL:
94 case AMDGPU::KILL:
255 // * KILL or INTERP instructions
H A DR600ControlFlowFinalizer.cpp227 case AMDGPU::KILL:
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DR600MCCodeEmitter.cpp97 MI.getOpcode() == AMDGPU::KILL) {
/external/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:
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h758 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
815 case TargetOpcode::KILL:
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp305 case TargetOpcode::KILL:
/external/libvncserver/webclients/java-applet/ssl/
H A Dss_vncviewer811 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/
H A Dss_vncviewer808 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/
H A DR600MCCodeEmitter.cpp158 MI.getOpcode() == AMDGPU::KILL) {
/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp396 // %W1<def> = KILL %W1, %X1<imp-def>
414 TII->get(TargetOpcode::KILL), DstRegW)
/external/toybox/lib/
H A Dlib.c627 SIGNIFY(FPE), SIGNIFY(HUP), SIGNIFY(ILL), SIGNIFY(INT), SIGNIFY(KILL),
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp545 BuildMI(MBB, II, dl, TII.get(TargetOpcode::KILL),
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2647 /* 1 bit sext */ { { ARM::KILL , 0, ARM_AM::no_shift, 0 },
2655 /* 1 bit sext */ { { ARM::KILL , 0, ARM_AM::no_shift, 0 },
2682 assert(ARM::KILL != Opc && "Invalid table entry");
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1642 DEBUG(dbgs() << "Inserting dummy KILL\n");
1643 Inst = BuildMI(*MBB, Inst, DebugLoc(), TII->get(TargetOpcode::KILL));

Completed in 1426 milliseconds

12