Searched defs:lis (Results 1 - 14 of 14) 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 DCalcSpillWeights.cpp48 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) {
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 DRegAllocBase.cpp99 void RegAllocBase::init(VirtRegMap &vrm, LiveIntervals &lis) { argument
104 LIS = &lis;
H A DSpiller.cpp55 LiveIntervals *lis; member in class:__anon7421::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.h80 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { argument
85 LIS = lis;
H A DRenderMachineFunction.h63 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
H A DScheduleDAGInstrs.cpp39 LiveIntervals *lis)
41 InstrItins(mf.getTarget().getInstrItineraryData()), LIS(lis),
35 ScheduleDAGInstrs(MachineFunction &mf, const MachineLoopInfo &mli, const MachineDominatorTree &mdt, bool IsPostRAFlag, LiveIntervals *lis) argument
H A DRegAllocPBQP.cpp140 LiveIntervals *lis; member in class:__anon7392::RegAllocPBQP
194 const LiveIntervals *lis,
199 ArrayRef<SlotIndex> regMaskSlots = lis->getRegMaskSlots();
208 for (LiveIntervals::const_iterator itr = lis->begin(), end = lis->end();
223 const LiveInterval *vregLI = &lis->getInterval(vreg);
243 const LiveInterval *pregLI = &lis->getInterval(preg);
260 MachineInstr *rmMI = lis->getInstructionFromIndex(rmIdx);
323 const LiveInterval &l1 = lis->getInterval(vr1);
329 const LiveInterval &l2 = lis
193 build(MachineFunction *mf, const LiveIntervals *lis, const MachineLoopInfo *loopInfo, const RegSet &vregs) argument
372 build( MachineFunction *mf, const LiveIntervals *lis, const MachineLoopInfo *loopInfo, const RegSet &vregs) argument
[all...]
H A DRenderMachineFunction.cpp196 LiveIntervals *lis,
200 this->lis = lis;
269 for (LiveIntervals::iterator liItr = lis->begin(), liEnd = lis->end();
296 if (lis->hasInterval(reg)) {
297 intervalSet.insert(&lis->getInterval(reg));
316 LiveIntervals *lis) {
320 this->lis = lis;
194 setup(MachineFunction *mf, const TargetRegisterInfo *tri, LiveIntervals *lis, const RenderMachineFunction *rmf) argument
313 setup(MachineFunction *mf, MachineRegisterInfo *mri, const TargetRegisterInfo *tri, LiveIntervals *lis) argument
[all...]
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 267 milliseconds