Home
last modified time | relevance | path

Searched refs:outgoing (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Analysis/RegionInfo/
H A Doutgoing_edge.ll6 ; 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 DBlockFrequencyTerminology.rst19 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 Dcfi-epilogue-without-return.mir11 # needed in it, otherwise bb.2.return will see different outgoing CFI
H A Dforce-align-stack-alloca.ll43 ; Deallocating 32 bytes of outgoing call frame for memset and
H A Dmovtopush64.ll71 ; incoming parameters out of %rdi and %rsi to make room for the outgoing
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dvec-vararg-align.ll3 ; Check that the stack is aligned according to the outgoing function arguments.
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dargs-11.ll2 ; Test outgoing promoted arguments that are split (and passed by reference).
H A Dargs-09.ll12 ; byte after the outgoing arguments) and one immediately after it at 216.
H A Dframe-22.ll61 ; Test spill/restore in local area with outgoing stack arguments.
H A Dargs-01.ll15 ; byte after the outgoing arguments) and one immediately after it at 240.
H A Dargs-03.ll16 ; byte after the outgoing arguments) and one immediately after it at 240.
H A Dargs-02.ll16 ; byte after the outgoing arguments) and one immediately after it at 240.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dgreedy-reverse-local-assignment.ll12 ; The outgoing return physical register copies strongly hint the
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dalloca.ll65 ; Check that outgoing arguments passed on the stack do not corrupt a
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp123 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 Dlarge-call.ll5 ; This test case would clobber the outgoing call arguments by writing to the
/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md340 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 Dframe-access.ll171 ; Allocate outgoing stack arguments space
251 ; Allocate outgoing arguments space
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A D32abi.ll44 ; Use %o0-%o5 for outgoing arguments
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dloop-fusion-3.mlir64 // that has multiple outgoing edges.
92 // multiple outgoing edges, 2) producer store has a single outgoing edge.
H A Dpipeline-data-transfer.mlir215 // The two DMAs below are dependent (incoming and outgoing on the same
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-typemaps.swig150 // typemap for an outgoing buffer
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2003-05-28-ManyArgs.ll14 ;; It was counting the registers allocated to all outgoing arguments,
/llvm-project-15.0.7/llvm/test/Transforms/LoopDeletion/
H A Dnoop-loops-with-subloops.ll8 ; The loop %inner cannot be removed, because it has outgoing values. But the
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DSPIR-V.md547 | 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)

12