Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/test/CodeGen/AArch64/
H A Darm64-icmp-opt.ll3 ; Optimize (x > -1) to (x >= 0) etc.
4 ; Optimize (cmp (add / sub), 0): eliminate the subs used to update flag
/llvm-project/llvm/test/CodeGen/X86/
H A Dicmp-opt.ll5 ; Optimize (x > -1) to (x >= 0) etc.
6 ; Optimize (cmp (add / sub), 0): eliminate the subs used to update flag
H A Dcfi-inserter-check-order.ll9 ; CHECK-NOT: X86 Optimize Call Frame
H A Dopt-pipeline.ll99 ; CHECK-NEXT: Optimize machine instruction PHIs
127 ; CHECK-NEXT: X86 LEA Optimize
128 ; CHECK-NEXT: X86 Optimize Call Frame
/llvm-project/polly/test/ScheduleOptimizer/ManualOptimization/
H A Dunroll_partial.ll35 ; CHECK-LABEL: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in…
45 ; OFF-LABEL: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in f…
H A Ddistribute_heuristic.ll35 ; ON: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in function…
48 ; OFF-LABEL: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in f…
H A Dunroll_disable.ll35 ; CHECK-LABEL: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in…
H A Dunroll_full.ll34 ; CHECK-LABEL: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in…
H A Dunroll_heuristic.ll36 ; CHECK-LABEL: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in…
H A Ddisable_nonforced.ll56 ; CHECK-LABEL: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in…
H A Dunroll_double.ll40 ; CHECK-LABEL: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in…
H A Dunroll_partial_followup.ll41 ; OPT-LABEL: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in f…
/llvm-project/lld/test/wasm/lto/
H A Dcgo.ll17 ; NOOPT-NOT: WebAssembly Optimize Returned
18 ; OPT: WebAssembly Optimize Returned
/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp138 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() argument
141 if (Optimize) { in finalizeStringTable()
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DExpandVariadics.h22 Optimize, // Optimise without changing ABI enumerator
/llvm-project/llvm/test/Transforms/InstCombine/AMDGPU/
H A Dpermlane64.ll4 ; Optimize the intrinsic away if the argument is uniform.
/llvm-project/llvm/test/CodeGen/Hexagon/
H A Dopt-fabs.ll2 ; Optimize fabsf to clrbit in V5.
H A Dopt-fneg.ll2 ; Optimize fneg to togglebit in V5.
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/performance/
H A Dfaster-string-find.rst6 Optimize calls to ``std::string::find()`` and friends when the needle passed is
/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h46 void finalizeStringTable(bool Optimize);
/llvm-project/mlir/include/mlir/Dialect/MLProgram/Transforms/
H A DPasses.td15 let summary = "Optimize `ml_program` global operations for read and store";
/llvm-project/llvm/test/CodeGen/XCore/
H A Dmemcpy.ll3 ; Optimize memcpy to __memcpy_4 if src, dst and size are all 4 byte aligned.
/llvm-project/clang/cmake/caches/
H A DDistributionExample.cmake10 # Optimize the stage1 compiler, but don't LTO it because that wastes time.
/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-select.mir18 ; Optimize (cond ? %a : %a) -> %a
38 ; Optimize (cond ? %a : %b) -> %a
/llvm-project/libc/AOR_v20.02/
H A Dconfig.mk.dist28 # Optimize the shared libraries on aarch64 assuming they fit in 1M.

1234