Home
last modified time | relevance | path

Searched refs:Peephole (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dnew-pm-lto-defaults.ll24 ; RUN: --check-prefix=CHECK-O3 --check-prefix=CHECK-EP-Peephole
68 ; CHECK-EP-Peephole-NEXT: Running pass: NoOpFunctionPass
76 ; CHECK-EP-Peephole-NEXT: Running pass: NoOpFunctionPass
/external/llvm/test/CodeGen/ARM/
Dpeephole-bitcast.ll8 ; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dpeephole-bitcast.ll8 ; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
/external/apache-commons-bcel/src/examples/
DPeephole.java37 public class Peephole { class
/external/llvm/test/Feature/
Doptnone-llc.ll49 ; LLC-Ox-DAG: Skipping pass 'Peephole Optimizations'
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Doptnone-llc.ll50 ; LLC-Ox-DAG: Skipping pass 'Peephole Optimizations'
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddbg-changes-codegen.ll3 ; The Peephole optimizer should fold the load into the cmp even with debug info.
DO3-pipeline.ll86 ; CHECK-NEXT: Peephole Optimizations
/external/llvm/test/CodeGen/X86/
Ddbg-changes-codegen.ll3 ; The Peephole optimizer should fold the load into the cmp even with debug info.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dsplit-vecpred.ll4 ; Test that the splitVecPredRegs pass in the Hexagon Peephole pass does not
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
DO3-pipeline.ll97 ; CHECK-NEXT: Peephole Optimizations
/external/apache-commons-bcel/
DRELEASE-NOTES.txt247 o BCEL-28: Mistake in "Peephole optimizer" example
/external/python/cpython3/Doc/c-api/
Dinit_config.rst576 * 0: Peephole optimizer (and ``__debug__`` is set to ``True``)
/external/python/cpython3/Misc/
DHISTORY12974 - Peephole constant folding had missed UNARY_POSITIVE.