HomeSort by relevance Sort by last modified time
    Searched refs:Kill (Results 126 - 137 of 137) sorted by null

1 2 3 4 56

  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 478 if (SrcIsKill && !SrcIsUndef) // Add an implicit kill for the super-reg.
605 if (SrcIsKill) // Add an implicit kill for the super-reg.
    [all...]
ARMBaseInstrInfo.cpp 235 // Transfer LiveVariables states, kill / dead info.
560 case TargetOpcode::KILL:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 547 Kill();
565 void HValue::Kill() {
    [all...]
hydrogen-instructions.h 768 void Kill();
    [all...]
hydrogen.cc 138 phi->Kill();
    [all...]
  /external/v8/src/
hydrogen.cc 100 phi->Kill();
    [all...]
hydrogen-instructions.h 642 void Kill();
    [all...]
  /external/blktrace/doc/
blktrace.tex 261 % kill -15 9713
371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
374 \item You may utilize the blktrace utility itself to \emph{kill}
390 -k & --kill & Kill on-going trace \\ \hline
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
X86FastISel.cpp 339 Src, /*TODO: Kill=*/false);
803 SrcReg = FastEmitZExtFromI1(MVT::i8, SrcReg, /*TODO: Kill=*/false);
809 SrcReg, /*TODO: Kill=*/false);
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 749 def Kill(pid):
757 os.kill(pid, signal.SIGTERM)
    [all...]

Completed in 792 milliseconds

1 2 3 4 56