HomeSort by relevance Sort by last modified time
    Searched refs:GetNode (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 149 const SDNode *GetNode() const {
ScheduleDAGRRList.cpp 286 const SDNode *Node = RegDefPos.GetNode();
419 if (IsChainDependent(N->getOperand(i).getNode(), Inner, NestLevel, TII))
438 N = N->getOperand(i).getNode();
470 if (SDNode *New = FindCallSeqStart(N->getOperand(i).getNode(),
498 N = N->getOperand(i).getNode();
551 for (SDNode *Node = SU->getNode(); Node; Node = Node->getGluedNode())
631 // if (!SU->getNode() || !SU->getNode()->isMachineOpcode()) return;
669 if (!SU->getNode())
672 switch (SU->getNode()->getOpcode())
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 633 /// GetNode - Gets the FromType and ToType.
634 void GetNode(QualType &FromType, QualType &ToType) {
639 /// GetNode - Gets the FromExpr and ToExpr.
640 void GetNode(Expr *&FromExpr, Expr *&ToExpr) {
645 /// GetNode - Gets the FromTD and ToTD.
646 void GetNode(TemplateDecl *&FromTD, TemplateDecl *&ToTD) {
651 /// GetNode - Gets the FromInt and ToInt.
652 void GetNode(llvm::APSInt &FromInt, llvm::APSInt &ToInt,
660 /// GetNode - Gets the FromQual and ToQual.
661 void GetNode(Qualifiers &FromQual, Qualifiers &ToQual)
    [all...]
  /external/v8/include/
v8-profiler.h 325 const HeapGraphNode* GetNode(int index) const;
  /external/v8/test/cctest/
test-heap-profiler.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfidl.h 775 virtual HRESULT STDMETHODCALLTYPE GetNode(
    [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 703 milliseconds