HomeSort by relevance Sort by last modified time
    Searched refs:LI (Results 101 - 125 of 194) sorted by null

1 2 3 45 6 7 8

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 173 #define LI li
185 #define LI dli
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 173 #define LI li
185 #define LI dli
  /external/llvm/lib/IR/
Verifier.cpp 277 void visitLoadInst(LoadInst &LI);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
IndVarSimplify.cpp 68 LoopInfo *LI;
79 IndVarSimplify() : LoopPass(ID), LI(0), SE(0), DT(0), TD(0),
523 if (LI->getLoopFor(PN->getIncomingBlock(i)) != L)
669 LoopInfo *LI;
690 LI(LInfo),
691 L(LI->getLoopFor(OrigPhi->getParent())),
735 for (const Loop *L = LI->getLoopFor(Use->getParent());
    [all...]
  /external/llvm/utils/TableGen/
SetTheory.cpp 280 if (ListInit *LI = dyn_cast<ListInit>(Expr))
281 return evaluate(LI->begin(), LI->end(), Elts, Loc);
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 375 SymbolMapTy::iterator LI = TheLiving.find(sym);
376 assert(LI != TheLiving.end() && "The primary symbol is not live.");
377 if (LI->second == HaveMarkedDependents)
379 LI->second = HaveMarkedDependents;
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 263 bool TryToFoldFastISelLoad(const LoadInst *LI, const Instruction *FoldInst,
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 245 LoadInst *LI, DIBuilder &Builder);
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 347 for (MachineBasicBlock::livein_iterator LI = (*SI)->livein_begin(),
348 LE = (*SI)->livein_end(); LI != LE; ++LI)
349 Uses.set(*LI);
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 326 bool add(LoadInst *LI);
339 bool remove(LoadInst *LI);
  /external/llvm/include/llvm/IR/
Attributes.h 226 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {}
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
SSAUpdater.cpp 368 if (LoadInst *LI = dyn_cast<LoadInst>(Insts[0]))
369 SomeVal = LI;
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp     [all...]
StackColoring.cpp 705 LiveInterval *LI = new LiveInterval(i, 0);
706 Intervals.push_back(LI);
707 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 460 const LoopInfo *const LI;
462 explicit SCEVComplexityCompare(const LoopInfo *li) : LI(li) {}
523 unsigned LDepth = LI->getLoopDepth(LParent),
524 RDepth = LI->getLoopDepth(RParent);
637 LoopInfo *LI) {
643 if (SCEVComplexityCompare(LI)(RHS, LHS))
649 std::stable_sort(Ops.begin(), Ops.end(), SCEVComplexityCompare(LI));
    [all...]
BranchProbabilityInfo.cpp 232 Loop *L = LI->getLoopFor(BB);
398 LI = &getAnalysis<LoopInfo>();
  /external/llvm/lib/TableGen/
Record.cpp 274 Init *ListRecTy::convertValue(ListInit *LI) {
279 for (unsigned i = 0, e = LI->getSize(); i != e; ++i)
280 if (Init *CI = LI->getElement(i)->convertInitializerTo(Ty))
285 if (!isa<ListRecTy>(LI->getType()))
1107 for (std::vector<Init *>::iterator li = NewList.begin(),
1109 li != liend;
1110 ++li) {
1111 Init *Item = *li;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombine.h 198 Instruction *visitLoadInst(LoadInst &LI);
206 Instruction *visitLandingPadInst(LandingPadInst &LI);
  /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();
FunctionAttrs.cpp 166 } else if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
168 if (!LI->isVolatile()) {
169 AliasAnalysis::Location Loc = AA->getLocation(LI);
  /external/icu4c/i18n/
decNumber.c     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 110 virtual Init *convertValue( ListInit *LI) { return 0; }
158 virtual Init *convertValue( ListInit *LI) { return 0; }
197 virtual Init *convertValue( ListInit *LI) { return 0; }
234 virtual Init *convertValue( ListInit *LI) { return 0; }
271 virtual Init *convertValue( ListInit *LI) { return 0; }
310 virtual Init *convertValue( ListInit *LI);
347 virtual Init *convertValue( ListInit *LI) { return 0; }
387 virtual Init *convertValue( ListInit *LI) { return 0; }
    [all...]

Completed in 218 milliseconds

1 2 3 45 6 7 8