/external/chromium_org/third_party/npapi/npspy/common/ |
format.cpp | 691 void freeLogItemStruct(LogItemStruct * lis) 693 if(lis) 694 delete lis; [all...] |
/external/llvm/lib/CodeGen/ |
RegisterPressure.cpp | 199 return &LIS->getInterval(Reg); 200 return LIS->getCachedRegUnit(Reg); 208 const LiveIntervals *lis, 221 assert(lis && "IntervalPressure requires LiveIntervals"); 222 LIS = lis; 266 return LIS->getMBBEndIdx(MBB); 267 return LIS->getInstructionIndex(IdxPos).getRegSlot(); 457 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot(); 729 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...] |
ScheduleDAGInstrs.cpp | 49 LiveIntervals *lis) 50 : ScheduleDAG(mf), MLI(mli), MDT(mdt), MFI(mf.getFrameInfo()), LIS(lis), 52 assert((IsPostRA || LIS) && "PreRA scheduling requires LiveIntervals"); 409 assert(LIS && "vreg dependencies requires LiveIntervals"); 410 LiveRangeQuery LRQ(LIS->getInterval(Reg), LIS->getInstructionIndex(MI)); 415 MachineInstr *Def = LIS->getInstructionFromIndex(VNI->def); [all...] |
RegisterCoalescer.cpp | 84 LiveIntervals *LIS; 402 LiveRangeEdit(0, NewRegs, *MF, *LIS, 0, this).eliminateDeadDefs(DeadDefs); 432 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg()); 434 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg()); 435 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); 457 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def); 471 LIS->getInstructionFromIndex(ValLR->end.getPrevSlot()); 510 LIS->shrinkToUses(&IntA); 524 if (LIS->hasPHIKill(IntA, AValNo)) 573 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot() [all...] |
LiveInterval.cpp | 205 void LiveInterval::RenumberValues(LiveIntervals &lis) { 876 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); 881 if (const VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(*PI))) 918 Idx = LIS.getSlotIndexes()->getIndexBefore(MI); 920 Idx = LIS.getInstructionIndex(MI);
|
/system/extras/librank/ |
librank.c | 214 struct library_info *li, **lis; local
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
fdct_altivec.asm | 16 lis \R0, \LABEL@ha
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aes-ppc.pl | 628 lis $mask80,0x8080 630 lis $mask1b,0x1b1b 1062 lis $mask80,0x8080 1064 lis $mask1b,0x1b1b [all...] |
/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...] |
/external/svox/pico/lib/ |
picopr.c | 783 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; [all...] |
/external/libvpx/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 833 lis r12, _chromaSelectors@ha 1084 lis r12, _B_hihi@ha 1088 lis r12, _B_lolo@ha [all...] |
filter_bilinear_altivec.asm | 18 lis \R0, \LABEL@ha
|
variance_subpixel_altivec.asm | 19 lis \R0, \LABEL@ha
|
filter_altivec.asm | 18 lis \R0, \LABEL@ha
|
/build/tools/droiddoc/templates-ds/assets/js/ |
global-libraries-combined.js | [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.util_1.0.200.v20100503.jar | |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding-ext.s | [all...] |