HomeSort by relevance Sort by last modified time
    Searched defs:lis (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Splitter.h 53 LiveIntervals *lis; member in class:llvm::LoopSplitter
CalcSpillWeights.cpp 48 LiveIntervals &lis = getAnalysis<LiveIntervals>(); local
49 VirtRegAuxInfo vrai(fn, lis, getAnalysis<MachineLoopInfo>());
50 for (LiveIntervals::iterator I = lis.begin(), E = lis.end(); I != E; ++I) {
132 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb))
146 if (hweight > bestPhys && LIS.isAllocatable(hint))
168 if (li.isZeroLength(LIS.getSlotIndexes())) {
179 if (LIS.isReMaterializable(li, 0, isLoad)) {
Spiller.cpp 56 LiveIntervals *lis; member in class:__anon36010::SpillerBase
66 lis = &pass.getAnalysis<LiveIntervals>();
122 LiveInterval *newLI = &lis->getOrCreateInterval(newVReg);
143 lis->InsertMachineInstrInMaps(loadInstr).getDefIndex();
147 newLI->getNextValue(loadIndex, 0, lis->getVNInfoAllocator());
157 lis->InsertMachineInstrInMaps(storeInstr).getDefIndex();
161 newLI->getNextValue(beginIndex, 0, lis->getVNInfoAllocator());
197 LiveIntervals *lis; member in class:__anon36012::StandardSpiller
205 lis(&pass.getAnalysis<LiveIntervals>()),
213 lis->addIntervalsForSpills(LRE.getParent(), LRE.getUselessVRegs()
    [all...]
RenderMachineFunction.h 63 LiveIntervals *lis, const RenderMachineFunction *rmf);
119 LiveIntervals *lis; member in class:llvm::MFRenderingOptions
142 const TargetRegisterInfo *tri, LiveIntervals *lis);
171 LiveIntervals *lis; member in class:llvm::TargetRegisterExtraInfo
248 LiveIntervals *lis; member in class:llvm::RenderMachineFunction
RegAllocPBQP.cpp 135 LiveIntervals *lis; member in class:__anon35974::RegAllocPBQP
193 const LiveIntervals *lis,
207 for (LiveIntervals::const_iterator itr = lis->begin(), end = lis->end();
222 const LiveInterval *vregLI = &lis->getInterval(vreg);
240 const LiveInterval *pregLI = &lis->getInterval(preg);
288 const LiveInterval &l1 = lis->getInterval(vr1);
294 const LiveInterval &l2 = lis->getInterval(vr2);
339 const LiveIntervals *lis,
343 std::auto_ptr<PBQPRAProblem> p = PBQPBuilder::build(mf, lis, loopInfo, vregs)
    [all...]
Splitter.cpp 45 StartSlotComparator(LiveIntervals &lis) : lis(lis) {}
48 return lis.getMBBStartIdx(mbb1) < lis.getMBBStartIdx(mbb2);
51 LiveIntervals &lis; member in class:llvm::StartSlotComparator
101 newLI = &ls.lis->getOrCreateInterval(vreg);
111 ls.lis->getVNInfoAllocator());
131 ls.lis->findExitingRange(li, preHeader);
142 ls.lis->InsertMachineInstrInMaps(copy)
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 149 // coded. Being specially coded on PPC means that it is a lis/ori
332 // This code assumes a FIXED_SEQUENCE for 64bit loads (lis/ori)
336 // 3d800000 lis r12, 0
346 // This code assumes a FIXED_SEQUENCE for 32bit loads (lis/ori)
349 // 3d802553 lis r12, 9555
972 DCHECK(!src.is(r0)); // use lis instead to show intent
1130 void Assembler::lis(Register dst, const Operand& imm) { function in class:v8::internal::Assembler
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 

Completed in 197 milliseconds