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

/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h58 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
62 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {}
H A DLiveRangeEdit.h110 /// @param lis The collection of all live intervals in this function.
117 LiveIntervals &lis,
121 MRI(MF.getRegInfo()), LIS(lis), VRM(vrm),
114 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs, MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm, Delegate *delegate = nullptr) argument
H A DLiveInterval.h663 explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {} 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.cpp45 LiveIntervals *lis,
52 Entries[i].clear(mf, indexes, lis);
42 init(MachineFunction *mf, LiveIntervalUnion *liuarray, SlotIndexes *indexes, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DSpiller.cpp55 LiveIntervals *lis; member in class:__anon25824::SpillerBase
65 lis = &pass.getAnalysis<LiveIntervals>();
138 lis->InsertMachineInstrRangeInMaps(MIS.begin(), miItr);
147 lis->InsertMachineInstrRangeInMaps(std::next(miItr), MIS.end());
H A DInterferenceCache.h99 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { argument
104 LIS = lis;
H A DRegAllocPBQP.cpp132 LiveIntervals *lis; member in class:__anon25793::RegAllocPBQP
185 PBQPRAProblem *PBQPBuilder::build(MachineFunction *mf, const LiveIntervals *lis, argument
189 LiveIntervals *LIS = const_cast<LiveIntervals*>(lis);
262 const LiveInterval &l1 = lis->getInterval(vr1);
268 const LiveInterval &l2 = lis->getInterval(vr2);
312 const LiveIntervals *lis,
316 std::unique_ptr<PBQPRAProblem> p(PBQPBuilder::build(mf, lis, mbfi, vregs));
447 LiveInterval *li = &lis->getInterval(Reg);
484 LiveRangeEdit LRE(&lis->getInterval(vreg), newSpills, *mf, *lis, vr
311 build(MachineFunction *mf, const LiveIntervals *lis, const MachineBlockFrequencyInfo *mbfi, const RegSet &vregs) argument
[all...]
H A DRegisterPressure.cpp180 const LiveIntervals *lis,
195 assert(lis && "IntervalPressure requires LiveIntervals");
196 LIS = lis;
178 init(const MachineFunction *mf, const RegisterClassInfo *rci, const LiveIntervals *lis, const MachineBasicBlock *mbb, MachineBasicBlock::const_iterator pos, bool ShouldTrackUntiedDefs) argument
H A DSplitKit.cpp44 const LiveIntervals &lis,
48 LIS(lis),
325 LiveIntervals &lis,
329 : SA(sa), LIS(lis), VRM(vrm),
43 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis, const MachineLoopInfo &mli) argument
324 SplitEditor(SplitAnalysis &sa, LiveIntervals &lis, VirtRegMap &vrm, MachineDominatorTree &mdt, MachineBlockFrequencyInfo &mbfi) argument
H A DRegisterCoalescer.cpp1402 LiveIntervals *lis,
1404 : LI(li), SubIdx(subIdx), NewVNInfo(newVNInfo), CP(cp), LIS(lis),
1399 JoinVals(LiveInterval &li, unsigned subIdx, SmallVectorImpl<VNInfo*> &newVNInfo, const CoalescerPair &cp, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DScheduleDAGInstrs.cpp57 LiveIntervals *lis)
58 : ScheduleDAG(mf), MLI(mli), MDT(mdt), MFI(mf.getFrameInfo()), LIS(lis),
52 ScheduleDAGInstrs(MachineFunction &mf, const MachineLoopInfo &mli, const MachineDominatorTree &mdt, bool IsPostRAFlag, bool RemoveKillFlags, LiveIntervals *lis) argument
/external/chromium_org/third_party/npapi/npspy/common/
H A Dlogger.cpp311 LogItemStruct * lis = makeLogItemStruct(action, dw1, dw2, dw3, dw4, dw5, dw6, dw7); local
312 formatLogItem(lis, &log, TRUE);
313 freeLogItemStruct(lis);
H A Dformat.cpp691 void freeLogItemStruct(LogItemStruct * lis) argument
693 if(lis)
694 delete lis;
/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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 274 milliseconds