Searched refs:outlined (Results 1 – 25 of 137) sorted by relevance
123456
/external/llvm-project/llvm/test/DebugInfo/AArch64/ |
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.
|
/external/llvm-project/llvm/test/Analysis/CallGraph/ |
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
|
/external/llvm-project/openmp/runtime/test/misc_bugs/ |
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()
|
/external/llvm-project/mlir/test/Conversion/AsyncToLLVM/ |
D | convert-to-llvm.mlir | 32 // Function outlined from the async.execute operation. 96 // Function outlined from the inner async.execute operation. 106 // Function outlined from the outer async.execute operation. 145 // Function outlined from the first async.execute operation. 155 // Function outlined from the second async.execute operation with dependency. 198 // Function outlined from the async.execute operation.
|
/external/llvm-project/llvm/test/Transforms/CodeExtractor/ |
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.
|
D | BlockAddressReference.ll | 6 ; no outlined function
|
D | BlockAddressSelfReference.ll | 6 ; no outlined function
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
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
|
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
|
D | machine-outliner-outline-bti.ll | 3 ; The BTI instruction cannot be outlined, because it needs to be the very first
|
D | machine-outliner-regsave.mir | 21 # outlined function. 86 # nothing to be outlined.
|
D | machine-outliner.mir | 22 # - Create outlined functions 25 # - Functions whose addresses are taken can still be outlined
|
D | machine-outliner-ordering.mir | 4 # Ensure that outlined function names appear as expected. Currently, they are
|
D | machine-outliner-retaddr-sign-v8-3.ll | 4 ; Check that outlined functions use the dedicated RETAA/RETAB instructions
|
D | machine-outliner-cfi-tail.mir | 6 # outlined sequences right now.
|
D | machine-outliner-retaddr-sign-subtarget.ll | 5 ; outlined if not all of the function either support v8.3a features or all of
|
/external/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/ |
D | basic-compat.ll | 1 ; Test that the old outlined check is used with old API levels.
|
/external/llvm-project/llvm/test/Transforms/HotColdSplit/ |
D | split-cold-2.ll | 5 ; two predecessors were outlined and the SSA representation was invalid.
|
D | section-splitting-default.ll | 7 ; two predecessors were outlined and the SSA representation was invalid.
|
D | section-splitting-custom.ll | 8 ; two predecessors were outlined and the SSA representation was invalid.
|
D | delete-use-without-def-dbg-val.ll | 20 ; We expect this block to be outlined. That kills the definition of %var.
|
/external/gemmlowp/doc/ |
D | design.md | 24 accesses are redundant for the reason outlined above. The way that one minimizes 69 Because of that, besides the "pack" and "kernel" stages outlined above, a third 104 The design outlined above can be readily matched to gemmlowp source code, in
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | parallel_region_merging.ll | 211 ; CHECK: omp.par.outlined.exit: 227 ; CHECK: omp.par.outlined.exit.exitStub: 290 ; CHECK: omp.par.outlined.exit: 306 ; CHECK: omp.par.outlined.exit.exitStub: 354 ; CHECK: omp.par.outlined.exit: 370 ; CHECK: omp.par.outlined.exit.exitStub:
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | machine-outliner-remove-debug-instr.mir | 3 # Check the outlined function does not contain debug instructions
|
/external/autotest/frontend/client/src/autotest/public/ |
D | afeclient.css | 145 .data-table-outlined { 149 .data-table-outlined-gray {
|
123456