HomeSort by relevance Sort by last modified time
    Searched refs:LI (Results 76 - 100 of 169) sorted by null

1 2 34 5 6 7

  /external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 35 LoopInfo *LI;
125 bool BBisHeader = LI->isLoopHeader(BB);
126 Loop* BBLoop = LI->getLoopFor(BB);
322 LI = &getAnalysis<LoopInfo>();
LoopDependenceAnalysis.cpp 81 if (LoadInst *LI = dyn_cast<LoadInst>(I))
82 return LI->isUnordered();
ScalarEvolution.cpp 452 const LoopInfo *const LI;
454 explicit SCEVComplexityCompare(const LoopInfo *li) : LI(li) {}
515 unsigned LDepth = LI->getLoopDepth(LParent),
516 RDepth = LI->getLoopDepth(RParent);
629 LoopInfo *LI) {
635 if (SCEVComplexityCompare(LI)(RHS, LHS))
641 std::stable_sort(Ops.begin(), Ops.end(), SCEVComplexityCompare(LI));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 489 if (LoadInst *LI = dyn_cast<LoadInst>(SI->getOperand(0))) {
490 if (LI->isSimple() && LI->hasOneUse() &&
491 LI->getParent() == SI->getParent()) {
492 MemDepResult ldep = MD->getDependency(LI);
512 bool changed = performCallSlotOptzn(LI,
514 LI->getPointerOperand()->stripPointerCasts(),
519 MD->removeInstruction(LI);
520 LI->eraseFromParent();
    [all...]
IndVarSimplify.cpp 67 LoopInfo *LI;
77 IndVarSimplify() : LoopPass(ID), LI(0), SE(0), DT(0), TD(0),
523 if (LI->getLoopFor(PN->getIncomingBlock(i)) != L)
667 LoopInfo *LI;
688 LI(LInfo),
689 L(LI->getLoopFor(OrigPhi->getParent())),
733 for (const Loop *L = LI->getLoopFor(Use->getParent());
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 102 H, HE, LI, BE, B, C, N, O, F, NE, NA, MG, AL, SI, P, S, CL, AR, K, CA, SC, TI, V, CR, MN,
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 173 #define LI li
185 #define LI dli
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 170 LiveInterval *dupInterval(LiveInterval *li);
184 bool shrinkToUses(LiveInterval *li,
225 bool isLiveInToMBB(const LiveInterval &li,
227 return li.liveAt(getMBBStartIdx(mbb));
230 bool isLiveOutOfMBB(const LiveInterval &li,
232 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot());
270 bool isReMaterializable(const LiveInterval &li,
274 /// intervalIsInOneMBB - If LI is confined to a single basic block, return
275 /// a pointer to that block. If LI is live in to or out of any block,
277 MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const
    [all...]
LiveInterval.h 526 inline raw_ostream &operator<<(raw_ostream &OS, const LiveInterval &LI) {
527 LI.print(OS);
538 /// unsigned numComps = ConEQ.Classify(LI);
556 /// Classify - Classify the values in LI into connected components.
558 unsigned Classify(const LiveInterval *LI);
AsmPrinter.h 107 MachineLoopInfo *LI;
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 785 for (MachineLoop::iterator LI = L.begin(), LE = L.end(); LI != LE; ++LI)
786 buildLoopChains(F, **LI);
    [all...]
RegAllocGreedy.cpp 253 virtual void enqueue(LiveInterval *LI);
378 LiveInterval &LI = LIS->getInterval(VirtReg);
379 unassign(LI, PhysReg);
380 enqueue(&LI);
404 void RAGreedy::enqueue(LiveInterval *LI) {
407 const unsigned Size = LI->getSize();
408 const unsigned Reg = LI->reg;
437 LiveInterval *LI = &LIS->getInterval(~Queue.top().second);
439 return LI;
    [all...]
RegisterCoalescer.cpp 170 bool RemoveDeadDef(LiveInterval &li, MachineInstr *DefMI);
842 LiveInterval &li = LIS->getInterval(reg); local
843 VNInfo *DeadDefVN = li.getNextValue(NewMIIdx.getRegSlot(),
846 li.addRange(lr);
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 242 MachineBasicBlock::instr_iterator LI = LastITMI;
243 finalizeBundle(MBB, InsertPos.getInstrIterator(), llvm::next(LI));
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
asm.h 173 #define LI li
185 #define LI dli
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
asm.h 173 #define LI li
185 #define LI dli
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/utils/TableGen/
SetTheory.cpp 258 if (ListInit *LI = dynamic_cast<ListInit*>(Expr))
259 return evaluate(LI->begin(), LI->end(), Elts);
  /external/llvm/lib/VMCore/
Verifier.cpp 272 void visitLoadInst(LoadInst &LI);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 390 SymbolMapTy::iterator LI = TheLiving.find(sym);
391 assert(LI != TheLiving.end() && "The primary symbol is not live.");
392 if (LI->second == HaveMarkedDependents)
394 LI->second = HaveMarkedDependents;
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 327 bool add(LoadInst *LI);
340 bool remove(LoadInst *LI);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 823 LoadInst *LI, DIBuilder &Builder) {
829 Builder.insertDbgValueIntrinsic(LI->getOperand(0), 0,
830 DIVar, LI);
833 DebugLoc LIDL = LI->getDebugLoc();
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 297 Init *ListRecTy::convertValue(ListInit *LI) {
302 for (unsigned i = 0, e = LI->getSize(); i != e; ++i)
303 if (Init *CI = LI->getElement(i)->convertInitializerTo(Ty))
308 ListRecTy *LType = dynamic_cast<ListRecTy*>(LI->getType());
1112 for (std::vector<Init *>::iterator li = NewList.begin(),
1114 li != liend;
1115 ++li) {
1116 Init *Item = *li;
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 306 if (const LoadInst *LI = dyn_cast<LoadInst>(I1))
307 return LI->isVolatile() == cast<LoadInst>(I2)->isVolatile() &&
308 LI->getAlignment() == cast<LoadInst>(I2)->getAlignment() &&
309 LI->getOrdering() == cast<LoadInst>(I2)->getOrdering() &&
310 LI->getSynchScope() == cast<LoadInst>(I2)->getSynchScope();
  /external/icu4c/i18n/
decNumber.c     [all...]

Completed in 524 milliseconds

1 2 34 5 6 7