Home
last modified time | relevance | path

Searched defs:node (Results 101 – 125 of 169) sorted by relevance

1234567

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.h73 void setFailureNode(std::unique_ptr<MatcherNode> node) { in setFailureNode()
H A DPredicateTree.cpp781 static bool isSamePredicate(MatcherNode *node, OrderedPredicate *predicate) { in isSamePredicate()
788 std::unique_ptr<MatcherNode> &getOrCreateChild(SwitchNode *node, in getOrCreateChild()
804 static void propagatePattern(std::unique_ptr<MatcherNode> &node, in propagatePattern()
843 static void foldSwitchToBool(std::unique_ptr<MatcherNode> &node) { in foldSwitchToBool()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_build.c396 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_node *node, in isl_ast_build_set_at_each_domain()
432 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_node *node, in isl_ast_build_set_after_each_for()
468 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_node *node, in isl_ast_build_set_after_each_mark()
1077 isl_schedule_node *node; in extract_loop_types() local
1108 __isl_take isl_schedule_node *node) in isl_ast_build_set_schedule_node()
H A Dcodegen.c142 __isl_take isl_schedule_node *node, void *user) in node_set_options()
H A Disl_ast_build_private.h196 isl_schedule_node *node; member
H A Disl_ast_private.h82 isl_ast_node *node; member
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h54 uptr node = t1.getAndClearFirstOne(); in addEdges() local
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp61 std::string baseName(ASTNode node) { in baseName()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp150 SDNode *node = CurDAG->getMachineNode(XCore::LDWCP_lru6, dl, MVT::i32, in Select() local
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h295 void replaceSuccessor(ExplodedNode *node) { Succs.replaceNode(node); } in replaceSuccessor()
296 void replacePredecessor(ExplodedNode *node) { Preds.replaceNode(node); } in replacePredecessor()
/llvm-project-15.0.7/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js199 getInnerText: function(node) { argument
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js215 getInnerText : function(node) { argument
/llvm-project-15.0.7/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js199 getInnerText: function(node) { argument
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp428 bool SymbolInfoMap::bindOpArgument(DagNode node, StringRef symbol, in bindOpArgument()
501 SymbolInfoMap::findBoundSymbol(StringRef key, DagNode node, const Operator &op, in findBoundSymbol()
646 Operator &Pattern::getDialectOp(DagNode node) { in getDialectOp()
H A DPredicate.cpp205 propagateGroundTruth(PredNode *node, in propagateGroundTruth()
/llvm-project-15.0.7/clang/utils/
H A DFindSpecRefs795 def preorder(node,parents=(),first=True): argument
/llvm-project-15.0.7/clang/test/Analysis/
H A DPR24184.cpp94 int foo3(int *node) { in foo3()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DScopedHashTable.h122 ScopedHashTableIterator(ScopedHashTableVal<K, V> *node) : Node(node) {} in ScopedHashTableIterator()
H A DIntervalMap.h777 void *node; member
797 template <typename NodeT> NodeT &node(unsigned Level) const { in node() function
958 RootBranch node; member
1194 NodeRef node[Nodes]; in branchRoot() local
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DCSE.cpp80 DominanceInfoNode *node; member
H A DViewOpGraph.cpp263 Node node; in processOperation() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1896 #define CASE_CI_VI(node) \ argument
1900 #define CASE_VI_GFX9PLUS(node) \ argument
1903 #define CASE_GFXPRE11_GFX11PLUS(node) \ argument
1906 #define CASE_GFXPRE11_GFX11PLUS_TO(node, result) \ argument
1920 #define CASE_CI_VI(node) case node##_ci: case node##_vi: return node; argument
1921 #define CASE_VI_GFX9PLUS(node) case node##_vi: case node##_gfx9plus: return node; argument
1922 #define CASE_GFXPRE11_GFX11PLUS(node) case node##_gfx11plus: case node##_gfxpre11: return node; argument
1923 #define CASE_GFXPRE11_GFX11PLUS_TO(node, result) argument
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h183 template <typename N> void PushConstruct(const N &node) { in PushConstruct()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu_group.c1498 __isl_keep isl_schedule_node *node) in check_can_be_private_live_ranges()
1609 __isl_keep isl_schedule_node *node) in prefix_with_equalities()
1628 __isl_keep isl_schedule_node *node) in gpu_group_references()
H A Dprint.c307 __isl_keep isl_ast_node *node) in ppcg_print_macros()

1234567