HomeSort by relevance Sort by last modified time
    Searched refs:Kill (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /system/core/libmemunreachable/
PtracerThread.h 42 void Kill();
PtracerThread.cpp 86 Kill();
139 void PtracerThread::Kill() {
  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 88 // determined, the range from the block start to Kill will be added to LI.
89 SlotIndex Kill;
94 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill)
95 : LR(LR), DomNode(node), Kill(kill), Value(nullptr) {}
115 SlotIndex Kill, unsigned PhysReg);
222 /// @param Kill Index in block where LI is killed. If the value is
223 /// live-through, set Kill = SLotIndex() and also call
227 SlotIndex Kill = SlotIndex()) {
228 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
    [all...]
LiveRangeCalc.cpp 146 // Clear all kill flags. They will be reinserted after register allocation
207 if (I.Kill.isValid())
209 End = I.Kill;
363 LiveIn.back().Kill = Use;
427 // The value may be live-through even if Kill is set, as can happen when
445 if (I.Kill.isValid())
446 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI));
456 if (I.Kill.isValid())
  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterthreadmgr.h 20 virtual FWL_ERR Kill(FWL_HTHREAD hThread, int32_t iExitCode) = 0;
  /external/valgrind/gdbserver_tests/
nlvgdbsigqueue.stdoutB.exp 16 Kill the program being debugged? (y or n) [answered Y; input not from terminal]
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 109 .addReg(ScratchOffset, RegState::Kill)
116 .addReg(ScratchOffset, RegState::Kill)
122 .addReg(ScratchOffset, RegState::Kill);
185 .addReg(ScratchBase, RegState::Kill)
186 .addReg(ScratchOffset, RegState::Kill)
192 .addReg(ScratchBase, RegState::Kill)
193 .addReg(ScratchOffset, RegState::Kill)
198 .addReg(ScratchBase, RegState::Kill)
199 .addReg(ScratchOffset, RegState::Kill);
  /external/v8/src/compiler/
control-flow-optimizer.cc 192 phi->Kill();
194 // Fix up IfTrue and IfFalse and kill all dead nodes.
197 matcher.IfFalse()->Kill();
198 matcher.IfTrue()->Kill();
199 branch->Kill();
200 cond->Kill();
201 merge->Kill();
  /external/libbrillo/brillo/
process.h 23 // process by pid or pid file, and kill the process. Upon destruction
136 // value based on whether kill was successful. If the process is a
139 virtual bool Kill(int signal, int timeout) = 0;
183 virtual bool Kill(int signal, int timeout);
process_mock.h 38 MOCK_METHOD2(Kill, bool(int signal, int timeout));
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 91 const bool Kill;
95 bool Kill)
96 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
110 return Kill;
507 bool Kill = false;
513 Kill = true;
515 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);
530 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);
MachineInstrBuilder.h 33 Kill = 0x8,
41 ImplicitKill = Implicit | Kill
72 flags & RegState::Kill,
395 return B ? RegState::Kill : 0;
  /external/v8/test/mjsunit/regress/
