HomeSort by relevance Sort by last modified time
    Searched full:getdest (Results 1 - 14 of 14) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
sigslot.h 308 virtual has_slots<mt_policy>* getdest() const = 0;
319 virtual has_slots<mt_policy>* getdest() const = 0;
330 virtual has_slots<mt_policy>* getdest() const = 0;
341 virtual has_slots<mt_policy>* getdest() const = 0;
352 virtual has_slots<mt_policy>* getdest() const = 0;
364 virtual has_slots<mt_policy>* getdest() const = 0;
379 virtual has_slots<mt_policy>* getdest() const = 0;
394 virtual has_slots<mt_policy>* getdest() const = 0;
409 virtual has_slots<mt_policy>* getdest() const = 0;
510 (*it)->getdest()->signal_connect(this)
1776 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection0
1821 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection1
1867 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection2
1913 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection3
1962 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection4
2016 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection5
2070 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection6
2124 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection7
2180 virtual has_slots<mt_policy>* getdest() const function in class:sigslot::_connection8
    [all...]
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 15 // ... MCI->getDest() ... MCI->getSource() ...
142 /// getDest - This is just like getRawDest, but it strips off any cast
145 Value *getDest() const { return getRawDest()->stripPointerCasts(); }
310 Value *getDest() const { return const_cast<Value*>(getArgOperand(0)); }
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 189 convertTransferToLoop(cpy, cpy->getSource(), cpy->getDest(), len, false,
198 convertMemSetToLoop(memsetinst, memsetinst->getDest(), len, val, Context,
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 220 addRange(OffsetFromFirst, Size, MSI->getDest(), MSI->getAlignment(), MSI);
409 if (!IsPointerOffset(StartPtr, MSI->getDest(), Offset, *TD))
556 if (Instruction *I = tryMergingIntoMemset(MSI, MSI->getDest(),
734 if (M->getSource() != MDep->getDest() || MDep->isVolatile())
815 if (M->getSource() == M->getDest()) {
840 if (performCallSlotOptzn(M, M->getDest(), M->getSource(),
    [all...]
DeadStoreElimination.cpp 303 return MI->getDest();
ScalarReplAggregates.cpp 713 } else if (GetUnderlyingObject(MTI->getDest(), &TD, 0) != OrigAI) {
719 PointerType* DPTy = cast<PointerType>(MTI->getDest()->getType());
725 Value *DstPtr = Builder.CreateBitCast(MTI->getDest(), AIPTy);
    [all...]
LoopIdiomRecognize.cpp 840 Value *Pointer = MSI->getDest();
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 277 visitMemoryReference(I, MCI->getDest(), AliasAnalysis::UnknownSize,
293 Assert1(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) !=
301 visitMemoryReference(I, MMI->getDest(), AliasAnalysis::UnknownSize,
312 visitMemoryReference(I, MSI->getDest(), AliasAnalysis::UnknownSize,
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 223 const AggValueSlot &getDest() const { return Dest; }
248 CGF.EmitAtomicLoad(LV, valueDest.getDest());
683 CGF.EmitAggExpr(E->getSubExpr(), valueDest.getDest());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 155 unsigned Alignment = getKnownAlignment(MI->getDest(), TD);
175 Value *Dest = MI->getDest();
256 if (MTI->getSource() == MTI->getDest())
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 521 LiveInterval *getDest() const { return LI; }
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 576 Value *Dst = MI->getDest();
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 1693 milliseconds