Home
last modified time | relevance | path

Searched refs:jumptable (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/test/Verifier/
Djumptable.ll3 define i32 @f() jumptable {
7 ; CHECK: Attribute 'jumptable' requires 'unnamed_addr'
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DREADME-Thumb2.txt5 Make sure jumptable destinations are below the jumptable in order to make use
DREADME-Thumb.txt26 Potential jumptable improvements:
29 jumptable entries (e.g. (L1 - L2) >> 1). Or even smaller entries if the
32 * Thumb jumptable codegen can improve given some help from the assembler. This
/external/llvm/lib/Target/ARM/
DREADME-Thumb2.txt5 Make sure jumptable destinations are below the jumptable in order to make use
DREADME-Thumb.txt26 Potential jumptable improvements:
29 jumptable entries (e.g. (L1 - L2) >> 1). Or even smaller entries if the
32 * Thumb jumptable codegen can improve given some help from the assembler. This
/external/libchrome/sandbox/linux/bpf_dsl/
Dpolicy_compiler.cc192 CodeGen::Node jumptable = AssembleJumpTable(ranges.begin(), ranges.end()); in DispatchSyscall() local
197 BPF_LD + BPF_W + BPF_ABS, SECCOMP_NR_IDX, CheckSyscallNumber(jumptable)); in DispatchSyscall()
/external/libvpx/libvpx/vpx_dsp/x86/
Dsad_ssse3.asm198 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
311 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
/external/llvm/test/Bitcode/
Dattributes.ll227 define void @f38() unnamed_addr jumptable {
361 ; CHECK: attributes #24 = { jumptable }
Dcompatibility-3.6.ll440 declare void @f.jumptable() unnamed_addr jumptable
441 ; CHECK: declare void @f.jumptable() unnamed_addr #5
1158 ; CHECK: attributes #5 = { jumptable }
Dcompatibility-3.7.ll450 declare void @f.jumptable() unnamed_addr jumptable
451 ; CHECK: declare void @f.jumptable() unnamed_addr #6
1219 ; CHECK: attributes #6 = { jumptable }
Dcompatibility-3.8.ll475 declare void @f.jumptable() unnamed_addr jumptable
476 ; CHECK: declare void @f.jumptable() unnamed_addr #6
1526 ; CHECK: attributes #6 = { jumptable }
Dcompatibility.ll549 declare void @f.jumptable() unnamed_addr jumptable
550 ; CHECK: declare void @f.jumptable() unnamed_addr #6
1602 ; CHECK: attributes #6 = { jumptable }
/external/llvm/test/CodeGen/X86/
D2010-09-30-CMOV-JumpTable-PHI.ll8 ; That causes the PHI to be updated wrong because the jumptable data structure is remembering the o…
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-09-30-CMOV-JumpTable-PHI.ll8 ; That causes the PHI to be updated wrong because the jumptable data structure is remembering the o…
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dthumb2-jtb.ll3 ; Do not use tbb / tbh if any destination is before the jumptable.
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dadv-switch-opt.ll44 …[[TARGET:.*]],DWORD PTR {{\[}}[[IND]]*4+0x0] {{[0-9a-f]+}}: R_386_32 .{{.*}}testJumpTable$jumptable
46 …RGET:.*]],DWORD PTR {{\[}}[[IND]]*4+0x0] {{[0-9a-f]+}}: R_X86_64_32S .{{.*}}testJumpTable$jumptable
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/
Dlarge-switch.ll3 ; The switch expansion uses a dynamic shl, and it produces a jumptable
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-jtb.ll3 ; Do not use tbb / tbh if any destination is before the jumptable.
/external/llvm/include/llvm/IR/
DAttributes.td65 def JumpTable : EnumAttr<"jumptable">;
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen75 .Case("jumptable", Attribute::JumpTable)
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen75 .Case("jumptable", Attribute::JumpTable)
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen75 .Case("jumptable", Attribute::JumpTable)
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen75 .Case("jumptable", Attribute::JumpTable)
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc75 .Case("jumptable", Attribute::JumpTable)
/external/llvm/lib/AsmParser/
DLLLexer.cpp629 KEYWORD(jumptable); in LexIdentifier()

12