regress-343609.js 58 // Kill add_field in new space GC.
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 621 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
624 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
630 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
634 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
744 .addReg(Op1.getReg(), RS & ~RegState::Kill, Op1.getSubReg());
784 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR);
809 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR);
812 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR);
815 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR)
821 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 391 .addReg(NegSizeReg1, RegState::Kill);
396 .addReg(Reg, RegState::Kill)
416 .addReg(NegSizeReg1, RegState::Kill);
421 .addReg(Reg, RegState::Kill)
481 // an MFOCRF to save all of the CRBits and, if needed, kill the SrcReg.
493 .addReg(Reg1, RegState::Kill)
500 .addReg(Reg, RegState::Kill),
539 .addReg(Reg1, RegState::Kill).addImm(32-ShiftBits).addImm(0)
544 .addReg(Reg, RegState::Kill);
568 BuildMI(MBB, II, dl, TII.get(TargetOpcode::KILL),
    [all...]
PPCFrameLowering.cpp 358 .addReg(SrcReg, RegState::Kill)
367 .addReg(SrcReg, RegState::Kill)
376 .addReg(SrcReg, RegState::Kill)
380 .addReg(DstReg, RegState::Kill)
828 .addReg(ScratchReg, RegState::Kill)
834 .addReg(TempReg, RegState::Kill)
837 .addReg(ScratchReg, RegState::Kill)
838 .addReg(TempReg, RegState::Kill);
841 .addReg(SPReg, RegState::Kill)
855 .addReg(ScratchReg, RegState::Kill)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 168 .addReg(PreloadedScratchWaveOffsetReg, RegState::Kill);
186 .addReg(Lo, RegState::Kill);
188 .addReg(Hi, RegState::Kill);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iisrsta.h 69 virtual HRESULT WINAPI Kill(void) = 0;
85 HRESULT (WINAPI *Kill)(IIisServiceControl *This);
103 #define IIisServiceControl_Kill(This) (This)->lpVtbl->Kill(This)
  /external/v8/src/crankshaft/
hydrogen-load-elimination.cc 87 TRACE((" kill-all i%d\n", instr->id()));
88 Kill();
92 TRACE((" kill-maps i%d\n", instr->id()));
96 TRACE((" kill-elements-kind i%d\n", instr->id()));
101 TRACE((" kill-elements i%d\n", instr->id()));
105 TRACE((" kill-osr i%d\n", instr->id()));
106 Kill();
175 // Kill an entry that doesn't agree with the other value.
195 friend class HLoadEliminationEffects; // Calls Kill() and others.
248 // Kill non-equivalent may-alias entries
    [all...]
hydrogen-check-elimination.cc 127 Kill();
530 Kill(object);
538 Kill(object);
632 Kill(object);
646 Kill(object);
667 // Kill everything in the table.
668 void Kill() {
673 // Kill all unstable entries in the table.
691 // Kill everything in the table that may alias {object}.
692 void Kill(HValue* object)
    [all...]
hydrogen-gvn.cc 27 void Kill(SideEffects side_effects);
80 void Kill(SideEffects side_effects);
151 void HInstructionMap::Kill(SideEffects changes) {
326 void HSideEffectMap::Kill(SideEffects side_effects) {
804 // If this is a loop header kill everything killed by the loop.
806 map->Kill(loop_side_effects_[block->block_id()]);
807 dominators->Kill(loop_side_effects_[block->block_id()]);
837 map->Kill(changes);
874 // Kill everything killed on any path between this block and the
885 successor_map->Kill(side_effects_on_all_paths)
    [all...]
  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp 157 .addReg(LdReg, RegState::Kill).setMIFlags(MIFlags);
170 MIB.addReg(BaseReg).addReg(LdReg, RegState::Kill);
172 MIB.addReg(LdReg).addReg(BaseReg, RegState::Kill);
309 MIB.addReg(BaseReg, RegState::Kill);
463 .addReg(Reg, RegState::Kill));
492 addReg(Reg, RegState::Define).addReg(ARM::R12, RegState::Kill));
  /art/compiler/optimizing/
gvn.cc 29 * through the `Add` method, and the `Kill` method. The `Kill` method removes
128 void Kill(SideEffects side_effects) {
468 set->Kill(side_effects_.GetLoopEffects(block));
487 // Do not kill the set with the side effects of the instruction just now: if
488 // the instruction is GVN'ed, we don't need to kill.
504 set->Kill(current->GetSideEffects());
508 set->Kill(current->GetSideEffects());
  /external/v8/build/util/lib/common/
util.py 106 def Kill(pid):
111 os.kill(pid, signal.SIGTERM)
  /system/connectivity/apmanager/
dhcp_server.cc 66 dnsmasq_process_->Kill(SIGTERM, kTerminationTimeoutSeconds);

Completed in 1497 milliseconds

1 2 3 4