Searched refs:jumptable (Results 1 – 25 of 31) sorted by relevance
12
/external/llvm/test/Verifier/ |
D | jumptable.ll | 3 define i32 @f() jumptable { 7 ; CHECK: Attribute 'jumptable' requires 'unnamed_addr'
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | README-Thumb2.txt | 5 Make sure jumptable destinations are below the jumptable in order to make use
|
D | README-Thumb.txt | 26 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/ |
D | README-Thumb2.txt | 5 Make sure jumptable destinations are below the jumptable in order to make use
|
D | README-Thumb.txt | 26 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/ |
D | policy_compiler.cc | 192 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/ |
D | sad_ssse3.asm | 198 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/ |
D | attributes.ll | 227 define void @f38() unnamed_addr jumptable { 361 ; CHECK: attributes #24 = { jumptable }
|
D | compatibility-3.6.ll | 440 declare void @f.jumptable() unnamed_addr jumptable 441 ; CHECK: declare void @f.jumptable() unnamed_addr #5 1158 ; CHECK: attributes #5 = { jumptable }
|
D | compatibility-3.7.ll | 450 declare void @f.jumptable() unnamed_addr jumptable 451 ; CHECK: declare void @f.jumptable() unnamed_addr #6 1219 ; CHECK: attributes #6 = { jumptable }
|
D | compatibility-3.8.ll | 475 declare void @f.jumptable() unnamed_addr jumptable 476 ; CHECK: declare void @f.jumptable() unnamed_addr #6 1526 ; CHECK: attributes #6 = { jumptable }
|
D | compatibility.ll | 549 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/ |
D | 2010-09-30-CMOV-JumpTable-PHI.ll | 8 ; 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/ |
D | 2010-09-30-CMOV-JumpTable-PHI.ll | 8 ; 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/ |
D | thumb2-jtb.ll | 3 ; Do not use tbb / tbh if any destination is before the jumptable.
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | adv-switch-opt.ll | 44 …[[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/ |
D | large-switch.ll | 3 ; The switch expansion uses a dynamic shl, and it produces a jumptable
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-jtb.ll | 3 ; Do not use tbb / tbh if any destination is before the jumptable.
|
/external/llvm/include/llvm/IR/ |
D | Attributes.td | 65 def JumpTable : EnumAttr<"jumptable">;
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 75 .Case("jumptable", Attribute::JumpTable)
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 75 .Case("jumptable", Attribute::JumpTable)
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 75 .Case("jumptable", Attribute::JumpTable)
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 75 .Case("jumptable", Attribute::JumpTable)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 75 .Case("jumptable", Attribute::JumpTable)
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 629 KEYWORD(jumptable); in LexIdentifier()
|
12