Home
last modified time | relevance | path

Searched refs:ff_h264_cabac_tables (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/test/ThinLTO/X86/
H A Dasm.ll6 …to2 run %t/a.bc %t/b.bc -o %t/out -save-temps -r=%t/a.bc,ref,plx -r=%t/b.bc,ff_h264_cabac_tables,pl
11 ;; ff_h264_cabac_tables is undefined.
20 …%0 = tail call ptr asm sideeffect "lea ff_h264_cabac_tables(%rip), $0", "=&r,~{dirflag},~{fpsr},~{…
28 ;; ff_h264_cabac_tables has __attribute__((used)) in the source code, which means
31 ; CHECK: @ff_h264_cabac_tables = dso_local constant [1 x i8] c"\09"
32 @ff_h264_cabac_tables = dso_local constant [1 x i8] c"\09"
34 @llvm.compiler.used = appending global [1 x ptr] [ptr @ff_h264_cabac_tables], section "llvm.metadat…
H A Dfuncattrs-prop-unknown.ll21 %0 = tail call ptr asm sideeffect "lea ff_h264_cabac_tables(%rip), $0", "=&r,~{dirflag},~{fpsr},~{flags}"()
/llvm-project/clang/test/CodeGen/
H A Dthinlto-inline-asm2.c29 const char ff_h264_cabac_tables[1] = "\x09"; variable