Searched defs:Node (Results 151 - 175 of 204) sorted by relevance

123456789

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DDIBuilder.cpp893 MDNode *Node = MDNode::getTemporary(VMContext, Elts); local
944 MDNode *Node = MDNode::get(VMContext, Elts); local
981 MDNode *Node = MDNode::get(VMContext, Elts); local
1007 MDNode *Node = MDNode::get(VMContext, Elts); local
1095 MDNode *Node = MDNode::get(VMContext, Elts); local
1143 MDNode *Node = MDNode::get(VMContext, Elts); local
[all...]
H A DDebugInfo.cpp134 MDNode *Node = const_cast<MDNode *>(DbgNode); local
346 MDNode *Node = const_cast<MDNode *>(DbgNode); local
366 MDNode *Node = const_cast<MDNode *>(DbgNode); local
H A DAsmWriter.cpp1046 static void WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, argument
2066 static void WriteMDNodeComment(const MDNode *Node, argument
2089 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { argument
2106 printMDNodeBody(const MDNode *Node) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp230 SDNode *AArch64DAGToDAGISel::TrySelectToMoveImm(SDNode *Node) { argument
321 SDNode *AArch64DAGToDAGISel::SelectToLitPool(SDNode *Node) { argument
364 LowerToFPLitPool(SDNode *Node) argument
400 SelectAtomic(SDNode *Node, unsigned Op8, unsigned Op16,unsigned Op32, unsigned Op64) argument
1026 Select(SDNode *Node) argument
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A Dilist.h277 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) { argument
284 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) { argument
437 NodeTy *Node = &*IT; local
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DDominators.h522 DomTreeNodeBase<NodeT> *Node = getNode(BB); local
155 operator <<(raw_ostream &o, const DomTreeNodeBase<NodeT> *Node) argument
612 DomTreeNodeBase<NodeT> *Node = WorkStack.back().first; local
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h253 SDNode *Node; // Representative node. local
601 SUnit *Node; member in class:llvm::SUnit::SUnitIterator
[all...]
H A DSelectionDAG.h122 void add(SDDbgValue *V, const SDNode *Node, bool isParameter) { argument
144 ArrayRef<SDDbgValue*> getSDDbgValues(const SDNode *Node) { argument
/freebsd-10.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dibtracert.c78 typedef struct Node Node; typedef in typeref:struct:Node
101 struct Node { struct
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1063 SDNode *Node = DAG.getMachineNode(TargetOpcode::COPY_TO_REGCLASS, SDLoc(), local
1070 static bool isNodeChanged(const SDNode *Node, const std::vector<SDValue> &Ops) { argument
1080 foldOperands(MachineSDNode *Node, SelectionDAG &DAG) const argument
1235 adjustWritemask(MachineSDNode *&Node, SelectionDAG &DAG) const argument
1315 PostISelFolding(MachineSDNode *Node, SelectionDAG &DAG) const argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp132 inline SDValue getImm(const SDNode *Node, uint64_t Imm) const { argument
952 SDNode *SystemZDAGToDAGISel::splitLargeImmediate(unsigned Opcode, SDNode *Node, argument
1025 SDNode *SystemZDAGToDAGISel::Select(SDNode *Node) { argument
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacstruct.h207 ACPI_NAMESPACE_NODE *Node; /* Resolved node (PrefixNode:RelativePathname) */ member in struct:acpi_evaluate_info
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp830 StateNode *Node = local
840 StateNode *Node = Queue.top().second; local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2276 ast_type_traits::DynTypedNode Node; member in struct:clang::ast_matchers::internal::NotEqualsBoundNodePredicate
[all...]
H A DASTMatchersInternal.h71 void addNode(StringRef ID, const T* Node) { argument
135 template <typename T> void setBinding(const std::string &Id, const T *Node) { argument
201 virtual bool matches(const T &Node, argument
244 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
275 matches(const QualType &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
295 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
461 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
594 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
604 matchesSpecialized( const U &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, typename llvm::enable_if<has_getDecl<U>, int>::type = 0) const argument
612 matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
624 matchesSpecialized(const TemplateSpecializationType &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
633 matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
640 matchesSpecialized(const CXXConstructExpr &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
648 matchesSpecialized(const MemberExpr &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
656 matchesDecl(const Decl *Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
738 matchesChildOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, TraversalKind Traverse, BindKind Bind) argument
756 matchesDescendantOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, BindKind Bind) argument
774 matchesAncestorOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, AncestorMatchMode MatchMode) argument
1036 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1083 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1109 matches(const T& Node, ASTMatchFinder* Finder, BoundNodesTreeBuilder* Builder) const argument
1133 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1175 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1329 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1352 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1375 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1401 matches(const T& Node, ASTMatchFinder* Finder, BoundNodesTreeBuilder* Builder) const argument
1481 matches(const TLoc &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1506 matches(const TypeLoc &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1528 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
1552 matches(const T &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp566 DiffNode &Node = FlatTree[CurrentNode]; local
H A DASTDumper.cpp300 VisitLambdaExpr(const LambdaExpr *Node) argument
1503 VisitStmt(const Stmt *Node) argument
1512 VisitDeclStmt(const DeclStmt *Node) argument
1523 VisitAttributedStmt(const AttributedStmt *Node) argument
1534 VisitLabelStmt(const LabelStmt *Node) argument
1539 VisitGotoStmt(const GotoStmt *Node) argument
1545 VisitCXXCatchStmt(const CXXCatchStmt *Node) argument
1554 VisitExpr(const Expr *Node) argument
1593 dumpBasePath(raw_ostream &OS, const CastExpr *Node) argument
1618 VisitCastExpr(const CastExpr *Node) argument
1629 VisitDeclRefExpr(const DeclRefExpr *Node) argument
1641 VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node) argument
1656 VisitObjCIvarRefExpr(const ObjCIvarRefExpr *Node) argument
1669 VisitPredefinedExpr(const PredefinedExpr *Node) argument
1681 VisitCharacterLiteral(const CharacterLiteral *Node) argument
1687 VisitIntegerLiteral(const IntegerLiteral *Node) argument
1695 VisitFloatingLiteral(const FloatingLiteral *Node) argument
1708 VisitUnaryOperator(const UnaryOperator *Node) argument
1714 VisitUnaryExprOrTypeTraitExpr( const UnaryExprOrTypeTraitExpr *Node) argument
1732 VisitMemberExpr(const MemberExpr *Node) argument
1738 VisitExtVectorElementExpr(const ExtVectorElementExpr *Node) argument
1743 VisitBinaryOperator(const BinaryOperator *Node) argument
1748 VisitCompoundAssignOperator( const CompoundAssignOperator *Node) argument
1758 VisitBlockExpr(const BlockExpr *Node) argument
1763 VisitOpaqueValueExpr(const OpaqueValueExpr *Node) argument
1774 VisitAddrLabelExpr(const AddrLabelExpr *Node) argument
1784 VisitCXXNamedCastExpr(const CXXNamedCastExpr *Node) argument
1793 VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) argument
1798 VisitCXXThisExpr(const CXXThisExpr *Node) argument
1803 VisitCXXFunctionalCastExpr(const CXXFunctionalCastExpr *Node) argument
1809 VisitCXXConstructExpr(const CXXConstructExpr *Node) argument
1819 VisitCXXBindTemporaryExpr(const CXXBindTemporaryExpr *Node) argument
1826 VisitMaterializeTemporaryExpr(const MaterializeTemporaryExpr *Node) argument
1834 VisitExprWithCleanups(const ExprWithCleanups *Node) argument
1850 VisitObjCMessageExpr(const ObjCMessageExpr *Node) argument
1872 VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) argument
1877 VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) argument
1885 VisitObjCEncodeExpr(const ObjCEncodeExpr *Node) argument
1890 VisitObjCSelectorExpr(const ObjCSelectorExpr *Node) argument
1896 VisitObjCProtocolExpr(const ObjCProtocolExpr *Node) argument
1902 VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node) argument
1933 VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *Node) argument
1954 VisitObjCBoolLiteralExpr(const ObjCBoolLiteralExpr *Node) argument
[all...]
H A DStmtPrinter.cpp114 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { argument
136 void StmtPrinter::VisitNullStmt(NullStmt *Node) { argument
140 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { argument
146 VisitCompoundStmt(CompoundStmt *Node) argument
152 VisitCaseStmt(CaseStmt *Node) argument
164 VisitDefaultStmt(DefaultStmt *Node) argument
169 VisitLabelStmt(LabelStmt *Node) argument
174 VisitAttributedStmt(AttributedStmt *Node) argument
231 VisitSwitchStmt(SwitchStmt *Node) argument
250 VisitWhileStmt(WhileStmt *Node) argument
260 VisitDoStmt(DoStmt *Node) argument
276 VisitForStmt(ForStmt *Node) argument
305 VisitObjCForCollectionStmt(ObjCForCollectionStmt *Node) argument
324 VisitCXXForRangeStmt(CXXForRangeStmt *Node) argument
336 VisitMSDependentExistsStmt(MSDependentExistsStmt *Node) argument
352 VisitGotoStmt(GotoStmt *Node) argument
356 VisitIndirectGotoStmt(IndirectGotoStmt *Node) argument
362 VisitContinueStmt(ContinueStmt *Node) argument
366 VisitBreakStmt(BreakStmt *Node) argument
371 VisitReturnStmt(ReturnStmt *Node) argument
381 VisitGCCAsmStmt(GCCAsmStmt *Node) argument
443 VisitMSAsmStmt(MSAsmStmt *Node) argument
453 VisitCapturedStmt(CapturedStmt *Node) argument
457 VisitObjCAtTryStmt(ObjCAtTryStmt *Node) argument
486 VisitObjCAtFinallyStmt(ObjCAtFinallyStmt *Node) argument
489 VisitObjCAtCatchStmt(ObjCAtCatchStmt *Node) argument
493 VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) argument
502 VisitObjCAtSynchronizedStmt(ObjCAtSynchronizedStmt *Node) argument
510 VisitObjCAutoreleasePoolStmt(ObjCAutoreleasePoolStmt *Node) argument
516 PrintRawCXXCatchStmt(CXXCatchStmt *Node) argument
526 VisitCXXCatchStmt(CXXCatchStmt *Node) argument
532 VisitCXXTryStmt(CXXTryStmt *Node) argument
542 VisitSEHTryStmt(SEHTryStmt *Node) argument
556 PrintRawSEHFinallyStmt(SEHFinallyStmt *Node) argument
562 PrintRawSEHExceptHandler(SEHExceptStmt *Node) argument
570 VisitSEHExceptStmt(SEHExceptStmt *Node) argument
576 VisitSEHFinallyStmt(SEHFinallyStmt *Node) argument
599 VisitOMPDefaultClause(OMPDefaultClause *Node) argument
606 VisitOMPClauseList(T *Node, char StartSym) argument
614 VisitOMPPrivateClause(OMPPrivateClause *Node) argument
622 VisitOMPFirstprivateClause(OMPFirstprivateClause *Node) argument
630 VisitOMPSharedClause(OMPSharedClause *Node) argument
644 VisitOMPParallelDirective(OMPParallelDirective *Node) argument
667 VisitDeclRefExpr(DeclRefExpr *Node) argument
678 VisitDependentScopeDeclRefExpr( DependentScopeDeclRefExpr *Node) argument
690 VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) argument
701 VisitObjCIvarRefExpr(ObjCIvarRefExpr *Node) argument
709 VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *Node) argument
725 VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) argument
733 VisitPredefinedExpr(PredefinedExpr *Node) argument
755 VisitCharacterLiteral(CharacterLiteral *Node) argument
810 VisitIntegerLiteral(IntegerLiteral *Node) argument
833 PrintFloatingLiteral(raw_ostream &OS, FloatingLiteral *Node, bool PrintSuffix) argument
854 VisitFloatingLiteral(FloatingLiteral *Node) argument
858 VisitImaginaryLiteral(ImaginaryLiteral *Node) argument
866 VisitParenExpr(ParenExpr *Node) argument
871 VisitUnaryOperator(UnaryOperator *Node) argument
897 VisitOffsetOfExpr(OffsetOfExpr *Node) argument
931 VisitUnaryExprOrTypeTraitExpr(UnaryExprOrTypeTraitExpr *Node) argument
958 VisitGenericSelectionExpr(GenericSelectionExpr *Node) argument
974 VisitArraySubscriptExpr(ArraySubscriptExpr *Node) argument
999 VisitMemberExpr(MemberExpr *Node) argument
1023 VisitObjCIsaExpr(ObjCIsaExpr *Node) argument
1028 VisitExtVectorElementExpr(ExtVectorElementExpr *Node) argument
1033 VisitCStyleCastExpr(CStyleCastExpr *Node) argument
1039 VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) argument
1045 VisitImplicitCastExpr(ImplicitCastExpr *Node) argument
1049 VisitBinaryOperator(BinaryOperator *Node) argument
1054 VisitCompoundAssignOperator(CompoundAssignOperator *Node) argument
1059 VisitConditionalOperator(ConditionalOperator *Node) argument
1070 VisitBinaryConditionalOperator(BinaryConditionalOperator *Node) argument
1075 VisitAddrLabelExpr(AddrLabelExpr *Node) argument
1085 VisitChooseExpr(ChooseExpr *Node) argument
1099 VisitShuffleVectorExpr(ShuffleVectorExpr *Node) argument
1108 VisitConvertVectorExpr(ConvertVectorExpr *Node) argument
1116 VisitInitListExpr(InitListExpr* Node) argument
1133 VisitParenListExpr(ParenListExpr* Node) argument
1142 VisitDesignatedInitExpr(DesignatedInitExpr *Node) argument
1168 VisitImplicitValueInitExpr(ImplicitValueInitExpr *Node) argument
1184 VisitVAArgExpr(VAArgExpr *Node) argument
1192 VisitPseudoObjectExpr(PseudoObjectExpr *Node) argument
1196 VisitAtomicExpr(AtomicExpr *Node) argument
1237 VisitCXXOperatorCallExpr(CXXOperatorCallExpr *Node) argument
1283 VisitCXXMemberCallExpr(CXXMemberCallExpr *Node) argument
1287 VisitCUDAKernelCallExpr(CUDAKernelCallExpr *Node) argument
1296 VisitCXXNamedCastExpr(CXXNamedCastExpr *Node) argument
1304 VisitCXXStaticCastExpr(CXXStaticCastExpr *Node) argument
1308 VisitCXXDynamicCastExpr(CXXDynamicCastExpr *Node) argument
1312 VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *Node) argument
1316 VisitCXXConstCastExpr(CXXConstCastExpr *Node) argument
1320 VisitCXXTypeidExpr(CXXTypeidExpr *Node) argument
1330 VisitCXXUuidofExpr(CXXUuidofExpr *Node) argument
1340 VisitMSPropertyRefExpr(MSPropertyRefExpr *Node) argument
1352 VisitUserDefinedLiteral(UserDefinedLiteral *Node) argument
1390 VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) argument
1394 VisitCXXNullPtrLiteralExpr(CXXNullPtrLiteralExpr *Node) argument
1398 VisitCXXThisExpr(CXXThisExpr *Node) argument
1402 VisitCXXThrowExpr(CXXThrowExpr *Node) argument
1411 VisitCXXDefaultArgExpr(CXXDefaultArgExpr *Node) argument
1415 VisitCXXDefaultInitExpr(CXXDefaultInitExpr *Node) argument
1419 VisitCXXFunctionalCastExpr(CXXFunctionalCastExpr *Node) argument
1426 VisitCXXBindTemporaryExpr(CXXBindTemporaryExpr *Node) argument
1430 VisitCXXTemporaryObjectExpr(CXXTemporaryObjectExpr *Node) argument
1445 VisitLambdaExpr(LambdaExpr *Node) argument
1535 VisitCXXScalarValueInitExpr(CXXScalarValueInitExpr *Node) argument
1635 VisitCXXUnresolvedConstructExpr( CXXUnresolvedConstructExpr *Node) argument
1649 VisitCXXDependentScopeMemberExpr( CXXDependentScopeMemberExpr *Node) argument
1665 VisitUnresolvedMemberExpr(UnresolvedMemberExpr *Node) argument
1819 VisitSubstNonTypeTemplateParmPackExpr( SubstNonTypeTemplateParmPackExpr *Node) argument
1824 VisitSubstNonTypeTemplateParmExpr( SubstNonTypeTemplateParmExpr *Node) argument
1833 VisitMaterializeTemporaryExpr(MaterializeTemporaryExpr *Node) argument
1839 VisitObjCStringLiteral(ObjCStringLiteral *Node) argument
1879 VisitObjCEncodeExpr(ObjCEncodeExpr *Node) argument
1885 VisitObjCSelectorExpr(ObjCSelectorExpr *Node) argument
1889 VisitObjCProtocolExpr(ObjCProtocolExpr *Node) argument
1931 VisitObjCBoolLiteralExpr(ObjCBoolLiteralExpr *Node) argument
1948 VisitBlockExpr(BlockExpr *Node) argument
1975 VisitOpaqueValueExpr(OpaqueValueExpr *Node) argument
1979 VisitAsTypeExpr(AsTypeExpr *Node) argument
[all...]
H A DStmtProfile.cpp271 void OMPClauseProfiler::VisitOMPClauseList(T *Node) { argument
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp36 CompileUnit::CompileUnit(unsigned UID, DIE *D, DICompileUnit Node, argument
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp285 const SDNode *Node = RegDefPos.GetNode(); local
[all...]
H A DSelectionDAGISel.cpp839 SDNode *Node = --ISelPosition; local
2085 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, const SDValue *Ops, unsigned NumOps, unsigned EmitNodeInfo) argument
[all...]
H A DTargetLowering.cpp47 bool TargetLowering::isInTailCallPosition(SelectionDAG &DAG, SDNode *Node, argument
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp1604 Node::Node(unsigned int Type, OwningPtr<Document> &D, StringRef A, StringRef T) function in class:Node
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp689 SDNode *Node = Op.getNode(); local

Completed in 193 milliseconds

123456789