Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp99 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 DPatchableFunction.cpp47 case TargetOpcode::KILL: in doesNotGeneratecode()
H A DLiveRangeEdit.cpp342 // 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 DVirtRegMap.cpp384 // 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 DInlineSpiller.cpp474 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 DvktRenderPassDepthStencilWriteConditionsTests.cpp58 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 DvktRenderPassDepthStencilWriteConditionsTests.cpp58 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 Dftrace_trace_pipe.sh18 kill -KILL $this_pid
/third_party/ltp/testcases/kernel/tracing/ftrace_test/
H A Dftrace_stress_test.sh72 kill -KILL $kill_pid
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
H A Dmemcg_stress_test.sh88 kill -KILL $pid 2> /dev/null
/third_party/nghttp2/contrib/
H A Dnghttpx-init.in69 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 Dnuma01.sh256 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 DR600EmitClauseMarkers.cpp59 case R600::KILL: in OccupiedDwords()
105 case R600::KILL: in IsTrivialInst()
271 // * KILL or INTERP instructions in MakeALUClause()
H A DAMDGPUISelLowering.h484 KILL,
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dspawn_ptrace_child.h130 SPT(KILL)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp134 // %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 DvktRasterizationFragShaderSideEffectsTests.cpp60 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 DvktRasterizationFragShaderSideEffectsTests.cpp60 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 Dtgsi_opcode_tmp.h76 OP00(KILL)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp110 MI.getOpcode() == R600::KILL) { in encodeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp307 case TargetOpcode::KILL: in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1083 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
1146 case TargetOpcode::KILL:
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
H A Drun_cpuctl_test_fj.sh679 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 DAVRInstrInfo.cpp487 case TargetOpcode::KILL: in getInstSizeInBytes()
/third_party/toybox/lib/
H A Dportability.c409 SIGNIFY(FPE), SIGNIFY(HUP), SIGNIFY(ILL), SIGNIFY(INT), SIGNIFY(KILL),
443 // Convert a string like "9", "KILL", "SIGHUP", or "SIGRTMIN+2" to a number.

Completed in 20 milliseconds

12