/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ExpandPostRAPseudos.cpp | 99 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerSubregToReg() 112 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerSubregToReg() 139 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerCopy() 151 // No need to insert an identity copy instruction, but replace with a KILL in LowerCopy() 155 // instruction with KILL. in LowerCopy() 156 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerCopy()
|
H A D | PatchableFunction.cpp | 47 case TargetOpcode::KILL: in doesNotGeneratecode()
|
H A D | LiveRangeEdit.cpp | 342 // a KILL instead. This way, the physreg live ranges don't end up in eliminateDeadDef() 348 MI->setDesc(TII.get(TargetOpcode::KILL)); in eliminateDeadDef()
|
H A D | VirtRegMap.cpp | 384 // must not be valid before this point. Replace the COPY with a KILL in handleIdentityCopy() 387 MI.setDesc(TII->get(TargetOpcode::KILL)); in handleIdentityCopy()
|
H A D | InlineSpiller.cpp | 474 MI.setDesc(TII.get(TargetOpcode::KILL)); in eliminateRedundantSpills() 943 BuildMI(MBB, std::next(MI), MI->getDebugLoc(), TII.get(TargetOpcode::KILL)) in insertSpill() 1517 RMEnt->setDesc(TII.get(TargetOpcode::KILL)); in hoistAllSpills()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 58 KILL = 0, enumerator 599 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 600 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 617 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_write" + postfix, BufferType::STENCIL, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 618 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_initialize" + postfix, BufferType::STENCIL, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 619 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_write_initialize" + postfix, BufferType::STENCIL, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 58 KILL = 0, enumerator 601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 602 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 603 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 619 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_write" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 620 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_initialize" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 621 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_write_initialize" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests()
|
/third_party/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/ |
H A D | ftrace_trace_pipe.sh | 18 kill -KILL $this_pid
|
/third_party/ltp/testcases/kernel/tracing/ftrace_test/ |
H A D | ftrace_stress_test.sh | 72 kill -KILL $kill_pid
|
/third_party/ltp/testcases/kernel/controllers/memcg/stress/ |
H A D | memcg_stress_test.sh | 88 kill -KILL $pid 2> /dev/null
|
/third_party/nghttp2/contrib/ |
H A D | nghttpx-init.in | 69 start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE 79 #start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON
|
/third_party/ltp/testcases/kernel/numa/ |
H A D | numa01.sh | 256 kill -KILL $pid >/dev/null 2>&1 261 kill -KILL $pid >/dev/null 2>&1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600EmitClauseMarkers.cpp | 59 case R600::KILL: in OccupiedDwords() 105 case R600::KILL: in IsTrivialInst() 271 // * KILL or INTERP instructions in MakeALUClause()
|
H A D | AMDGPUISelLowering.h | 484 KILL,
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | spawn_ptrace_child.h | 130 SPT(KILL)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 134 // %r0 = KILL %r0, implicit killed %d0 in canBeFeederToNewValueJump() 136 // Hence, we need to check if it's a KILL instruction. in canBeFeederToNewValueJump() 137 if (II->getOpcode() == TargetOpcode::KILL) in canBeFeederToNewValueJump() 214 // KILL sets kill flag on the opcode. It also sets up a in commonChecksToProhibitNewValueJump() 217 // %r0 = KILL %r0, implicit killed %d0 in commonChecksToProhibitNewValueJump() 221 if (MII->getOpcode() == TargetOpcode::KILL || in commonChecksToProhibitNewValueJump()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 60 KILL, member in vkt::rasterization::__anon28370::CaseType 216 case CaseType::KILL: in initPrograms() 698 TestParams params(CaseType::KILL, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, kDefaultDepthBoundsParams); in createFragSideEffectsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 60 KILL, member in vkt::rasterization::__anon29573::CaseType 216 case CaseType::KILL: in initPrograms() 697 TestParams params(CaseType::KILL, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, kDefaultDepthBoundsParams); in createFragSideEffectsTests()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_opcode_tmp.h | 76 OP00(KILL)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600MCCodeEmitter.cpp | 110 MI.getOpcode() == R600::KILL) { in encodeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.cpp | 307 case TargetOpcode::KILL: in getInstSizeInBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 1083 bool isKill() const { return getOpcode() == TargetOpcode::KILL; } 1146 case TargetOpcode::KILL:
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
H A D | run_cpuctl_test_fj.sh | 679 kill -s KILL $pid $loop_pid > /dev/null 2>&1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.cpp | 487 case TargetOpcode::KILL: in getInstSizeInBytes()
|
/third_party/toybox/lib/ |
H A D | portability.c | 409 SIGNIFY(FPE), SIGNIFY(HUP), SIGNIFY(ILL), SIGNIFY(INT), SIGNIFY(KILL), 443 // Convert a string like "9", "KILL", "SIGHUP", or "SIGRTMIN+2" to a number.
|