Home
last modified time | relevance | path

Searched refs:KILL (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/lib/CodeGen/
DExpandPostRAPseudos.cpp103 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()
DLiveRangeEdit.cpp307 MI->setDesc(TII.get(TargetOpcode::KILL)); in eliminateDeadDef()
DInlineSpiller.cpp808 MI->setDesc(TII.get(TargetOpcode::KILL)); in eliminateRedundantSpills()
/external/llvm/test/CodeGen/Mips/
Ddelay-slot-kill.ll5 ; Currently, the following IR assembly generates a KILL instruction between
7 ; delay slot filler ignores such KILL instructions by filling the slot of the
/external/compiler-rt/test/asan/TestCases/Android/
Dcoverage-android.cc115 #ifdef KILL in bar()
/external/mksh/src/
Dsignames.inc12 { "KILL", 9 },
/external/llvm/include/llvm/Target/
DTargetOpcodes.h35 KILL = 5, enumerator
/external/strace/tests/
Dppoll.expected2 …d=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\], 2, \{0, 999\}, ~\[HUP KILL STOP[^]]*\], (4|8|1…
Dppoll-v.expected2 …d=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\], 2, \{0, 999\}, ~\[HUP KILL STOP[^]]*\], (4|8|1…
/external/autotest/client/site_tests/platform_DaemonsRespawn/
Dtest_respawn.sh66 kill -KILL $PID
/external/llvm/lib/Target/AMDGPU/
DR600EmitClauseMarkers.cpp48 case AMDGPU::KILL: in OccupiedDwords()
94 case AMDGPU::KILL: in IsTrivialInst()
DR600ControlFlowFinalizer.cpp227 case AMDGPU::KILL: in IsTrivialInst()
/external/llvm/test/CodeGen/MIR/ARM/
Dsched-it-debug-nodes.mir29 ; accidentally being marked as KILL. The DBG_VALUE node gets introduced in
32 ; debug value as KILL'ed, resulting in a DEBUG_VALUE node changing codegen! (or
/external/llvm/lib/Target/Hexagon/
DHexagonNewValueJump.cpp132 if (II->getOpcode() == TargetOpcode::KILL) in INITIALIZE_PASS_DEPENDENCY()
196 if (MII->getOpcode() == TargetOpcode::KILL || in commonChecksToProhibitNewValueJump()
DHexagonMachineScheduler.cpp110 case TargetOpcode::KILL: in reserveResources()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600MCCodeEmitter.cpp96 MI.getOpcode() == AMDGPU::KILL) { in encodeInstruction()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h765 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
822 case TargetOpcode::KILL:
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp303 case TargetOpcode::KILL: in GetInstSizeInBytes()
/external/libvncserver/webclients/java-applet/ssl/
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/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DR600MCCodeEmitter.cpp158 MI.getOpcode() == AMDGPU::KILL) { in EncodeInstruction()
/external/bison/tests/
Dlocal.at104 [m4_divert_text([KILL],
239 [m4_divert_text([KILL],
/external/toybox/lib/
Dlib.c735 SIGNIFY(FPE), SIGNIFY(HUP), SIGNIFY(ILL), SIGNIFY(INT), SIGNIFY(KILL),
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2645 /* 1 bit sext */ { { ARM::KILL , 0, ARM_AM::no_shift, 0 }, in ARMEmitIntExt()
2653 /* 1 bit sext */ { { ARM::KILL , 0, ARM_AM::no_shift, 0 }, in ARMEmitIntExt()
2680 assert(ARM::KILL != Opc && "Invalid table entry"); in ARMEmitIntExt()
/external/bison/data/m4sugar/
Dm4sugar.m41391 # 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])])
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp568 BuildMI(MBB, II, dl, TII.get(TargetOpcode::KILL), in lowerCRBitSpilling()

12