Home
last modified time | relevance | path

Searched refs:cse (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/test/Transforms/EarlyCSE/
Dinstsimplify-dom.ll1 ; RUN: opt -early-cse -S < %s | FileCheck %s
Dfloatingpoint.ll1 ; RUN: opt < %s -S -early-cse | FileCheck %s
Dread-reg.ll1 ; RUN: opt -S -early-cse < %s | FileCheck %s
Dcommute.ll1 ; RUN: opt < %s -S -early-cse | FileCheck %s
Dconditional.ll1 ; RUN: opt -early-cse -S < %s | FileCheck %s
Dfence.ll1 ; RUN: opt -S -early-cse < %s | FileCheck %s
Dbasic.ll1 ; RUN: opt < %s -S -early-cse | FileCheck %s
2 ; RUN: opt < %s -S -passes=early-cse | FileCheck %s
Dedge.ll1 ; RUN: opt -early-cse -S < %s | FileCheck %s
Datomics.ll1 ; RUN: opt < %s -S -early-cse | FileCheck %s
/external/icu/icu4c/source/config/
Dmh-beos16 # -ffunction-cse -fstrength-reduce -fthread-jumps -fcse-follow-jumps \
17 # -fcse-skip-blocks -frerun-cse-after-loop -frerun-loop-opt \
/external/llvm/test/Feature/OperandBundles/
Dspecial-state.ll1 ; RUN: opt -S -early-cse < %s | FileCheck %s
Dearly-cse.ll1 ; RUN: opt -S -early-cse < %s | FileCheck %s
/external/llvm/test/Transforms/EarlyCSE/AArch64/
DldstN.ll1 ; RUN: opt -S -early-cse < %s | FileCheck %s
Dintrinsics.ll1 ; RUN: opt < %s -S -mtriple=aarch64-none-linux-gnu -mattr=+neon -early-cse | FileCheck %s
2 ; RUN: opt < %s -S -mtriple=aarch64-none-linux-gnu -mattr=+neon -passes=early-cse | FileCheck %s
/external/llvm/test/Analysis/GlobalsModRef/
Dpurecse.ll1 ; Test that pure functions are cse'd away
/external/llvm/test/CodeGen/AArch64/
Dmachine_cse.ll10 define void @combine-sign-comparisons-by-cse(i32 *%arg) {
Darm64-promote-const.ll1 ; Disable machine cse to stress the different path of the algorithm.
3 ; RUN: llc < %s -mtriple=arm64-apple-ios7.0 -disable-machine-cse -aarch64-stress-promote-const -mcp…
6 ; RUN: llc < %s -mtriple=arm64-apple-ios7.0 -disable-machine-cse -aarch64-promote-const=false -mcpu…
Darm64-bitfield-extract.ll441 ; "and" should be combined to "ubfm" while "ubfm" should be removed by cse.
464 ; "and" should be combined to "ubfm" while "ubfm" should be removed by cse.
/external/llvm/lib/Passes/
DPassRegistry.def68 FUNCTION_PASS("early-cse", EarlyCSEPass())
/external/llvm/test/CodeGen/ARM/
Dmachine-cse-cmp.ll63 ; We are checking cse between %sub here and %s in entry block.
/external/llvm/test/Transforms/NaryReassociate/NVPTX/
Dnary-gep.ll1 ; RUN: opt < %s -nary-reassociate -early-cse -S | FileCheck %s
/external/mksh/
DMakefrag.inc12 … -Werror=sequence-point -g -Wstrict-aliasing=2 -fgcse-after-reload -frerun-cse-after-loop -frename…
/external/llvm/lib/Target/ARM/
DREADME.txt560 It might be profitable to cse MOVi16 if there are lots of 32-bit immediates
578 to licm and cse the unnecessary load from cp#1.
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c1729 { Addr cse = VG_PGROUNDDN( sp_at_startup ) - 1; in VG_() local
1730 if (aspacem_maxAddr > cse) in VG_()
1731 aspacem_maxAddr = cse; in VG_()
/external/webrtc/webrtc/
DLICENSE_THIRD_PARTY250 http://www1.cse.wustl.edu/~schmidt/ACE-copying.html

12