Home
last modified time | relevance | path

Searched refs:GEPs (Results 1 – 25 of 44) sorted by relevance

12

/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
D2011-10-06-ReusePhi.ll4 ; Verify that scaled GEPs are not reused. rdar://5064068
13 ; GEPs are ugly
Duglygep.ll4 ; should be able to form pretty GEPs.
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-06-ReusePhi.ll4 ; Verify that scaled GEPs are not reused. rdar://5064068
17 ; GEPs are ugly
Daddress-space-loop.ll4 ; should be able to form pretty GEPs.
Duglygep-address-space.ll4 ; should be able to form pretty GEPs.
/external/llvm/test/Transforms/MergeFunc/
Dvector-GEP-crash.ll2 ; This used to cause a crash when compairing the GEPs
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dgep_mismatch.ll3 ; This code has GEPs with different index types, which should not
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2011-05-13-InBoundsGEP.ll4 ; must not discard GEPs that might overflow at runtime (aren't inbounds)
/external/llvm/test/Assembler/
Dgetelementptr.ll11 ; Verify that constant expression GEPs work with i84 indices.
34 ; Verify that constant expression vector GEPs work.
/external/llvm/test/Transforms/InstCombine/
D2011-05-13-InBoundsGEP.ll4 ; must not discard GEPs that might overflow at runtime (aren't inbounds)
Dgepphigep.ll60 ; Check that instcombine doesn't insert GEPs before landingpad.
103 ; Check that instcombine doesn't fold GEPs into themselves through a loop
140 ; Instcombine shouldn't add new PHI nodes while folding GEPs if that will leave
/external/llvm/test/Analysis/BasicAA/
Dconstant-over-index.ll10 ; for GEPs to ignore TBAA.
/external/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h109 WeakVHListMap GEPs; member
/external/llvm/test/CodeGen/Hexagon/
Dcommon-gep-basic.ll4 ; The mpyis from the two GEPs should be commoned out.
/external/llvm/test/CodeGen/Generic/
DbadFoldGEP.ll7 ;; The code is legal but not type-safe and the two GEPs should not be folded.
D2003-05-30-BadFoldGEP.ll7 ;; Error: A sequence of GEPs is folded incorrectly by llc during selection
Dconstindices.ll26 ;; Test that a sequence of GEPs with constant indices are folded right
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DbadFoldGEP.ll7 ;; The code is legal but not type-safe and the two GEPs should not be folded.
D2003-05-30-BadFoldGEP.ll7 ;; Error: A sequence of GEPs is folded incorrectly by llc during selection
Dconstindices.ll26 ;; Test that a sequence of GEPs with constant indices are folded right
/external/llvm/docs/
DGetElementPtr.rst153 0`` index is needed. However, a closer inspection of how globals and GEPs work
266 What effect do address spaces have on GEPs?
311 How does VLA addressing work with GEPs?
314 GEPs don't natively support VLAs. LLVM's type system is entirely static, and GEP
374 Can I compare two values computed with GEPs?
445 As such, there are some ramifications of this for inbounds GEPs: scales implied
449 is logically treated as an unsigned value. This means that GEPs have an
499 reduces the range of possibilities for cases where two GEPs are effectively the
505 Some LLVM optimizers operate on GEPs by internally lowering them into more
/external/llvm/test/CodeGen/ARM/
Dfast-isel-remat-same-constant.ll7 ; generated by the GEPs. The first add generated killed the vreg for the #6680 constant which shou…
/external/llvm/test/Analysis/CostModel/ARM/
Dgep.ll7 ; GEPs with index 0 are essentially NOOPs.
33 ; Cost of GEPs is one if we cannot fold the address computation.
/external/llvm/test/CodeGen/PowerPC/
Dppc64-gep-opt.ll9 ; into GEPs with a single index, otherwise it will lower it into a
14 ; Check that when two complex GEPs are used in two basic blocks, LLVM can
/external/llvm/test/CodeGen/AArch64/
Daarch64-gep-opt.ll12 ; into GEPs with a single index, otherwise it will lower it into a
17 ; Check that when two complex GEPs are used in two basic blocks, LLVM can

12