Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp70 struct GepNode;
86 bool operator()(const GepNode *N1, const GepNode *N2) const { in operator ()()
176 struct GepNode { struct
348 GepNode *N = new (*Mem) GepNode; in processGepInst()
384 GepNode *PN = N; in processGepInst()
388 GepNode *Nx = new (*Mem) GepNode; in processGepInst()
464 using NodePair = std::pair<GepNode *, GepNode *>;
479 static NodePair node_pair(GepNode *N1, GepNode *N2) { in node_pair()
495 static bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &Eq, in node_eq()
511 uint32_t CmpFlags = GepNode::Root | GepNode::Pointer; in node_eq()
[all …]