Home
last modified time | relevance | path

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

123456

/external/llvm-project/llvm/test/DebugInfo/AArch64/
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.
/external/llvm-project/llvm/test/Analysis/CallGraph/
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
/external/llvm-project/openmp/runtime/test/misc_bugs/
Dteams-reduction.c55 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/
Dconvert-to-llvm.mlir32 // 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/
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.
DBlockAddressReference.ll6 ; no outlined function
DBlockAddressSelfReference.ll6 ; no outlined function
/external/llvm-project/llvm/test/CodeGen/AArch64/
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
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
Dmachine-outliner-outline-bti.ll3 ; The BTI instruction cannot be outlined, because it needs to be the very first
Dmachine-outliner-regsave.mir21 # outlined function.
86 # nothing to be outlined.
Dmachine-outliner.mir22 # - Create outlined functions
25 # - Functions whose addresses are taken can still be outlined
Dmachine-outliner-ordering.mir4 # Ensure that outlined function names appear as expected. Currently, they are
Dmachine-outliner-retaddr-sign-v8-3.ll4 ; Check that outlined functions use the dedicated RETAA/RETAB instructions
Dmachine-outliner-cfi-tail.mir6 # outlined sequences right now.
Dmachine-outliner-retaddr-sign-subtarget.ll5 ; outlined if not all of the function either support v8.3a features or all of
/external/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/
Dbasic-compat.ll1 ; Test that the old outlined check is used with old API levels.
/external/llvm-project/llvm/test/Transforms/HotColdSplit/
Dsplit-cold-2.ll5 ; two predecessors were outlined and the SSA representation was invalid.
Dsection-splitting-default.ll7 ; two predecessors were outlined and the SSA representation was invalid.
Dsection-splitting-custom.ll8 ; two predecessors were outlined and the SSA representation was invalid.
Ddelete-use-without-def-dbg-val.ll20 ; We expect this block to be outlined. That kills the definition of %var.
/external/gemmlowp/doc/
Ddesign.md24 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/
Dparallel_region_merging.ll211 ; 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/
Dmachine-outliner-remove-debug-instr.mir3 # Check the outlined function does not contain debug instructions
/external/autotest/frontend/client/src/autotest/public/
Dafeclient.css145 .data-table-outlined {
149 .data-table-outlined-gray {

123456