Home
last modified time | relevance | path

Searched defs:node1 (Results 26 – 50 of 479) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp174 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint() local
261 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp173 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint() local
260 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp173 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint() local
260 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp.py3927 def fuse(self, node1, node2): argument
3986 def _why_fuse_nodes(self, node1, node2) -> Optional[ReasonFusedNodes]: argument
3999 def _can_fuse_nodes_with_compatible_ranges(self, node1, node2): argument
4055 def _can_fuse_horizontal_impl(self, node1, node2): argument
4064 def can_fuse_horizontal(self, node1, node2): argument
4075 def _get_outer_loop_fusion_depth(self, node1, node2): argument
4129 def can_fuse_vertical_outer_loop(self, node1, node2): argument
4141 def get_fusion_pair_priority(self, node1, node2): argument
4148 def can_fuse_vertical(self, node1, node2): argument
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/trax/dom/
H A DDOMSourceAPITest.java416 Node node1 = result1.getNode(); in testCase3() local
450 Node node1 = result1.getNode(); in testCase3() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java204 public static boolean isNodeAfter(Node node1, Node node2) in isNodeAfter()
339 public static boolean isNodeTheSame(Node node1, Node node2) in isNodeTheSame()
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_analysis_test.cc241 auto* node1 = tree.root()->GetInnerloopNode(0); in TEST() local
269 auto* node1 = tree.root()->GetInnerloopNode(0); in TEST() local
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DCycleDetectingLockFactory.java494 ExampleStackTrace(LockGraphNode node1, LockGraphNode node2) { in ExampleStackTrace()
536 LockGraphNode node1, LockGraphNode node2, ExampleStackTrace conflictingStackTrace) { in PotentialDeadlockException()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Drbtree_algorithms.hpp208 static void swap_nodes(node_ptr node1, node_ptr node2) in swap_nodes()
218 static void swap_nodes(node_ptr node1, node_ptr header1, node_ptr node2, node_ptr header2) in swap_nodes()
Davltree_algorithms.hpp184 static void swap_nodes(node_ptr node1, node_ptr node2) in swap_nodes()
194 static void swap_nodes(node_ptr node1, node_ptr header1, node_ptr node2, node_ptr header2) in swap_nodes()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DCycleDetectingLockFactory.java494 ExampleStackTrace(LockGraphNode node1, LockGraphNode node2) { in ExampleStackTrace()
536 LockGraphNode node1, LockGraphNode node2, ExampleStackTrace conflictingStackTrace) { in PotentialDeadlockException()
/aosp_15_r20/external/openthread/tests/toranj/cli/
H A Dtest-003-join.py46 node1 = cli.Node() variable
H A Dtest-004-scan.py62 node1 = cli.Node() variable
H A Dtest-032-leader-take-over.py51 node1 = cli.Node() variable
H A Dtest-005-traffic-router-to-child.py48 node1 = cli.Node() variable
/aosp_15_r20/external/openthread/tests/toranj/ncp/
H A Dtest-003-join.py45 node1 = wpan.Node() variable
H A Dtest-041-lowpan-fragmentation.py46 node1 = wpan.Node() variable
H A Dtest-033-mesh-local-prefix-change.py49 node1 = wpan.Node() variable
H A Dtest-005-discover-scan.py45 node1 = wpan.Node() variable
H A Dtest-009-insecure-traffic-join.py42 node1 = wpan.Node() variable
/aosp_15_r20/external/libaom/tools/txfm_analyzer/
H A Dtxfm_gen_code.cc299 Node *node1 = get_partner_node(node0); in gen_cospi_list_sse2() local
413 Node *node1 = get_partner_node(node0); in gen_cospi_list_sse4_1() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
H A Dfuse_inline.cc40 Node* node1 = sequence.front(); in ApplyToNodesSequence() local
/aosp_15_r20/external/libxml2/example/
H A Dtree2.c29 xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */ in main() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DYamlComposeTest.java39 ScalarNode node1 = (ScalarNode) node.getValue().get(0).getKeyNode(); in testComposeFromReader() local
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/tests/srcs/
H A DFlagTableTest.java49 FlagTable.Node node1 = flagTable.get(0, "enabled_ro"); in testFlagTable_rightNode() local

12345678910>>...20