Home
last modified time | relevance | path

Searched refs:node (Results 326 – 350 of 845) sorted by relevance

1...<<11121314151617181920>>...34

/llvm-project-15.0.7/clang/utils/perf-training/
H A Dperf-helper.py286 for node in symbols
287 for s in ([node] + succs.get(node,[])))
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp141 RangeSelector transformer::node(std::string ID) { in node() function in transformer
185 return transformer::enclose(node(std::move(BeginID)), node(std::move(EndID))); in encloseNodes()
/llvm-project-15.0.7/lld/MachO/
H A DExportTrie.h34 void sortAndBuild(llvm::MutableArrayRef<const Symbol *> vec, TrieNode *node,
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A DPHINode.ll1 …lifycfg-require-and-preserve-domtree=1 is not folding blocks if there is a PHI node involved. This
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td22 class GINodeEquiv<Instruction i, SDNode node> {
24 SDNode Node = node;
32 // SelectionDAG has one node for all loads and uses predicates to
35 // depending on the predicates on the node.
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu_print.h13 __isl_keep isl_ast_node *node);
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Vector/
H A Dexpand_single_elem_build_vec.ll4 ; Check that a single-element insertion is lowered to a insert_vector_elt node for isel.
/llvm-project-15.0.7/llvm/test/Analysis/PostDominators/
H A Dpr6047_b.ll20 ; CHECK-NEXT: [1] <<exit node>>
H A Dpr6047_d.ll25 ; CHECK-NEXT: [1] <<exit node>>
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dtwo-address-crash.mir1 # RUN: llc -mtriple=ppc32-- %s -run-pass=phi-node-elimination \
3 # RUN: llc -mtriple=ppc32-- %s -start-before=phi-node-elimination \
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Drewriter-errors.td45 // Check trying to pass op as DAG node inside ReturnTypeFunc fails.
51 // Check that trying to specify explicit types at the root node fails.
/llvm-project-15.0.7/mlir/utils/spirv/
H A Dgen_spirv_dialect.py175 no_prev_nodes = set(node for node, prev in dag.items() if not prev)
180 node: (prev - no_prev_nodes)
181 for node, prev in dag.items()
182 if node not in no_prev_nodes
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.td9 // This file contains DAG node definitions for the R600 target.
/llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/
H A D2003-04-24-MultipleIdenticalSuccessors.ll1 ; Mem2reg used to only add one incoming value to a PHI node, even if it had
/llvm-project-15.0.7/llvm/test/Analysis/CallGraph/
H A Dcallback-calls.ll4 ; CHECK: Call graph node for function: 'caller'
H A Dno-intrinsics.ll13 ; CHECK: Call graph node for function: 'f'
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dearly-if-phi-i1.ll4 ; join block has a phi node of type i1).
H A Dv6vec_zero.ll5 ; generating a v16i32 constant pool node.
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A Dload-from-unreachable-predecessor.ll3 ; Check that an unreachable predecessor to a PHI node doesn't cause a crash.
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Dload-from-unreachable-predecessor.ll3 ; Check that an unreachable predecessor to a PHI node doesn't cause a crash.
/llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/
H A Dexpected-metadata-node-in-stack-object.mir17 # CHECK: [[@LINE+1]]:29: expected a metadata node
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dfast-isel-switch-phi.ll3 ; Test that the Machine Instruction PHI node doesn't have more than one operand
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A D2002-05-20-MissedIncomingValue.ll1 ; This test shows a case where SCCP is incorrectly eliminating the PHI node
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/
H A Dempty-cleanuppad.ll227 ; a PHI node.
242 ; In this case, the cleanup pad should be eliminated and the PHI node in the
289 ; cleanup pad that contains a PHI node.
306 ; In this case, the cleanup pad should be eliminated and the PHI node in the
307 ; cleanup pad should be merged with the PHI node in the catch dispatch block.
361 ; of the predecessors of its successor, but the successor references a PHI node
383 ; In this case, the PHI node that is sunk from ehcleanup to catch.dispatch
385 ; PHI node itself.
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll4 ; and adds a disable unrolling node after unrolling is complete.
40 ; An unroll disable metadata node is only added for the unroll count case.
95 ; This function contains two loops which share the same llvm.loop metadata node

1...<<11121314151617181920>>...34