Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_node.h256 template <typename NodeTy, typename ParentTy, class... Options>
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...> {
268 return static_cast<const NodeTy *>(this)->getParent(); in getNodeParent()
275 NodeTy *getPrevNode() { in getPrevNode()
279 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getPrevNode()
280 return List.getPrevNode(*static_cast<NodeTy *>(this)); in getPrevNode()
284 const NodeTy *getPrevNode() const { in getPrevNode()
289 NodeTy *getNextNode() { in getNextNode()
293 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getNextNode()
294 return List.getNextNode(*static_cast<NodeTy *>(this)); in getNextNode()
[all …]
H A Dilist.h41 template <typename NodeTy> struct ilist_alloc_traits {
42 static void deleteNode(NodeTy *V) { delete V; } in deleteNode()
57 template <typename NodeTy> struct ilist_noalloc_traits {
58 static void deleteNode(NodeTy *V) {} in deleteNode()
65 template <typename NodeTy> struct ilist_callback_traits {
66 void addNodeToList(NodeTy *) {} in addNodeToList()
67 void removeNodeFromList(NodeTy *) {} in removeNodeFromList()
82 template <typename NodeTy>
83 struct ilist_node_traits : ilist_alloc_traits<NodeTy>,
89 template <typename NodeTy>
[all …]
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp401 NodeTy::Profile(profile, L, State, IsSink); in getNode()
402 NodeTy* V = Nodes.FindNodeOrInsertPos(profile, InsertPos); in getNode()
411 V = (NodeTy*) getAllocator().Allocate<NodeTy>(); in getNode()
415 new (V) NodeTy(L, State, NumNodes, IsSink); in getNode()
435 NodeTy *V = (NodeTy *) getAllocator().Allocate<NodeTy>(); in createUncachedNode()
436 new (V) NodeTy(L, State, Id, IsSink); in createUncachedNode()
441 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, in trim()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DIntervalIterator.h86 template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy *>,
87 class IGT = GraphTraits<Inverse<NodeTy *>>>
175 bool ProcessInterval(NodeTy *Node) { in ProcessInterval()
199 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h381 template <class NodeTy>
382 SDValue getAddrLocal(NodeTy *N, const SDLoc &DL, EVT Ty, SelectionDAG &DAG, in getAddrLocal()
400 template <class NodeTy>
413 template <class NodeTy>
414 SDValue getAddrGlobalLargeGOT(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrGlobalLargeGOT()
432 template <class NodeTy>
433 SDValue getAddrNonPIC(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrNonPIC()
449 template <class NodeTy>
450 SDValue getAddrNonPICSym64(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrNonPICSym64()
476 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,
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h252 template <class NodeTy>
253 MDNodeOpsKey(const NodeTy *N, unsigned Offset = 0)
256 template <class NodeTy>
282 template <class NodeTy> struct MDNodeKeyImpl;
286 using KeyTy = MDNodeKeyImpl<NodeTy>;
292 static bool isSubsetEqual(const NodeTy *LHS, const NodeTy *RHS) { in isSubsetEqual()
1315 template <class NodeTy> struct MDNodeInfo {
1316 using KeyTy = MDNodeKeyImpl<NodeTy>;
1319 static inline NodeTy *getEmptyKey() {
1323 static inline NodeTy *getTombstoneKey() {
[all …]
H A DMetadata.cpp878 template <class NodeTy> struct MDNode::HasCachedHash {
887 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h47 template <typename NodeTy> struct SymbolTableListParentType {};
60 template <typename NodeTy> class SymbolTableList;
H A DMetadata.h1263 template <class NodeTy> struct HasCachedHash;
1264 template <class NodeTy>
1265 static void dispatchRecalculateHash(NodeTy *N, std::true_type) {
1268 template <class NodeTy>
1269 static void dispatchRecalculateHash(NodeTy *, std::false_type) {}
1270 template <class NodeTy>
1271 static void dispatchResetHash(NodeTy *N, std::true_type) {
1274 template <class NodeTy>
1275 static void dispatchResetHash(NodeTy *, std::false_type) {}
H A DDIBuilder.h1036 template <class NodeTy>
1037 NodeTy *replaceTemporary(TempMDNode &&N, NodeTy *Replacement) { in replaceTemporary()
1039 return cast<NodeTy>(MDNode::replaceWithUniqued(std::move(N))); in replaceTemporary()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h998 template <class NodeTy>
999 SDValue getGOT(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
1000 template <class NodeTy>
1001 SDValue getAddrLarge(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
1002 template <class NodeTy>
1003 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
1004 template <class NodeTy>
1005 SDValue getAddrTiny(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
H A DAArch64ISelLowering.cpp7911 template <class NodeTy>
7912 SDValue AArch64TargetLowering::getGOT(NodeTy *N, SelectionDAG &DAG, in getGOT()
7924 template <class NodeTy>
7925 SDValue AArch64TargetLowering::getAddrLarge(NodeTy *N, SelectionDAG &DAG, in getAddrLarge()
7940 template <class NodeTy>
7941 SDValue AArch64TargetLowering::getAddr(NodeTy *N, SelectionDAG &DAG, in getAddr()
7954 template <class NodeTy>
7955 SDValue AArch64TargetLowering::getAddrTiny(NodeTy *N, SelectionDAG &DAG, in getAddrTiny()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h131 template <class NodeTy, bool IsCall = false>
132 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const {
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h200 template <class NodeTy>
201 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
H A DLoongArchISelLowering.cpp466 template <class NodeTy>
467 SDValue LoongArchTargetLowering::getAddr(NodeTy *N, SelectionDAG &DAG, in getAddr()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2206 BlockAddressSDNode(unsigned NodeTy, EVT VT, const BlockAddress *ba,
2208 : SDNode(NodeTy, 0, DebugLoc(), getSDVTList(VT)),
2320 : MemSDNode(NodeTy, Order, dl, VTs, MemVT, MMO) {
2412 VPBaseLoadStoreSDNode(ISD::NodeType NodeTy, unsigned Order,
2416 : MemSDNode(NodeTy, Order, DL, VTs, MemVT, MMO) {
2620 MaskedLoadStoreSDNode(ISD::NodeType NodeTy, unsigned Order,
2624 : MemSDNode(NodeTy, Order, dl, VTs, MemVT, MMO) {
2727 VPGatherScatterSDNode(ISD::NodeType NodeTy, unsigned Order,
2730 : MemSDNode(NodeTy, Order, dl, VTs, MemVT, MMO) {
2811 MaskedGatherScatterSDNode(ISD::NodeType NodeTy, unsigned Order,
[all …]
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h389 using NodeTy = ExplodedNode; variable
438 trim(ArrayRef<const NodeTy *> Nodes,
/openbsd/gnu/llvm/clang/lib/AST/
H A DParentMapContext.cpp94 template <typename NodeTy, typename MapTy>
95 static DynTypedNodeList getDynNodeFromMap(const NodeTy &Node, in getDynNodeFromMap()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h645 template <class NodeTy>
646 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
H A DRISCVISelLowering.cpp4378 template <class NodeTy>
4379 SDValue RISCVTargetLowering::getAddr(NodeTy *N, SelectionDAG &DAG, in getAddr()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10901 auto NodeTy = in LowerATOMIC_CMP_SWAP() local
10903 return DAG.getMemIntrinsicNode(NodeTy, dl, Tys, Ops, MemVT, MMO); in LowerATOMIC_CMP_SWAP()