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

/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h60 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
64 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {}
H A DLiveRangeEdit.h111 /// @param lis The collection of all live intervals in this function.
116 MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm,
118 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
115 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs, MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm, Delegate *delegate = nullptr) argument
/external/llvm/lib/CodeGen/
H A DRegAllocBase.cpp58 LiveIntervals &lis,
63 LIS = &lis;
57 init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat) argument
H A DInterferenceCache.cpp46 LiveIntervals *lis,
53 Entries[i].clear(mf, indexes, lis);
43 init(MachineFunction *mf, LiveIntervalUnion *liuarray, SlotIndexes *indexes, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DInterferenceCache.h99 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { argument
104 LIS = lis;
H A DRegisterPressure.cpp179 const LiveIntervals *lis,
194 assert(lis && "IntervalPressure requires LiveIntervals");
195 LIS = lis;
177 init(const MachineFunction *mf, const RegisterClassInfo *rci, const LiveIntervals *lis, const MachineBasicBlock *mbb, MachineBasicBlock::const_iterator pos, bool ShouldTrackUntiedDefs) argument
H A DSplitKit.cpp43 SplitAnalysis::SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis, argument
45 : MF(vrm.getMachineFunction()), VRM(vrm), LIS(lis), Loops(mli),
318 SplitEditor::SplitEditor(SplitAnalysis &sa, LiveIntervals &lis, VirtRegMap &vrm, argument
321 : SA(sa), LIS(lis), VRM(vrm), MRI(vrm.getMachineFunction().getRegInfo()),
H A DScheduleDAGInstrs.cpp55 LiveIntervals *lis)
56 : ScheduleDAG(mf), MLI(mli), MFI(mf.getFrameInfo()), LIS(lis),
52 ScheduleDAGInstrs(MachineFunction &mf, const MachineLoopInfo *mli, bool IsPostRAFlag, bool RemoveKillFlags, LiveIntervals *lis) argument
H A DRegisterCoalescer.cpp1745 LiveIntervals *lis, const TargetRegisterInfo *TRI, bool SubRangeJoin,
1749 NewVNInfo(newVNInfo), CP(cp), LIS(lis), Indexes(LIS->getSlotIndexes()),
1743 JoinVals(LiveRange &LR, unsigned Reg, unsigned SubIdx, unsigned LaneMask, SmallVectorImpl<VNInfo*> &newVNInfo, const CoalescerPair &cp, LiveIntervals *lis, const TargetRegisterInfo *TRI, bool SubRangeJoin, bool TrackSubRegLiveness) 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 168 milliseconds