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

1 2 3

  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_list.i 8 static int asptr(const octave_value& obj, std::list<T> **lis) {
9 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_list.i 10 static int asptr(PyObject *obj, std::list<T> **lis) {
11 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 51 LiveIntervals &LIS;
58 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
62 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {}
70 void calculateSpillWeightsAndHints(LiveIntervals &LIS, MachineFunction &MF,
RegAllocPBQP.h 126 virtual PBQPRAProblem *build(MachineFunction *mf, const LiveIntervals *lis,
145 PBQPRAProblem *build(MachineFunction *mf, const LiveIntervals *lis,
LiveRangeEdit.h 63 LiveIntervals &LIS;
110 /// @param lis The collection of all live intervals in this function.
117 LiveIntervals &lis,
121 MRI(MF.getRegInfo()), LIS(lis), VRM(vrm),
210 /// to erase it from LIS.
LiveInterval.h 649 /// // allocate numComps-1 new LiveIntervals into LIS[1..]
650 /// ConEQ.Distribute(LIS);
654 LiveIntervals &LIS;
663 explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {}
RegisterPressure.h 255 const LiveIntervals *LIS;
264 /// or RegisterPressure. If requireIntervals is false, LIS are ignored.
288 MF(nullptr), TRI(nullptr), RCI(nullptr), LIS(nullptr), MBB(nullptr), P(rp),
292 MF(nullptr), TRI(nullptr), RCI(nullptr), LIS(nullptr), MBB(nullptr), P(rp),
298 const LiveIntervals *lis, const MachineBasicBlock *mbb,
  /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
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_list.i 10 static int asptr(VALUE obj, std::list<T> **lis) {
11 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
  /external/llvm/lib/CodeGen/
RegAllocBase.h 64 LiveIntervals *LIS;
69 : TRI(nullptr), MRI(nullptr), VRM(nullptr), LIS(nullptr), Matrix(nullptr) {}
74 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
Spiller.cpp 55 LiveIntervals *lis; member in class:__anon30435::SpillerBase
65 lis = &pass.getAnalysis<LiveIntervals>();
138 lis->InsertMachineInstrRangeInMaps(MIS.begin(), miItr);
147 lis->InsertMachineInstrRangeInMaps(std::next(miItr), MIS.end());
RegAllocPBQP.cpp 132 LiveIntervals *lis; member in class:__anon30404::RegAllocPBQP
185 PBQPRAProblem *PBQPBuilder::build(MachineFunction *mf, const LiveIntervals *lis,
189 LiveIntervals *LIS = const_cast<LiveIntervals*>(lis);
210 LiveInterval *vregLI = &LIS->getInterval(vreg);
214 LIS->checkRegMaskInterference(*vregLI, regMaskOverlaps);
232 if (vregLI->overlaps(LIS->getRegUnit(*Units))) {
262 const LiveInterval &l1 = lis->getInterval(vr1);
268 const LiveInterval &l2 = lis->getInterval(vr2);
312 const LiveIntervals *lis,
    [all...]
RegAllocBase.cpp 58 LiveIntervals &lis,
63 LIS = &lis;
78 enqueue(&LIS->getInterval(Reg));
94 LIS->removeInterval(VirtReg->reg);
139 LiveInterval *SplitVirtReg = &LIS->getInterval(*I);
143 LIS->removeInterval(SplitVirtReg->reg);
InterferenceCache.h 57 /// LIS - Used for accessing register mask interference maps.
58 LiveIntervals *LIS;
97 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(nullptr), LIS(nullptr) {}
99 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) {
104 LIS = lis;
SplitKit.h 46 const LiveIntervals &LIS;
120 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
213 LiveIntervals &LIS;
InterferenceCache.cpp 45 LiveIntervals *lis,
52 Entries[i].clear(mf, indexes, lis);
107 RegUnits.back().Fixed = &LIS->getRegUnit(*Units);
180 RegMaskSlots = LIS->getRegMaskSlotsInBlock(MBBNum);
181 RegMaskBits = LIS->getRegMaskBitsInBlock(MBBNum);
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 78 void registerListener(OrientationListener lis) {
79 mOldListener = lis;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
templite.py 135 var, lis, body = args
136 vals = self.evaluate(lis)
  /external/chromium_org/third_party/npapi/npspy/include/
format.h 153 void freeLogItemStruct(LogItemStruct * lis);
  /external/chromium_org/third_party/npapi/npspy/common/
logger.cpp 311 LogItemStruct * lis = makeLogItemStruct(action, dw1, dw2, dw3, dw4, dw5, dw6, dw7); local
312 formatLogItem(lis, &log, TRUE);
313 freeLogItemStruct(lis);
  /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/chromium_org/tools/findit/
git_repository_parser.py 105 lis = ul.getElementsByTagName('li')
106 for li in lis:
  /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

Completed in 384 milliseconds

1 2 3