HomeSort by relevance Sort by last modified time
    Searched refs:Kill (Results 26 - 50 of 53) sorted by null

12 3

  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 209 .addReg(BaseReg, RegState::Kill)
210 .addReg(DestReg, RegState::Kill)
215 .addReg(DestReg, RegState::Kill)
216 .addReg(BaseReg, RegState::Kill)
281 .addReg(BaseReg, RegState::Kill)
ARMFastISel.cpp 305 .addReg(Op0, Op0IsKill * RegState::Kill));
308 .addReg(Op0, Op0IsKill * RegState::Kill));
325 .addReg(Op0, Op0IsKill * RegState::Kill)
326 .addReg(Op1, Op1IsKill * RegState::Kill));
329 .addReg(Op0, Op0IsKill * RegState::Kill)
330 .addReg(Op1, Op1IsKill * RegState::Kill));
348 .addReg(Op0, Op0IsKill * RegState::Kill)
349 .addReg(Op1, Op1IsKill * RegState::Kill)
350 .addReg(Op2, Op2IsKill * RegState::Kill));
353 .addReg(Op0, Op0IsKill * RegState::Kill)
    [all...]
ARMFrameLowering.cpp 292 .addReg(ARM::SP, RegState::Kill)
302 .addReg(ARM::SP, RegState::Kill));
305 .addReg(ARM::R4, RegState::Kill)
308 .addReg(ARM::R4, RegState::Kill));
450 addReg(JumpTarget.getReg(), RegState::Kill);
771 .addReg(ARM::R4, RegState::Kill)
797 .addReg(ARM::R4, RegState::Kill).addImm(16)
    [all...]
Thumb1FrameLowering.cpp 282 .addReg(ARM::R3, RegState::Kill);
ARMISelLowering.cpp     [all...]
ARMExpandPseudoInsts.cpp 477 if (SrcIsKill) // Add an implicit kill for the super-reg.
604 if (SrcIsKill) // Add an implicit kill for the super-reg.
    [all...]
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 143 void URLRequestAutomationJob::Kill() {
152 net::URLRequestJob::Kill();
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 77 virtual void Kill() OVERRIDE;
305 void URLRequestChromeJob::Kill() {
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 191 /// past the instruction that would kill the above mentioned register to reduce
248 // position and the kill use, then it's not safe to sink it.
278 // Save the operand that kills the register. We want to unset the kill
288 // Update kill and LV information.
434 /// %reg1035 = copy %reg1025<kill>
435 /// %reg1036 = add %reg1034<kill>, %reg1035<kill>
453 // go with what the kill flag says.
460 // be coalesced, so follow the kill flag.
505 return 0; // -O0 kill markers cannot be trusted
    [all...]
ExecutionDepsFix.cpp 177 void kill(int rx);
185 void processDefs(MachineInstr*, bool Kill);
261 // Kill register rx, recycle or collapse any DomainValue.
262 void ExeDepsFix::kill(int rx) { function in class:ExeDepsFix
446 // Process defs to track register ages, and kill values clobbered by generic
452 // If Kill is set, also kill off DomainValues clobbered by the defs.
453 void ExeDepsFix::processDefs(MachineInstr *MI, bool Kill) {
478 // Kill off domains redefined by generic instructions.
479 if (Kill)
    [all...]
LiveInterval.cpp 62 // r->end is the kill point.
276 /// extendInBlock - If this interval is live before Kill in the basic
277 /// block that starts at StartIdx, extend it to be live up to Kill and return
278 /// the value. If there is no live range before Kill, return NULL.
279 VNInfo *LiveInterval::extendInBlock(SlotIndex StartIdx, SlotIndex Kill) {
282 iterator I = std::upper_bound(begin(), end(), Kill.getPrevSlot());
288 if (I->end < Kill)
289 extendIntervalEndTo(I, Kill);
LiveIntervalAnalysis.cpp 200 // will be a single kill, in MBB, which comes after the definition.
209 // If the kill happens after the definition, we have an intra-block
253 MachineInstr *Kill = vi.Kills[i];
254 SlotIndex Start = getMBBStartIdx(Kill->getParent());
255 SlotIndex killIdx = getInstructionIndex(Kill).getRegSlot();
273 // e.g. %reg1031:5<def>, %reg1031:6<def> = VLD1q16 %reg1024<kill>, ...
284 // 80 %reg1041:6<def> = VSHRNv4i16 %reg1034<kill>, 12, pred:14, pred:%reg0
285 // 120 %reg1041:5<def> = VSHRNv4i16 %reg1039<kill>, 12, pred:14, pred:%reg0
385 // [defSlot(def), useSlot(kill)+1)
671 // picked up the value defined by UseMI. Adjust the kill slot and value
    [all...]
SplitKit.cpp 556 // value. The inserted COPY is not a kill, and we don't need to recompute
656 // If MI doesn't kill the assigned register, just leave it.
661 DEBUG(dbgs() << " cannot find simple kill of RegIdx " << RegIdx << '\n');
664 SlotIndex Kill = LIS.getInstructionIndex(MBBI).getRegSlot();
665 DEBUG(dbgs() << " move kill to " << Kill << '\t' << *MBBI);
666 AssignI.setStop(Kill);
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 736 .addReg(FramePtr, RegState::Kill)
873 .addReg(X86::EAX, RegState::Kill)
    [all...]
X86FastISel.cpp 326 Src, /*TODO: Kill=*/false);
788 SrcReg = FastEmitZExtFromI1(MVT::i8, SrcReg, /*TODO: Kill=*/false);
794 SrcReg, /*TODO: Kill=*/false);
    [all...]
  /external/chromium/net/url_request/
url_request.cc 473 job_->Kill();
583 job_->Kill();
url_request_job.cc 46 void URLRequestJob::Kill() {
48 // request took care of setting its error status before calling Kill.
url_request_http_job.cc 799 void URLRequestHttpJob::Kill() {
804 URLRequestJob::Kill();
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPURegisterInfo.cpp 303 .addReg(tmpReg, RegState::Kill)
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 42 (*i)->Kill();
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 89 /// Set the PHI kill flag on this value.
352 /// killedAt - Return true if a live range ends at index. Note that the kill
361 /// Note that the kill point is considered the end of a live range, so it is
363 /// be counted as a kill by this method.
443 /// extendInBlock - If this interval is live before Kill in the basic block
444 /// that starts at StartIdx, extend it to be live up to Kill, and return
445 /// the value. If there is no live range before Kill, return NULL.
446 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill);
  /external/v8/src/
hydrogen-instructions.cc 394 Kill();
412 void HValue::Kill() {
    [all...]
hydrogen.h     [all...]
hydrogen.cc 100 phi->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...]

Completed in 1135 milliseconds

12 3