Searched refs:Kill (Results 1 - 25 of 53) sorted by relevance

123

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h87 // determined, the range from the block start to Kill will be added to LI.
88 SlotIndex Kill; member in struct:llvm::LiveRangeCalc::LiveInBlock
94 : LI(li), DomNode(node), Kill(kill), Value(0) {}
104 /// Kill, search for values that can reach KillMBB. All blocks that need LI
106 /// its value is returned, if Kill is jointly dominated by multiple values,
112 SlotIndex Kill,
157 /// extend - Extend the live range of LI to reach Kill.
159 /// The existing values in LI must be live so they jointly dominate Kill. If
160 /// Kill is not dominated by a single existing value, PHI-defs are inserted
161 /// as required to preserve SSA form. If Kill i
[all...]
H A DLiveRangeCalc.cpp120 if (I->Kill.isValid())
121 I->LI->addRange(LiveRange(Start, I->Kill, VNI));
135 SlotIndex Kill,
138 assert(Kill.isValid() && "Invalid SlotIndex");
142 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
143 assert(KillMBB && "No MBB at Kill");
146 if (LI->extendInBlock(Indexes->getMBBStartIdx(KillMBB), Kill))
149 // Find the single reaching def, or determine if Kill is jointly dominated by
153 VNInfo *VNI = findReachingDefs(LI, KillMBB, Kill, PhysReg);
176 SlotIndex Kill,
134 extend(LiveInterval *LI, SlotIndex Kill, unsigned PhysReg) argument
174 findReachingDefs(LiveInterval *LI, MachineBasicBlock *KillMBB, SlotIndex Kill, unsigned PhysReg) argument
[all...]
/external/chromium/net/url_request/
H A Durl_request_file_dir_job.h31 virtual void Kill();
H A Durl_request_file_job.h39 virtual void Kill();
H A Durl_request_ftp_job.h50 virtual void Kill();
H A Durl_request_test_job.h96 virtual void Kill();
H A Durl_request_file_dir_job.cc61 void URLRequestFileDirJob::Kill() { function in class:net::URLRequestFileDirJob
73 URLRequestJob::Kill();
160 // No need for NotifyCanceled() since canceled_ is set inside Kill().
H A Durl_request_http_job.h70 virtual void Kill();
H A Durl_request_file_job.cc181 void URLRequestFileJob::Kill() { function in class:net::URLRequestFileJob
191 URLRequestJob::Kill();
H A Durl_request_ftp_job.cc170 void URLRequestFtpJob::Kill() { function in class:net::URLRequestFtpJob
174 URLRequestJob::Kill();
H A Durl_request_test_job.cc210 void URLRequestTestJob::Kill() { function in class:net::URLRequestTestJob
212 URLRequestJob::Kill();
/external/llvm/include/llvm/Support/
H A DProgram.h110 bool Kill
/external/chromium/chrome/browser/net/
H A Dview_http_cache_job_factory.cc32 virtual void Kill();
99 void ViewHttpCacheJob::Kill() { function in class:__anon2143::ViewHttpCacheJob
103 net::URLRequestJob::Kill();
H A Dmetadata_url_request.cc31 virtual void Kill();
69 void MetadataRequestHandler::Kill() { function in class:__anon2127::MetadataRequestHandler
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp204 IntegerReg, /*Kill=*/false);
883 IntReg, /*Kill=*/true,
890 ISD::BITCAST, IntResultReg, /*Kill=*/true);
1157 MaterialReg, /*Kill=*/true);
1181 .addReg(Op0, Op0IsKill * RegState::Kill);
1184 .addReg(Op0, Op0IsKill * RegState::Kill);
1201 .addReg(Op0, Op0IsKill * RegState::Kill)
1202 .addReg(Op1, Op1IsKill * RegState::Kill);
1205 .addReg(Op0, Op0IsKill * RegState::Kill)
1206 .addReg(Op1, Op1IsKill * RegState::Kill);
[all...]
/external/chromium/chrome/browser/automation/
H A Durl_request_automation_job.h43 virtual void Kill();
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h32 Kill = 0x8, enumerator in enum:llvm::RegState::__anon8443
40 ImplicitKill = Implicit | Kill
66 flags & RegState::Kill,
313 return B ? RegState::Kill : 0;
H A DLiveInterval.h394 /// extendInBlock - If this interval is live before Kill in the basic block
395 /// that starts at StartIdx, extend it to be live up to Kill, and return
396 /// the value. If there is no live range before Kill, return NULL.
397 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill);
499 bool Kill;
506 : EarlyVal(0), LateVal(0), Kill(false) {
518 Kill = true;
542 return Kill;
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_systhread.cpp144 rthread.Kill(0);
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp141 .addReg(SrcReg, RegState::Kill)
150 .addReg(SrcReg, RegState::Kill)
159 .addReg(SrcReg, RegState::Kill)
163 .addReg(DstReg, RegState::Kill)
369 .addReg(PPC::R0, RegState::Kill)
372 .addReg(PPC::R1, RegState::Kill)
384 .addReg(PPC::R0, RegState::Kill)
387 .addReg(PPC::R1, RegState::Kill)
405 .addReg(PPC::X1, RegState::Kill)
417 .addReg(PPC::X0, RegState::Kill)
[all...]
H A DPPCRegisterInfo.cpp240 .addReg(StackReg, RegState::Kill)
247 .addReg(TmpReg, RegState::Kill)
250 .addReg(StackReg, RegState::Kill)
346 .addReg(Reg, RegState::Kill)
351 .addReg(PPC::X0, RegState::Kill)
367 .addReg(Reg, RegState::Kill)
425 .addReg(Reg, RegState::Kill)
601 .addReg(SReg, RegState::Kill)
/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp231 .addReg(ScratchReg, RegState::Kill);
237 .addReg(ScratchReg, RegState::Kill);
242 .addReg(ScratchReg, RegState::Kill);
/external/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp123 .addReg(LdReg, RegState::Kill).setMIFlags(MIFlags);
135 MIB.addReg(BaseReg).addReg(LdReg, RegState::Kill);
137 MIB.addReg(LdReg).addReg(BaseReg, RegState::Kill);
245 AddDefaultPred(MIB.addReg(BaseReg, RegState::Kill).addImm(ThisVal));
248 .addReg(BaseReg, RegState::Kill))
293 .addReg(DestReg, RegState::Kill)
362 .addReg(DestReg, RegState::Kill));
562 .addReg(Reg, RegState::Kill));
591 addReg(Reg, RegState::Define).addReg(ARM::R12, RegState::Kill));
H A DThumb2InstrInfo.cpp209 .addReg(BaseReg, RegState::Kill)
210 .addReg(DestReg, RegState::Kill)
215 .addReg(DestReg, RegState::Kill)
216 .addReg(BaseReg, RegState::Kill)
281 .addReg(BaseReg, RegState::Kill)
/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp67 .addReg(MSP430::FPW, RegState::Kill);
200 .addReg(Reg, RegState::Kill);

Completed in 339 milliseconds

123