| /llvm-project-15.0.7/clang/utils/perf-training/ |
| H A D | perf-helper.py | 286 for node in symbols 287 for s in ([node] + succs.get(node,[])))
|
| /llvm-project-15.0.7/clang/lib/Tooling/Transformer/ |
| H A D | RangeSelector.cpp | 141 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 D | ExportTrie.h | 34 void sortAndBuild(llvm::MutableArrayRef<const Symbol *> vec, TrieNode *node,
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | PHINode.ll | 1 …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 D | SelectionDAGCompat.td | 22 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 D | gpu_print.h | 13 __isl_keep isl_ast_node *node);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/VE/Vector/ |
| H A D | expand_single_elem_build_vec.ll | 4 ; 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 D | pr6047_b.ll | 20 ; CHECK-NEXT: [1] <<exit node>>
|
| H A D | pr6047_d.ll | 25 ; CHECK-NEXT: [1] <<exit node>>
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | two-address-crash.mir | 1 # 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 D | rewriter-errors.td | 45 // 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 D | gen_spirv_dialect.py | 175 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 D | R600InstrInfo.td | 9 // This file contains DAG node definitions for the R600 target.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/ |
| H A D | 2003-04-24-MultipleIdenticalSuccessors.ll | 1 ; 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 D | callback-calls.ll | 4 ; CHECK: Call graph node for function: 'caller'
|
| H A D | no-intrinsics.ll | 13 ; CHECK: Call graph node for function: 'f'
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | early-if-phi-i1.ll | 4 ; join block has a phi node of type i1).
|
| H A D | v6vec_zero.ll | 5 ; generating a v16i32 constant pool node.
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | load-from-unreachable-predecessor.ll | 3 ; 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 D | load-from-unreachable-predecessor.ll | 3 ; 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 D | expected-metadata-node-in-stack-object.mir | 17 # CHECK: [[@LINE+1]]:29: expected a metadata node
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | fast-isel-switch-phi.ll | 3 ; 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 D | 2002-05-20-MissedIncomingValue.ll | 1 ; 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 D | empty-cleanuppad.ll | 227 ; 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 D | unroll-pragmas-disabled.ll | 4 ; 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
|