Searched defs:getNodeAs (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h123 inline MachineBasicBlock* RegionNodeBase<RegionTraits<MachineFunction>>::getNodeAs<MachineBasicBlock>() const { function in class:llvm::RegionNodeBase
130 inline MachineRegion* RegionNodeBase<RegionTraits<MachineFunction>>::getNodeAs<MachineRegion>() const { function in class:llvm::RegionNodeBase
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DRegionInfo.h111 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
116 inline T* getNodeAs() const;
131 inline BasicBlock* RegionNode::getNodeAs<BasicBlock>() const { function in class:llvm::RegionNode
137 inline Region* RegionNode::getNodeAs<Region>() const { function in class:llvm::RegionNode
682 return OS << Node.getNodeAs<Region>()->getNameStr();
684 return OS << Node.getNodeAs<BasicBlock>()->getNameStr();
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h172 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
176 template <class T> inline T *getNodeAs() const;
953 RegionNodeBase<RegionTraits<Function>>::getNodeAs<BasicBlock>() const { function in class:llvm::RegionNodeBase
961 RegionNodeBase<RegionTraits<Function>>::getNodeAs<Region>() const { function in class:llvm::RegionNodeBase
974 return OS << Node.template getNodeAs<RegionT>()->getNameStr();
976 return OS << Node.template getNodeAs<BlockT>()->getName();
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h75 const T *getNodeAs(StringRef ID) const { function in class:clang::ast_matchers::BoundNodes
76 return MyBoundNodes.getNodeAs<T>(ID);
79 /// \brief Deprecated. Please use \c getNodeAs instead.
83 return getNodeAs<T>(ID);
87 return getNodeAs<T>(ID);
H A DASTMatchersInternal.h135 const T *getNodeAs(StringRef ID) const { function in class:clang::ast_matchers::internal::BoundNodesMap

Completed in 739 milliseconds