Home
last modified time | relevance | path

Searched refs:outlined (Results 1 – 25 of 92) sorted by relevance

1234

/llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/
H A Dmachine-outliner.ll4 ; Ensure that the MachineOutliner produces valid DWARF when it creates outlined
5 ; functions. Check that the outlined function has a subprogram, and that the
8 ; The outlined function appears after bar. Skip past the functions we don't
15 ; the beginning of the outlined function.
20 ; Check the outlined function's DWARF.
H A Dir-outliner.ll8 ; creating outlined functions.
14 ; the beginning of the outlined function.
20 ; Check the outlined function's DWARF.
/llvm-project-15.0.7/mlir/test/Dialect/Async/
H A Dasync-to-async-runtime.mlir15 // Function outlined from the async.execute operation.
72 // Function outlined from the inner async.execute operation.
88 // Function outlined from the outer async.execute operation.
142 // Function outlined from the first async.execute operation.
207 // Function outlined from the second async.execute operation.
255 // Function outlined from the async.execute operation.
298 // Function outlined from the first async.execute operation.
301 // Function outlined from the second async.execute operation.
345 // Function outlined from the async.execute operation.
400 // Function outlined from the first async.execute operation.
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp106 FailureOr<func::FuncOp> outlined = outlineSingleBlockRegion( in apply() local
109 if (failed(outlined)) { in apply()
118 symbolTable.insert(*outlined); in apply()
119 call.setCalleeAttr(FlatSymbolRefAttr::get(*outlined)); in apply()
121 transformed.push_back(*outlined); in apply()
/llvm-project-15.0.7/llvm/test/Analysis/CallGraph/
H A Dignore-callback-uses.ll34 omp.par.exit.split.exitStub: ; preds = %omp.par.outlined.exit
41 br label %omp.par.outlined.exit
43 omp.par.outlined.exit: ; preds = %omp.par.pre_finalize
/llvm-project-15.0.7/mlir/test/Conversion/AsyncToLLVM/
H A Dconvert-to-llvm.mlir36 // Function outlined from the async.execute operation.
98 // Function outlined from the inner async.execute operation.
109 // Function outlined from the outer async.execute operation.
148 // Function outlined from the first async.execute operation.
158 // Function outlined from the second async.execute operation with dependency.
202 // Function outlined from the async.execute operation.
237 // Function outlined from the async.execute operation.
279 // Function outlined from the first async.execute operation.
282 // Function outlined from the second async.execute operation.
/llvm-project-15.0.7/openmp/runtime/test/misc_bugs/
H A Dteams-reduction.c55 void outlined(int32_t *gtid, int32_t *tid) { in outlined() function
63 __kmpc_fork_teams(&dummy_loc, 0, &outlined); in main()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp403 auto outlined = outlinedFunctions.find(func); in matchAndRewrite() local
404 const bool isInCoroutine = outlined != outlinedFunctions.end(); in matchAndRewrite()
430 CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite()
536 auto outlined = outlinedFunctions.find(func); in matchAndRewrite() local
537 if (outlined == outlinedFunctions.end()) in matchAndRewrite()
542 const CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite()
580 auto outlined = outlinedFunctions.find(func); in matchAndRewrite() local
581 if (outlined == outlinedFunctions.end()) in matchAndRewrite()
586 CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite()
/llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/
H A DPartialInlineEntryPHICost.ll4 ; Check that we do not overcompute the outlined region cost, where the PHIs in
5 ; the outlined region entry (BB4) are moved outside the region by CodeExtractor.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-bad-register.mir7 # these, since the insertion of the outlined call could change the values of
33 ; (1) and (3) should be outlined, while (2) should not be outlined.
40 # There should be two calls to outlined functions here, since we haven't tripped
H A Dmachine-outliner-compatible-candidates.mir6 # - Save/restores that don't impact the stack can be outlined together.
7 # - Save/restores that impact the stack if the outlined sequence doesn't use
H A Dmachine-outliner-outline-bti.ll3 ; The BTI instruction cannot be outlined, because it needs to be the very first
/llvm-project-15.0.7/llvm/test/Transforms/IROutliner/
H A Dexit-block-phi-node-value-attribution.ll4 ; Make sure that each outlined region only analyzes on the incoming values in exit
5 ; block phi nodes that come from the outlined region. Without this, more incoming
7 ; included in the outlined region. This is particularly likely to happen for
H A Doutlining-isomorphic-predicates.ll4 ; This test checks the isomorphic comparisons can be outlined together into one
9 ; and should be outlined together.
69 ; the same outlined function as the ones above.
95 ; with the ones above, and should use a different outlined function.
H A Dillegal-cleanup.ll4 ; This test checks that cleanuppad instructions are not outlined even if they
5 ; in a similar section. Dealing with exception handling inside of an outlined
H A Dillegal-landingpad.ll4 ; This test checks that landingpad instructions are not outlined even if they
5 ; in a similar section. Dealing with exception handling inside of an outlined
H A Dillegal-catchpad.ll4 ; This test checks that catchpad instructions are not outlined even if they
5 ; in a similar section. Dealing with exception handling inside of an outlined
H A Dexit-phi-nodes-incoming-value-constant-argument.ll5 ; a corresponding value from the first outlined section. When this replaced
7 ; of the outlined region, and must be replaced with an argument to avoid
/llvm-project-15.0.7/
H A DSECURITY.md3 To report security issues in LLVM, please follow the steps outlined on the
/llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/
H A Dbasic-compat.ll1 ; Test that the old outlined check is used with old API levels.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOpsInterfaces.td20 OpenMP operations whose region will be outlined will implement this
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dopenmp-reduction.mlir40 // Call to the outlined function.
118 // Call to the outlined function.
203 // Call to the outlined function.
287 // Call to the outlined function.
377 // Call to the outlined function.
/llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/
H A Dsplit-cold-2.ll5 ; two predecessors were outlined and the SSA representation was invalid.
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dmachine-outliner-cfi.mir6 # CFIs are invisible (they can be outlined, but won't actually impact the outlining result) if there
7 # is no need to unwind. CFIs will be stripped when we build outlined functions.
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dparallel_region_merging.ll801 ; CHECK: omp.par.outlined.exit:
918 ; CHECK: omp.par.outlined.exit:
993 ; CHECK: omp.par.outlined.exit:
1069 ; CHECK: omp.par.outlined.exit:
1147 ; CHECK: omp.par.outlined.exit:
1227 ; CHECK: omp.par.outlined.exit:
1307 ; CHECK: omp.par.outlined.exit:
1373 ; CHECK: omp.par.outlined.exit:
1459 ; CHECK: omp.par.outlined.exit:
1522 ; CHECK: omp.par.outlined.exit:
[all …]

1234