/external/valgrind/main/coregrind/m_dispatch/ |
D | dispatch-ppc32-linux.S | 81 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/ |
D | Spiller.cpp | 55 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()
|
D | RegAllocPBQP.cpp | 136 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 …]
|
D | RegAllocBase.cpp | 54 LiveIntervals &lis, in init() argument 59 LIS = &lis; in init()
|
D | InterferenceCache.h | 98 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear() argument 103 LIS = lis; in clear()
|
D | RegAllocBase.h | 73 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
|
D | InterferenceCache.cpp | 28 LiveIntervals *lis, in init() argument 35 Entries[i].clear(mf, indexes, lis); in init()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | Frames-large.ll | 17 ; PPC32-NOFP: lis r0, -1 26 ; PPC32-FP: lis r0, -1 38 ; PPC64-NOFP: lis r0, -1 47 ; PPC64-FP: lis r0, -1
|
D | 2010-02-12-saveCR.ll | 10 ;CHECK: lis r2, 1 15 ;CHECK: lis r2, 1 28 ;CHECK: lis r2, 1
|
D | private.ll | 7 ; RUN: grep lis.*\.Lbaz %t 12 ; RUN: grep lis.*\L_baz %t
|
D | and-imm.ll | 1 ; RUN: llc < %s -march=ppc32 | not grep "ori\|lis"
|
D | stubs.ll | 13 ; CHECK: lis r11, ha16(___floatditf$lazy_ptr)
|
D | available-externally.ll | 88 ; DYNAMIC: lis r11, ha16(L_exact_log2$lazy_ptr) 101 ; DYNAMIC64: lis r11, ha16(L_exact_log2$lazy_ptr)
|
D | constants.ll | 3 ; RUN: grep lis | count 5
|
/external/llvm/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, in VirtRegAuxInfo() argument 50 MF(mf), LIS(lis), Loops(loops) {} in VirtRegAuxInfo()
|
D | LiveRangeEdit.h | 105 LiveIntervals &lis, 109 MRI(MF.getRegInfo()), LIS(lis), VRM(vrm), in Parent()
|
D | RegAllocPBQP.h | 128 const LiveIntervals *lis, 149 const LiveIntervals *lis,
|
D | LiveInterval.h | 254 void RenumberValues(LiveIntervals &lis); 648 explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {}
|
/external/chromium/chrome/browser/resources/options/ |
D | language_options.js | 447 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/ |
D | ll.S | 53 # as we can just do an addi rather than an lis;addi 55 lis 25,bss_begin@ha 58 lis 26,data_begin@ha
|
D | million.S | 8 lis 15,499997@ha # load high 16-bits of counter
|
/external/flac/libFLAC/ppc/gas/ |
D | lpc_asm.s | 148 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/ |
D | README.txt | 28 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/ |
D | filter_bilinear_altivec.asm | 18 lis \R0, \LABEL@ha
|
/external/icu4c/data/lang/ |
D | yav.txt | 25 fa{"nupɛ́lisɛ"}
|