/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
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() 156 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerCopy()
|
D | PatchableFunction.cpp | 47 case TargetOpcode::KILL: in doesNotGeneratecode()
|
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()
|
D | LiveRangeEdit.cpp | 348 MI->setDesc(TII.get(TargetOpcode::KILL)); in eliminateDeadDef()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 58 KILL = 0, enumerator 601 …estCtx, "depth_kill_write" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::WRIT… in createDepthStencilWriteConditionsTests() 602 …x, "depth_kill_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INIT… in createDepthStencilWriteConditionsTests() 603 …pth_kill_write_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INIT… in createDepthStencilWriteConditionsTests() 619 …tx, "stencil_kill_write" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::WRIT… in createDepthStencilWriteConditionsTests() 620 …stencil_kill_initialize" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::INIT… in createDepthStencilWriteConditionsTests() 621 …l_kill_write_initialize" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::INIT… in createDepthStencilWriteConditionsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 58 KILL = 0, enumerator 601 …estCtx, "depth_kill_write" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::WRIT… in createDepthStencilWriteConditionsTests() 602 …x, "depth_kill_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INIT… in createDepthStencilWriteConditionsTests() 603 …pth_kill_write_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INIT… in createDepthStencilWriteConditionsTests() 619 …tx, "stencil_kill_write" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::WRIT… in createDepthStencilWriteConditionsTests() 620 …stencil_kill_initialize" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::INIT… in createDepthStencilWriteConditionsTests() 621 …l_kill_write_initialize" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::INIT… in createDepthStencilWriteConditionsTests()
|
/third_party/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/ |
D | ftrace_trace_pipe.sh | 18 kill -KILL $this_pid
|
/third_party/mksh/ |
D | signames.inc | 12 { "KILL", 9 },
|
/third_party/ltp/testcases/kernel/numa/ |
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/ |
D | R600EmitClauseMarkers.cpp | 59 case R600::KILL: in OccupiedDwords() 105 case R600::KILL: in IsTrivialInst()
|
/third_party/ltp/testcases/kernel/tracing/ftrace_test/ |
D | ftrace_stress_test.sh | 72 kill -KILL $kill_pid
|
/third_party/ltp/testcases/kernel/controllers/memcg/stress/ |
D | memcg_stress_test.sh | 88 kill -KILL $pid 2> /dev/null
|
/third_party/nghttp2/contrib/ |
D | nghttpx-init.in | 69 start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | spawn_ptrace_child.h | 130 SPT(KILL)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 60 KILL, enumerator 216 case CaseType::KILL: in initPrograms() 697 …TestParams params(CaseType::KILL, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, kDefaultDepth… in createFragSideEffectsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 60 KILL, enumerator 216 case CaseType::KILL: in initPrograms() 697 …TestParams params(CaseType::KILL, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, kDefaultDepth… in createFragSideEffectsTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonNewValueJump.cpp | 137 if (II->getOpcode() == TargetOpcode::KILL) in INITIALIZE_PASS_DEPENDENCY() 221 if (MII->getOpcode() == TargetOpcode::KILL || in commonChecksToProhibitNewValueJump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 110 MI.getOpcode() == R600::KILL) { in encodeInstruction()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 76 OP00(KILL)
|
D | tgsi_info_opcodes.h | 40 OPCODE(0, 0, NONE, KILL)
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.2.rst | 100 - r600/sfn: Always start a new CF after a KILL instruction
|
D | 22.1.2.rst | 153 - zink: fix up KILL to a more sensible log message
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
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/ |
D | MachineInstr.h | 1083 bool isKill() const { return getOpcode() == TargetOpcode::KILL; } 1146 case TargetOpcode::KILL:
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
D | run_cpuctl_test_fj.sh | 679 kill -s KILL $pid $loop_pid > /dev/null 2>&1
|