HomeSort by relevance Sort by last modified time
    Searched refs:lis (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 44 LiveIntervals &LIS;
48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
50 MF(mf), LIS(lis), Loops(loops) {}
LiveRangeEdit.h 61 LiveIntervals &LIS;
98 /// @param lis The collection of all live intervals in this function.
105 LiveIntervals &lis,
109 MRI(MF.getRegInfo()), LIS(lis), VRM(vrm),
189 /// to erase it from LIS.
RegAllocPBQP.h 128 const LiveIntervals *lis,
149 const LiveIntervals *lis,
LiveInterval.h 254 void RenumberValues(LiveIntervals &lis);
634 /// // allocate numComps-1 new LiveIntervals into LIS[1..]
635 /// ConEQ.Distribute(LIS);
639 LiveIntervals &LIS;
648 explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {}
RegisterPressure.h 174 const LiveIntervals *LIS;
183 /// or RegisterPressure. If requireIntervals is false, LIS are ignored.
199 MF(0), TRI(0), RCI(0), LIS(0), MBB(0), P(rp), RequireIntervals(true) {}
202 MF(0), TRI(0), RCI(0), LIS(0), MBB(0), P(rp), RequireIntervals(false) {}
205 const LiveIntervals *lis, const MachineBasicBlock *mbb,
  /external/llvm/lib/CodeGen/
Spiller.cpp 55 LiveIntervals *lis; member in class:__anon11493::SpillerBase
65 lis = &pass.getAnalysis<LiveIntervals>();
140 lis->InsertMachineInstrInMaps(loadInstr).getRegSlot();
143 newLI->getNextValue(loadIndex, lis->getVNInfoAllocator());
153 lis->InsertMachineInstrInMaps(storeInstr).getRegSlot();
156 newLI->getNextValue(beginIndex, lis->getVNInfoAllocator());
RegAllocBase.h 64 LiveIntervals *LIS;
68 RegAllocBase(): TRI(0), MRI(0), VRM(0), LIS(0), Matrix(0) {}
73 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
RegAllocPBQP.cpp 136 LiveIntervals *lis; member in class:__anon11464::RegAllocPBQP
190 const LiveIntervals *lis,
194 LiveIntervals *LIS = const_cast<LiveIntervals*>(lis);
215 LiveInterval *vregLI = &LIS->getInterval(vreg);
219 LIS->checkRegMaskInterference(*vregLI, regMaskOverlaps);
237 if (vregLI->overlaps(LIS->getRegUnit(*Units))) {
265 const LiveInterval &l1 = lis->getInterval(vr1);
271 const LiveInterval &l2 = lis->getInterval(vr2);
316 const LiveIntervals *lis,
    [all...]
InterferenceCache.h 57 /// LIS - Used for accessing register mask interference maps.
58 LiveIntervals *LIS;
96 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0), LIS(0) {}
98 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) {
103 LIS = lis;
RegAllocBase.cpp 54 LiveIntervals &lis,
59 LIS = &lis;
74 enqueue(&LIS->getInterval(Reg));
90 LIS->removeInterval(VirtReg->reg);
135 LIS->removeInterval(SplitVirtReg->reg);
SplitKit.h 45 const LiveIntervals &LIS;
119 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
212 LiveIntervals &LIS;
InterferenceCache.cpp 28 LiveIntervals *lis,
35 Entries[i].clear(mf, indexes, lis);
90 RegUnits.back().Fixed = &LIS->getRegUnit(*Units);
163 RegMaskSlots = LIS->getRegMaskSlotsInBlock(MBBNum);
164 RegMaskBits = LIS->getRegMaskBitsInBlock(MBBNum);
RegisterPressure.cpp 192 return &LIS->getInterval(Reg);
193 return LIS->getCachedRegUnit(Reg);
201 const LiveIntervals *lis,
212 assert(lis && "IntervalPressure requires LiveIntervals");
213 LIS = lis;
253 return LIS->getMBBEndIdx(MBB);
254 return LIS->getInstructionIndex(IdxPos).getRegSlot();
425 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
677 const LiveIntervals *LIS) {
    [all...]
SplitKit.cpp 43 const LiveIntervals &lis,
47 LIS(lis),
65 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB);
74 LSP.first = LIS.getInstructionIndex(FirstTerm);
85 LSP.second = LIS.getInstructionIndex(I);
93 if (!LPad || !LSP.second || !LIS.isLiveInToMBB(*CurLI, LPad))
116 if (LSP == LIS.getMBBEndIdx(MBB))
118 return LIS.getInstructionFromIndex(LSP);
138 UseSlots.push_back(LIS.getInstructionIndex(&*I).getRegSlot())
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
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/valgrind/main/exp-bbv/tests/ppc32-linux/
million.S 8 lis 15,499997@ha # load high 16-bits of counter
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
230 lis 20,('l'<<8)+'o' # find 'lock ' and grab up to M
244 lis 20,('c'<<8)+'p' # find 'cpu\t: ' and grab up to \n
280 lis 20,('m'<<8)+'i' # find 'mips' and grab up to \n
402 lis 4,escape@ha
410 lis 4,c@ha
420 lis 4,linefeed@ha
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 78 void registerListener(OrientationListener lis) {
79 mOldListener = lis;
  /external/libffi/src/powerpc/
asm.h 68 lis %r11,0b@ha; \
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 279 lis $K,0x5a82
284 lis $K,0x6ed9
289 lis $K,0x8f1b
294 lis $K,0xca62
  /external/flac/libFLAC/ppc/gas/
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/libvpx/libvpx/vp8/common/ppc/
idctllm_altivec.asm 15 lis \R0, \LABEL@ha
  /system/extras/librank/
librank.c 181 struct library_info *li, **lis; local
  /external/libvpx/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 16 lis \R0, \LABEL@ha
  /external/openssl/crypto/aes/asm/
aes-ppc.pl 628 lis $mask80,0x8080
630 lis $mask1b,0x1b1b
1062 lis $mask80,0x8080
1064 lis $mask1b,0x1b1b
    [all...]

Completed in 1114 milliseconds

1 2