HomeSort by relevance Sort by last modified time
    Searched full:opt0 (Results 1 - 4 of 4) sorted by null

  /external/llvm/test/CodeGen/PowerPC/
tls.ll 1 ; RUN: llc -O0 < %s -march=ppc64 -mcpu=ppc64 | FileCheck -check-prefix=OPT0 %s
3 ; RUN: llc -O0 < %s -march=ppc32 -mcpu=ppc | FileCheck -check-prefix=OPT0-PPC32 %s
9 ;OPT0-LABEL: localexec:
13 ;OPT0: addis [[REG1:[0-9]+]], 13, a@tprel@ha
14 ;OPT0-NEXT: li [[REG2:[0-9]+]], 42
15 ;OPT0-NEXT: addi [[REG1]], [[REG1]], a@tprel@l
16 ;OPT0: stw [[REG2]], 0([[REG1]])
42 ;OPT0-PPC32-LABEL: main2:
43 ;OPT0-PPC32: li [[REG1:[0-9]+]], _GLOBAL_OFFSET_TABLE_@l
44 ;OPT0-PPC32: addis [[REG1]], [[REG1]], _GLOBAL_OFFSET_TABLE_@h
    [all...]
tls-pic.ll 1 ; RUN: llc -march=ppc64 -mcpu=pwr7 -O0 -relocation-model=pic < %s | FileCheck -check-prefix=OPT0 %s
3 ; RUN: llc -march=ppc32 -O0 -relocation-model=pic < %s | FileCheck -check-prefix=OPT0-32 %s
20 ; OPT0-LABEL: main:
21 ; OPT0: addis [[REG:[0-9]+]], 2, a@got@tlsld@ha
22 ; OPT0: addi 3, [[REG]], a@got@tlsld@l
23 ; OPT0: bl __tls_get_addr(a@tlsld)
24 ; OPT0-NEXT: nop
25 ; OPT0: addis [[REG2:[0-9]+]], 3, a@dtprel@ha
26 ; OPT0: addi {{[0-9]+}}, [[REG2]], a@dtprel@l
27 ; OPT0-32-LABEL: mai
    [all...]
  /external/llvm/test/Instrumentation/AddressSanitizer/
instrument_load_then_store.ll 3 ; RUN: opt < %s -asan -asan-module -S -asan-opt=0 | FileCheck %s -check-prefix=OPT0
22 ; OPT0: IncrementMe
23 ; OPT0: __asan_report_
24 ; OPT0: __asan_report_
25 ; OPT0: asan.module_ctor
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DngCreatorTest.java 397 BitmapFactory.Options opt0 = new BitmapFactory.Options(); local
398 opt0.inJustDecodeBounds = true;
400 compressedJpegData.length, /*inout*/opt0);
401 Rect jpegDimens = new Rect(0, 0, opt0.outWidth, opt0.outHeight);

Completed in 375 milliseconds