Searched refs:node2 (Results 1 – 9 of 9) sorted by relevance
| /llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PBQPRegAlloc.cpp | 167 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(Ra); in addIntraChainConstraint() 172 &G.getNodeMetadata(node2).getAllowedRegs(); in addIntraChainConstraint() 174 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint() local 195 G.addEdge(node1, node2, std::move(costs)); in addIntraChainConstraint() 199 if (G.getEdgeNode1Id(edge) == node2) { in addIntraChainConstraint() 200 std::swap(node1, node2); in addIntraChainConstraint() 266 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r); in addInterChainConstraint() 268 &G.getNodeMetadata(node2).getAllowedRegs(); in addInterChainConstraint() 270 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint() 276 if (G.getEdgeNode1Id(edge) == node2) { in addInterChainConstraint() 273 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r); addInterChainConstraint() local [all...] |
| /llvm-project/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_ilist_test.cpp | 20 INode node2; member 86 IList<Node, &Node::node2, Parent> list2; in TEST()
|
| /llvm-project/polly/lib/External/isl/ |
| H A D | isl_schedule_node.c | 249 __isl_keep isl_schedule_node *node2) in isl_schedule_node_is_equal() argument 254 if (!node1 || !node2) in isl_schedule_node_is_equal() 256 if (node1 == node2) in isl_schedule_node_is_equal() 258 if (node1->schedule != node2->schedule) in isl_schedule_node_is_equal() 262 n2 = isl_schedule_node_get_tree_depth(node2); in isl_schedule_node_is_equal() 268 if (node1->child_pos[i] != node2->child_pos[i]) in isl_schedule_node_is_equal() 4606 isl_schedule_node *node2; in isl_schedule_node_order_before_or_after() local 4643 node2 = isl_schedule_node_copy(node); in isl_schedule_node_order_before_or_after() 4645 node2 = isl_schedule_node_gist(node2, isl_union_set_copy(filter)); in isl_schedule_node_order_before_or_after() 4647 tree2 = isl_schedule_node_get_tree(node2); in isl_schedule_node_order_before_or_after() [all …]
|
| H A D | isl_scheduler_clustering.c | 1252 struct isl_sched_node *node2) in swap_sched() argument 1258 node1->sched = node2->sched; in swap_sched() 1259 node2->sched = sched; in swap_sched() 1262 node1->sched_map = node2->sched_map; in swap_sched() 1263 node2->sched_map = sched_map; in swap_sched()
|
| H A D | isl_flow.c | 2972 isl_schedule_node *node2 = second; in before_node() local 2977 shared = isl_schedule_node_get_shared_ancestor(node1, node2); in before_node() 2989 pos2 = isl_schedule_node_get_ancestor_child_position(node2, in before_node() 3011 isl_schedule_node *node2 = second; in coscheduled_node() local 3013 return isl_bool_ok(node1 == node2); in coscheduled_node()
|
| /llvm-project/polly/lib/External/isl/include/isl/ |
| H A D | schedule_node.h | 30 __isl_keep isl_schedule_node *node2); 87 __isl_keep isl_schedule_node *node2);
|
| H A D | isl-noexceptions.h | 3596 inline boolean is_equal(const isl::schedule_node &node2) const; 3618 inline isl::schedule_node shared_ancestor(const isl::schedule_node &node2) const; 3619 inline isl::schedule_node get_shared_ancestor(const isl::schedule_node &node2) const; 17674 boolean schedule_node::is_equal(const isl::schedule_node &node2) const in is_equal() argument 17676 auto res = isl_schedule_node_is_equal(get(), node2.get()); in is_equal() 17808 isl::schedule_node schedule_node::shared_ancestor(const isl::schedule_node &node2) const in shared_ancestor() argument 17810 auto res = isl_schedule_node_get_shared_ancestor(get(), node2.get()); in shared_ancestor() 17814 isl::schedule_node schedule_node::get_shared_ancestor(const isl::schedule_node &node2) const in get_shared_ancestor() argument 17816 return shared_ancestor(node2); in get_shared_ancestor()
|
| /llvm-project/llvm/test/Analysis/ScalarEvolution/ |
| H A D | load.ll | 63 @node3 = internal constant { ptr, i32, [4 x i8] } { ptr @node2, i32 2, [4 x i8] undef }, align 8 64 @node2 = internal constant { ptr, i32, [4 x i8] } { ptr @node1, i32 1, [4 x i8] undef }, align 8
|
| /llvm-project/polly/lib/External/isl/doc/ |
| H A D | user.pod | 10201 __isl_keep isl_schedule_node *node2); 10286 __isl_keep isl_schedule_node *node2);
|