| /llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/ |
| H A D | machine-outliner.ll | 4 ; 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 D | ir-outliner.ll | 8 ; 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 D | async-to-async-runtime.mlir | 15 // 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 D | SCFTransformOps.cpp | 106 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 D | ignore-callback-uses.ll | 34 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 D | convert-to-llvm.mlir | 36 // 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 D | teams-reduction.c | 55 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 D | AsyncToAsyncRuntime.cpp | 403 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 D | PartialInlineEntryPHICost.ll | 4 ; 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 D | machine-outliner-bad-register.mir | 7 # 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 D | machine-outliner-compatible-candidates.mir | 6 # - 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 D | machine-outliner-outline-bti.ll | 3 ; 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 D | exit-block-phi-node-value-attribution.ll | 4 ; 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 D | outlining-isomorphic-predicates.ll | 4 ; 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 D | illegal-cleanup.ll | 4 ; 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 D | illegal-landingpad.ll | 4 ; 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 D | illegal-catchpad.ll | 4 ; 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 D | exit-phi-nodes-incoming-value-constant-argument.ll | 5 ; 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 D | SECURITY.md | 3 To report security issues in LLVM, please follow the steps outlined on the
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/ |
| H A D | basic-compat.ll | 1 ; Test that the old outlined check is used with old API levels.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/ |
| H A D | OpenMPOpsInterfaces.td | 20 OpenMP operations whose region will be outlined will implement this
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/ |
| H A D | openmp-reduction.mlir | 40 // 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 D | split-cold-2.ll | 5 ; two predecessors were outlined and the SSA representation was invalid.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | machine-outliner-cfi.mir | 6 # 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 D | parallel_region_merging.ll | 801 ; 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 …]
|