Home
last modified time | relevance | path

Searched refs:lis (Results 1 – 25 of 61) sorted by relevance

123

/external/valgrind/main/coregrind/m_dispatch/
Ddispatch-ppc32-linux.S81 lis 6,VG_(machine_ppc32_has_FP)@ha
133 lis 6,VG_(machine_ppc32_has_VMX)@ha
198 lis 6,VG_(machine_ppc32_has_FP)@ha
215 lis 6,VG_(machine_ppc32_has_VMX)@ha
256 lis 10,VG_(machine_ppc32_has_FP)@ha
260 lis 11,VG_(machine_ppc32_has_VMX)@ha
443 lis 5,VG_(stats__n_xindirs_32)@ha
450 lis 5,VG_(tt_fast)@ha
469 lis 5,VG_(stats__n_xindir_misses_32)@ha
/external/llvm/lib/CodeGen/
DSpiller.cpp55 LiveIntervals *lis; member in __anon3b3202570211::SpillerBase
65 lis = &pass.getAnalysis<LiveIntervals>(); in SpillerBase()
140 lis->InsertMachineInstrInMaps(loadInstr).getRegSlot(); in trivialSpillEverywhere()
143 newLI->getNextValue(loadIndex, lis->getVNInfoAllocator()); in trivialSpillEverywhere()
153 lis->InsertMachineInstrInMaps(storeInstr).getRegSlot(); in trivialSpillEverywhere()
156 newLI->getNextValue(beginIndex, lis->getVNInfoAllocator()); in trivialSpillEverywhere()
DRegAllocPBQP.cpp136 LiveIntervals *lis; member in __anonbabbc1180111::RegAllocPBQP
190 const LiveIntervals *lis, in build() argument
194 LiveIntervals *LIS = const_cast<LiveIntervals*>(lis); in build()
265 const LiveInterval &l1 = lis->getInterval(vr1); in build()
271 const LiveInterval &l2 = lis->getInterval(vr2); in build()
316 const LiveIntervals *lis, in build() argument
320 std::auto_ptr<PBQPRAProblem> p = PBQPBuilder::build(mf, lis, loopInfo, vregs); in build()
455 LiveInterval *li = &lis->getInterval(Reg); in findVRegIntervalsToAlloc()
494 LiveRangeEdit LRE(&lis->getInterval(vreg), newSpills, *mf, *lis, vrm); in mapPBQPToRegAlloc()
527 LiveInterval *li = &lis->getInterval(*itr); in finalizeAlloc()
[all …]
DRegAllocBase.cpp54 LiveIntervals &lis, in init() argument
59 LIS = &lis; in init()
DInterferenceCache.h98 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear() argument
103 LIS = lis; in clear()
DRegAllocBase.h73 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
DInterferenceCache.cpp28 LiveIntervals *lis, in init() argument
35 Entries[i].clear(mf, indexes, lis); in init()
/external/llvm/test/CodeGen/PowerPC/
DFrames-large.ll17 ; PPC32-NOFP: lis r0, -1
26 ; PPC32-FP: lis r0, -1
38 ; PPC64-NOFP: lis r0, -1
47 ; PPC64-FP: lis r0, -1
D2010-02-12-saveCR.ll10 ;CHECK: lis r2, 1
15 ;CHECK: lis r2, 1
28 ;CHECK: lis r2, 1
Dprivate.ll7 ; RUN: grep lis.*\.Lbaz %t
12 ; RUN: grep lis.*\L_baz %t
Dand-imm.ll1 ; RUN: llc < %s -march=ppc32 | not grep "ori\|lis"
Dstubs.ll13 ; CHECK: lis r11, ha16(___floatditf$lazy_ptr)
Davailable-externally.ll88 ; DYNAMIC: lis r11, ha16(L_exact_log2$lazy_ptr)
101 ; DYNAMIC64: lis r11, ha16(L_exact_log2$lazy_ptr)
Dconstants.ll3 ; RUN: grep lis | count 5
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, in VirtRegAuxInfo() argument
50 MF(mf), LIS(lis), Loops(loops) {} in VirtRegAuxInfo()
DLiveRangeEdit.h105 LiveIntervals &lis,
109 MRI(MF.getRegInfo()), LIS(lis), VRM(vrm), in Parent()
DRegAllocPBQP.h128 const LiveIntervals *lis,
149 const LiveIntervals *lis,
DLiveInterval.h254 void RenumberValues(LiveIntervals &lis);
648 explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {}
/external/chromium/chrome/browser/resources/options/
Dlanguage_options.js447 var lis = addLanguageList.querySelectorAll('li');
448 for (var i = 0; i < lis.length; i++) {
450 var button = lis[i].childNodes[0];
452 lis[i].style.display = 'none';
454 lis[i].style.display = 'block';
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
Dll.S53 # as we can just do an addi rather than an lis;addi
55 lis 25,bss_begin@ha
58 lis 26,data_begin@ha
Dmillion.S8 lis 15,499997@ha # load high 16-bits of counter
/external/flac/libFLAC/ppc/gas/
Dlpc_asm.s148 lis r31,L1305@ha
162 lis r31,L1304@ha
176 lis r31,L1303@ha
190 lis r31,L1302@ha
204 lis r31,L1301@ha
216 lis r31,L1300@ha
369 lis r31,L2301@ha
381 lis r31,L2300@ha
/external/llvm/lib/Target/PowerPC/
DREADME.txt28 lis r2, 4095
158 lis r2, ha16(.CPI_X_0)
160 lis r2, ha16(.CPI_X_1)
163 lis r2, ha16(.CPI_X_2)
165 lis r2, ha16(.CPI_X_3)
171 off of the register to avoid the lis's. This is even more important in PIC
184 lis r2, ha16(LCPI1_0)
186 lis r2, ha16(LCPI1_1)
187 lis r3, ha16(LCPI1_2)
360 lis r2, ha16(_a)
[all …]
/external/libvpx/libvpx/vp8/common/ppc/
Dfilter_bilinear_altivec.asm18 lis \R0, \LABEL@ha
/external/icu4c/data/lang/
Dyav.txt25 fa{"nupɛ́lisɛ"}

123