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

/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
H A DLiveRangeEdit.h115 /// @param lis The collection of all live intervals in this function.
120 MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm,
122 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
119 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.cpp202 const LiveIntervals *lis,
217 assert(lis && "IntervalPressure requires LiveIntervals");
218 LIS = lis;
200 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),
321 SplitEditor::SplitEditor(SplitAnalysis &sa, LiveIntervals &lis, VirtRegMap &vrm, argument
324 : SA(sa), LIS(lis), VRM(vrm), MRI(vrm.getMachineFunction().getRegInfo()),
H A DRegisterCoalescer.cpp1791 LiveIntervals *lis, const TargetRegisterInfo *TRI, bool SubRangeJoin,
1795 NewVNInfo(newVNInfo), CP(cp), LIS(lis), Indexes(LIS->getSlotIndexes()),
1789 JoinVals(LiveRange &LR, unsigned Reg, unsigned SubIdx, LaneBitmask LaneMask, SmallVectorImpl<VNInfo*> &newVNInfo, const CoalescerPair &cp, LiveIntervals *lis, const TargetRegisterInfo *TRI, bool SubRangeJoin, bool TrackSubRegLiveness) argument
/external/v8/src/ppc/
H A Dassembler-ppc.cc143 // coded. Being specially coded on PPC means that it is a lis/ori
324 // This code assumes a FIXED_SEQUENCE for 64bit loads (lis/ori)
328 // 3d800000 lis r12, 0
338 // This code assumes a FIXED_SEQUENCE for 32bit loads (lis/ori)
341 // 3d802553 lis r12, 9555
950 DCHECK(!src.is(r0)); // use lis instead to show intent
1108 void Assembler::lis(Register dst, const Operand& imm) { function in class:v8::internal::Assembler
1656 lis(dst, Operand(value >> 16));
1662 lis(dst, Operand(value >> 48));
1698 lis(ds
[all...]
/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/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1465 milliseconds