Searched defs:lis (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
50 MF(mf), LIS(lis), Loops(loops) {}
H A DLiveRangeEdit.h98 /// @param lis The collection of all live intervals in this function.
105 LiveIntervals &lis,
109 MRI(MF.getRegInfo()), LIS(lis), VRM(vrm),
102 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<LiveInterval*> &newRegs, MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm, Delegate *delegate = 0) argument
/external/llvm/lib/CodeGen/
H A DRegAllocBase.cpp54 LiveIntervals &lis,
59 LIS = &lis;
53 init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat) argument
H A DInterferenceCache.cpp28 LiveIntervals *lis,
35 Entries[i].clear(mf, indexes, lis);
25 init(MachineFunction *mf, LiveIntervalUnion *liuarray, SlotIndexes *indexes, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DSpiller.cpp55 LiveIntervals *lis; member in class:__anon9327::SpillerBase
65 lis = &pass.getAnalysis<LiveIntervals>();
140 lis->InsertMachineInstrInMaps(loadInstr).getRegSlot();
143 newLI->getNextValue(loadIndex, lis->getVNInfoAllocator());
153 lis->InsertMachineInstrInMaps(storeInstr).getRegSlot();
156 newLI->getNextValue(beginIndex, lis->getVNInfoAllocator());
H A DInterferenceCache.h98 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { argument
103 LIS = lis;
H A DRegAllocPBQP.cpp137 LiveIntervals *lis; member in class:__anon9301::RegAllocPBQP
191 const LiveIntervals *lis,
195 LiveIntervals *LIS = const_cast<LiveIntervals*>(lis);
268 const LiveInterval &l1 = lis->getInterval(vr1);
274 const LiveInterval &l2 = lis->getInterval(vr2);
319 const LiveIntervals *lis,
323 std::auto_ptr<PBQPRAProblem> p = PBQPBuilder::build(mf, lis, loopInfo, vregs);
360 if (!lis->isAllocatable(dst)) {
456 LiveInterval *li = &lis->getInterval(Reg);
495 LiveRangeEdit LRE(&lis
190 build(MachineFunction *mf, const LiveIntervals *lis, const MachineLoopInfo *loopInfo, const RegSet &vregs) argument
317 build( MachineFunction *mf, const LiveIntervals *lis, const MachineLoopInfo *loopInfo, const RegSet &vregs) argument
[all...]
H A DRegisterPressure.cpp168 const LiveIntervals *lis,
179 assert(lis && "IntervalPressure requires LiveIntervals");
180 LIS = lis;
166 init(const MachineFunction *mf, const RegisterClassInfo *rci, const LiveIntervals *lis, const MachineBasicBlock *mbb, MachineBasicBlock::const_iterator pos) argument
H A DScheduleDAGInstrs.cpp46 LiveIntervals *lis)
48 InstrItins(mf.getTarget().getInstrItineraryData()), LIS(lis),
42 ScheduleDAGInstrs(MachineFunction &mf, const MachineLoopInfo &mli, const MachineDominatorTree &mdt, bool IsPostRAFlag, LiveIntervals *lis) argument
H A DSplitKit.cpp43 const LiveIntervals &lis,
47 LIS(lis),
326 LiveIntervals &lis,
329 : SA(sa), LIS(lis), VRM(vrm),
42 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis, const MachineLoopInfo &mli) argument
325 SplitEditor(SplitAnalysis &sa, LiveIntervals &lis, VirtRegMap &vrm, MachineDominatorTree &mdt) argument
/external/svox/pico/lib/
H A Dpicopr.c783 picoos_bool lis; local
790 lis = TRUE;
792 while (lis && (li < PR_MAX_DATA_LEN) && (str[li] != 0)) {
802 lis = lis && picobase_is_utf8_uppercase(lutf,PICOBASE_UTF8_MAXLEN+1);
804 lis = lis && picobase_is_utf8_lowercase(lutf,PICOBASE_UTF8_MAXLEN+1);
808 return lis;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 237 milliseconds