| /llvm-project-15.0.7/llvm/test/Analysis/RegionInfo/ |
| H A D | outgoing_edge.ll | 6 ; because bb2 has an outgoing edge to bb4. This is interesting because 8 ; forward edges into the region and outgoing forward edges from the region.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BlockFrequencyTerminology.rst | 19 outgoing edge. These are called branch probabilities. For a given block, the 20 sum of its outgoing branch probabilities should be 1.0. 28 the sum of the weights on the predecessor's outgoing edges.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | cfi-epilogue-without-return.mir | 11 # needed in it, otherwise bb.2.return will see different outgoing CFI
|
| H A D | force-align-stack-alloca.ll | 43 ; Deallocating 32 bytes of outgoing call frame for memset and
|
| H A D | movtopush64.ll | 71 ; incoming parameters out of %rdi and %rsi to make room for the outgoing
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | vec-vararg-align.ll | 3 ; Check that the stack is aligned according to the outgoing function arguments.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | args-11.ll | 2 ; Test outgoing promoted arguments that are split (and passed by reference).
|
| H A D | args-09.ll | 12 ; byte after the outgoing arguments) and one immediately after it at 216.
|
| H A D | frame-22.ll | 61 ; Test spill/restore in local area with outgoing stack arguments.
|
| H A D | args-01.ll | 15 ; byte after the outgoing arguments) and one immediately after it at 240.
|
| H A D | args-03.ll | 16 ; byte after the outgoing arguments) and one immediately after it at 240.
|
| H A D | args-02.ll | 16 ; byte after the outgoing arguments) and one immediately after it at 240.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | greedy-reverse-local-assignment.ll | 12 ; The outgoing return physical register copies strongly hint the
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | alloca.ll | 65 ; Check that outgoing arguments passed on the stack do not corrupt a
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 123 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); in EmitStmt() local 124 assert(outgoing && "expression emission cleared block!"); in EmitStmt() 138 if (incoming != outgoing && outgoing->use_empty()) { in EmitStmt() 139 outgoing->eraseFromParent(); in EmitStmt()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | large-call.ll | 5 ; This test case would clobber the outgoing call arguments by writing to the
|
| /llvm-project-15.0.7/mlir/docs/Tools/ |
| H A D | MLIRLSP.md | 340 The handling of incoming and outgoing LSP messages is left to the 342 `Language Server Protocol` layer for interpretation, and packages outgoing
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | frame-access.ll | 171 ; Allocate outgoing stack arguments space 251 ; Allocate outgoing arguments space
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | 32abi.ll | 44 ; Use %o0-%o5 for outgoing arguments
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | loop-fusion-3.mlir | 64 // that has multiple outgoing edges. 92 // multiple outgoing edges, 2) producer store has a single outgoing edge.
|
| H A D | pipeline-data-transfer.mlir | 215 // The two DMAs below are dependent (incoming and outgoing on the same
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 150 // typemap for an outgoing buffer
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | 2003-05-28-ManyArgs.ll | 14 ;; It was counting the registers allocated to all outgoing arguments,
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopDeletion/ |
| H A D | noop-loops-with-subloops.ll | 8 ; The loop %inner cannot be removed, because it has outgoing values. But the
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | SPIR-V.md | 547 | header block | (may have multiple outgoing branches) 627 | entry block | (one outgoing branch) 632 | loop header | <-----+ (may have one or two outgoing branches) 639 | loop continue | -----+ (may have one or two outgoing branches)
|