Home
last modified time | relevance | path

Searched refs:NodeTy (Results 1 – 21 of 21) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h60 std::conditional_t<IsPostDom, Inverse<NodeTy *>, NodeTy *>;
105 DominatorTreeBase<NodeTy, IsPostDom> &DT;
108 const SmallPtrSetImpl<NodeTy *> *LiveInBlocks;
109 const SmallPtrSetImpl<NodeTy *> *DefBlocks;
118 template <class NodeTy, bool IsPostDom>
130 template <class NodeTy, bool IsPostDom>
132 SmallVectorImpl<NodeTy *> &IDFBlocks) { in calculate()
151 for (NodeTy *BB : *DefBlocks) in calculate()
173 NodeTy *BB = Node->getBlock(); in calculate()
176 auto DoWork = [&](NodeTy *Succ) { in calculate()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist_node.h255 template <typename NodeTy, typename ParentTy, class... Options>
256 class ilist_node_with_parent : public ilist_node<NodeTy, Options...> {
267 return static_cast<const NodeTy *>(this)->getParent(); in getNodeParent()
274 NodeTy *getPrevNode() { in getPrevNode()
278 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getPrevNode()
279 return List.getPrevNode(*static_cast<NodeTy *>(this)); in getPrevNode()
283 const NodeTy *getPrevNode() const { in getPrevNode()
288 NodeTy *getNextNode() { in getNextNode()
292 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getNextNode()
293 return List.getNextNode(*static_cast<NodeTy *>(this)); in getNextNode()
[all …]
H A Dilist.h40 template <typename NodeTy> struct ilist_alloc_traits {
41 static void deleteNode(NodeTy *V) { delete V; } in deleteNode()
56 template <typename NodeTy> struct ilist_noalloc_traits {
57 static void deleteNode(NodeTy *V) {} in deleteNode()
64 template <typename NodeTy> struct ilist_callback_traits {
65 void addNodeToList(NodeTy *) {} in addNodeToList()
66 void removeNodeFromList(NodeTy *) {} in removeNodeFromList()
81 template <typename NodeTy>
82 struct ilist_node_traits : ilist_alloc_traits<NodeTy>,
88 template <typename NodeTy>
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp402 NodeTy::Profile(profile, L, State, IsSink); in getNode()
403 NodeTy* V = Nodes.FindNodeOrInsertPos(profile, InsertPos); in getNode()
412 V = (NodeTy*) getAllocator().Allocate<NodeTy>(); in getNode()
416 new (V) NodeTy(L, State, NumNodes, IsSink); in getNode()
436 NodeTy *V = (NodeTy *) getAllocator().Allocate<NodeTy>(); in createUncachedNode()
437 new (V) NodeTy(L, State, Id, IsSink); in createUncachedNode()
442 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, in trim()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalIterator.h87 template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy *>,
88 class IGT = GraphTraits<Inverse<NodeTy *>>>
176 bool ProcessInterval(NodeTy *Node) { in ProcessInterval()
200 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h377 template <class NodeTy>
378 SDValue getAddrLocal(NodeTy *N, const SDLoc &DL, EVT Ty, SelectionDAG &DAG, in getAddrLocal()
396 template <class NodeTy>
409 template <class NodeTy>
410 SDValue getAddrGlobalLargeGOT(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrGlobalLargeGOT()
428 template <class NodeTy>
429 SDValue getAddrNonPIC(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrNonPIC()
445 template <class NodeTy>
446 SDValue getAddrNonPICSym64(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrNonPICSym64()
472 template <class NodeTy>
[all …]
H A DMips16ISelDAGToDAG.cpp187 EVT NodeTy = Node->getValueType(0); in trySelect() local
199 selectMULT(Node, MultOpc, DL, NodeTy, true, true); in trySelect()
213 auto LoHi = selectMULT(Node, MultOpc, DL, NodeTy, false, true); in trySelect()
H A DRelocation.txt21 template <class NodeTy> // lib/Target/Mips/MipsISelLowering.h
22 SDValue getAddrLocal(NodeTy *N, const SDLoc &DL, EVT Ty,
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h193 template <class NodeTy>
194 MDNodeOpsKey(const NodeTy *N, unsigned Offset = 0)
197 template <class NodeTy>
223 template <class NodeTy> struct MDNodeKeyImpl;
227 using KeyTy = MDNodeKeyImpl<NodeTy>;
233 static bool isSubsetEqual(const NodeTy *LHS, const NodeTy *RHS) { in isSubsetEqual()
1237 template <class NodeTy> struct MDNodeInfo {
1238 using KeyTy = MDNodeKeyImpl<NodeTy>;
1241 static inline NodeTy *getEmptyKey() {
1245 static inline NodeTy *getTombstoneKey() {
[all …]
H A DMetadata.cpp782 template <class NodeTy> struct MDNode::HasCachedHash {
791 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h47 template <typename NodeTy> struct SymbolTableListParentType {};
60 template <typename NodeTy> class SymbolTableList;
H A DMetadata.h1074 template <class NodeTy> struct HasCachedHash;
1075 template <class NodeTy>
1076 static void dispatchRecalculateHash(NodeTy *N, std::true_type) {
1079 template <class NodeTy>
1080 static void dispatchRecalculateHash(NodeTy *, std::false_type) {}
1081 template <class NodeTy>
1082 static void dispatchResetHash(NodeTy *N, std::true_type) {
1085 template <class NodeTy>
1086 static void dispatchResetHash(NodeTy *, std::false_type) {}
H A DDIBuilder.h934 template <class NodeTy>
935 NodeTy *replaceTemporary(TempMDNode &&N, NodeTy *Replacement) { in replaceTemporary()
937 return cast<NodeTy>(MDNode::replaceWithUniqued(std::move(N))); in replaceTemporary()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h899 template <class NodeTy>
900 SDValue getGOT(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
901 template <class NodeTy>
902 SDValue getAddrLarge(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
903 template <class NodeTy>
904 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
905 template <class NodeTy>
906 SDValue getAddrTiny(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
H A DAArch64ISelLowering.cpp6120 template <class NodeTy>
6121 SDValue AArch64TargetLowering::getGOT(NodeTy *N, SelectionDAG &DAG, in getGOT()
6133 template <class NodeTy>
6134 SDValue AArch64TargetLowering::getAddrLarge(NodeTy *N, SelectionDAG &DAG, in getAddrLarge()
6149 template <class NodeTy>
6150 SDValue AArch64TargetLowering::getAddr(NodeTy *N, SelectionDAG &DAG, in getAddr()
6163 template <class NodeTy>
6164 SDValue AArch64TargetLowering::getAddrTiny(NodeTy *N, SelectionDAG &DAG, in getAddrTiny()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DParentMapContext.cpp94 template <typename NodeTy, typename MapTy>
95 static DynTypedNodeList getDynNodeFromMap(const NodeTy &Node, in getDynNodeFromMap()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h391 using NodeTy = ExplodedNode; variable
440 trim(ArrayRef<const NodeTy *> Nodes,
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2109 BlockAddressSDNode(unsigned NodeTy, EVT VT, const BlockAddress *ba,
2111 : SDNode(NodeTy, 0, DebugLoc(), getSDVTList(VT)),
2220 LSBaseSDNode(ISD::NodeType NodeTy, unsigned Order, const DebugLoc &dl,
2223 : MemSDNode(NodeTy, Order, dl, VTs, MemVT, MMO) {
2314 MaskedLoadStoreSDNode(ISD::NodeType NodeTy, unsigned Order,
2318 : MemSDNode(NodeTy, Order, dl, VTs, MemVT, MMO) {
2421 MaskedGatherScatterSDNode(ISD::NodeType NodeTy, unsigned Order,
2424 : MemSDNode(NodeTy, Order, dl, VTs, MemVT, MMO) {
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h491 template <class NodeTy>
492 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
H A DRISCVISelLowering.cpp2465 template <class NodeTy>
2466 SDValue RISCVTargetLowering::getAddr(NodeTy *N, SelectionDAG &DAG, in getAddr()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10464 auto NodeTy = in LowerATOMIC_CMP_SWAP() local
10466 return DAG.getMemIntrinsicNode(NodeTy, dl, Tys, Ops, MemVT, MMO); in LowerATOMIC_CMP_SWAP()