Home
last modified time | relevance | path

Searched +full:- +full:o2 (Results 1 – 25 of 1090) sorted by relevance

12345678910>>...44

/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dpass-pipelines.ll6 ; RUN: opt -disable-output -disable-verify -debug-pass=Structure \
7 ; RUN: -O2 %s 2>&1 \
8 ; RUN: | FileCheck %s --check-prefix=CHECK-O2
12 ; CHECK-O2: Pass Arguments:
13 ; CHECK-O2-NOT: Manager
14 ; CHECK-O2: FunctionPass Manager
15 ; CHECK-O2-NOT: Manager
17 ; CHECK-O2: Pass Arguments:
18 ; CHECK-O2: ModulePass Manager
19 ; CHECK-O2-NOT: Manager
[all …]
Dnew-pm-lto-defaults.ll2 ; For now the only difference is between -O1 and everything else, so
3 ; -O2, -O3, -Os, -Oz are the same.
5 ; RUN: opt -disable-verify -debug-pass-manager \
6 ; RUN: -passes='lto<O1>' -S %s 2>&1 \
7 ; RUN: | FileCheck %s --check-prefix=CHECK-O --check-prefix=CHECK-O1
8 ; RUN: opt -disable-verify -debug-pass-manager \
9 ; RUN: -passes='lto<O2>' -S %s 2>&1 \
10 ; RUN: | FileCheck %s --check-prefix=CHECK-O --check-prefix=CHECK-O2
11 ; RUN: opt -disable-verify -debug-pass-manager \
12 ; RUN: -passes='lto<O3>' -S %s 2>&1 \
[all …]
/external/llvm/test/Other/
Dpass-pipelines.ll6 ; RUN: opt -disable-output -disable-verify -debug-pass=Structure \
7 ; RUN: -O2 %s 2>&1 \
8 ; RUN: | FileCheck %s --check-prefix=CHECK-O2
12 ; CHECK-O2: Pass Arguments:
13 ; CHECK-O2-NOT: Manager
14 ; CHECK-O2: FunctionPass Manager
15 ; CHECK-O2-NOT: Manager
17 ; CHECK-O2: Pass Arguments:
18 ; CHECK-O2: ModulePass Manager
19 ; CHECK-O2-NOT: Manager
[all …]
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dvector-bitcast.ll2 ; should be lowered to a no-op on -O2.
4 ; RUN: %p2i -i %s --filetype=obj --disassemble --target=x8632 --args -O2 \
5 ; RUN: | FileCheck --check-prefix=X86-O2 --check-prefix=X86 %s
6 ; RUN: %p2i -i %s --filetype=obj --disassemble --target=x8632 --args -Om1 \
7 ; RUN: | FileCheck --check-prefix=X86 %s
9 ; RUN: %p2i -i %s --filetype=obj --disassemble --target=x8664 --args -O2 \
10 ; RUN: | FileCheck --check-prefix=X86-O2 --check-prefix=X86 %s
11 ; RUN: %p2i -i %s --filetype=obj --disassemble --target=x8664 --args -Om1 \
12 ; RUN: | FileCheck --check-prefix=X86 %s
14 ; RUN: %p2i -i %s --filetype=obj --disassemble --target=arm32 --args -O2 \
[all …]
Dnacl-atomic-cmpxchg-optimization.ll3 ; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 \
4 ; RUN: -allow-externally-defined-symbols | FileCheck --check-prefix=O2 %s
5 ; RUN: %p2i -i %s --filetype=obj --disassemble --args -Om1 \
6 ; RUN: -allow-externally-defined-symbols | FileCheck --check-prefix=OM1 %s
13 ; This is only expected to work w/ O2, based on lightweight liveness.
35 ; O2-LABEL: test_atomic_cmpxchg_loop
36 ; O2: lock cmpxchg DWORD PTR [e{{[^a].}}],e{{[^a]}}
37 ; O2-NEXT: j{{e|ne}}
39 ; O2: call
42 ; OM1-LABEL: test_atomic_cmpxchg_loop
[all …]
Dbranch-opt.ll1 ; Tests the branch optimizations under O2 (against a lack of
4 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \
5 ; RUN: --target x8632 -i %s --args -O2 -allow-externally-defined-symbols \
6 ; RUN: | %if --need=target_X8632 --command FileCheck --check-prefix=O2 %s
8 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \
9 ; RUN: --target x8632 -i %s --args -Om1 -allow-externally-defined-symbols \
10 ; RUN: | %if --need=target_X8632 --command FileCheck --check-prefix=OM1 %s
12 ; RUN: %if --need=target_ARM32_dump \
13 ; RUN: --command %p2i --filetype=obj \
14 ; RUN: --disassemble --target arm32 -i %s --args -O2 \
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
Dsparc-mem-instructions.s1 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
4 ! CHECK: ldsb [%i0+%l6], %o2 ! encoding: [0xd4,0x4e,0x00,0x16]
5 ldsb [%i0 + %l6], %o2
6 ! CHECK: ldsb [%i0+32], %o2 ! encoding: [0xd4,0x4e,0x20,0x20]
7 ldsb [%i0 + 32], %o2
10 ! CHECK: ldsba [%i0+%l6] 131, %o2 ! encoding: [0xd4,0xce,0x10,0x76]
11 ldsba [%i0 + %l6] 131, %o2
13 ! CHECK: ldsh [%i0+%l6], %o2 ! encoding: [0xd4,0x56,0x00,0x16]
14 ldsh [%i0 + %l6], %o2
[all …]
/external/llvm/test/MC/Sparc/
Dsparc-mem-instructions.s1 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
4 ! CHECK: ldsb [%i0+%l6], %o2 ! encoding: [0xd4,0x4e,0x00,0x16]
5 ldsb [%i0 + %l6], %o2
6 ! CHECK: ldsb [%i0+32], %o2 ! encoding: [0xd4,0x4e,0x20,0x20]
7 ldsb [%i0 + 32], %o2
10 ! CHECK: ldsba [%i0+%l6] 131, %o2 ! encoding: [0xd4,0xce,0x10,0x76]
11 ldsba [%i0 + %l6] 131, %o2
13 ! CHECK: ldsh [%i0+%l6], %o2 ! encoding: [0xd4,0x56,0x00,0x16]
14 ldsh [%i0 + %l6], %o2
[all …]
/external/python/cpython3/Doc/c-api/
Dnumber.rst15 .. c:function:: PyObject* PyNumber_Add(PyObject *o1, PyObject *o2)
17 Returns the result of adding *o1* and *o2*, or *NULL* on failure. This is the
18 equivalent of the Python expression ``o1 + o2``.
21 .. c:function:: PyObject* PyNumber_Subtract(PyObject *o1, PyObject *o2)
23 Returns the result of subtracting *o2* from *o1*, or *NULL* on failure. This is
24 the equivalent of the Python expression ``o1 - o2``.
27 .. c:function:: PyObject* PyNumber_Multiply(PyObject *o1, PyObject *o2)
29 Returns the result of multiplying *o1* and *o2*, or *NULL* on failure. This is
30 the equivalent of the Python expression ``o1 * o2``.
33 .. c:function:: PyObject* PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2)
[all …]
/external/python/cpython2/Doc/c-api/
Dnumber.rst15 .. c:function:: PyObject* PyNumber_Add(PyObject *o1, PyObject *o2)
17 Returns the result of adding *o1* and *o2*, or *NULL* on failure. This is the
18 equivalent of the Python expression ``o1 + o2``.
21 .. c:function:: PyObject* PyNumber_Subtract(PyObject *o1, PyObject *o2)
23 Returns the result of subtracting *o2* from *o1*, or *NULL* on failure. This is
24 the equivalent of the Python expression ``o1 - o2``.
27 .. c:function:: PyObject* PyNumber_Multiply(PyObject *o1, PyObject *o2)
29 Returns the result of multiplying *o1* and *o2*, or *NULL* on failure. This is
30 the equivalent of the Python expression ``o1 * o2``.
33 .. c:function:: PyObject* PyNumber_Divide(PyObject *o1, PyObject *o2)
[all …]
/external/llvm/test/MC/Disassembler/Sparc/
Dsparc-mem.txt1 # RUN: llvm-mc --disassemble %s -triple=sparcv9-unknown-linux | FileCheck %s
3 # CHECK: ldsb [%i0+%l6], %o2
6 # CHECK: ldsb [%i0+32], %o2
15 # CHECK: ldsh [%i0+%l6], %o2
18 # CHECK: ldsh [%i0+32], %o2
27 # CHECK: ldub [%i0+%l6], %o2
30 # CHECK: ldub [%i0+32], %o2
33 # CHECK: ldub [%g1], %o2
36 # CHECK: ldub [%g1], %o2
39 # CHECK: lduh [%i0+%l6], %o2
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Sparc/
Dsparc-mem.txt1 # RUN: llvm-mc --disassemble %s -triple=sparcv9-unknown-linux | FileCheck %s
3 # CHECK: ldsb [%i0+%l6], %o2
6 # CHECK: ldsb [%i0+32], %o2
15 # CHECK: ldsh [%i0+%l6], %o2
18 # CHECK: ldsh [%i0+32], %o2
27 # CHECK: ldub [%i0+%l6], %o2
30 # CHECK: ldub [%i0+32], %o2
33 # CHECK: ldub [%g1], %o2
36 # CHECK: ldub [%g1], %o2
39 # CHECK: lduh [%i0+%l6], %o2
[all …]
/external/libexif/libexif/olympus/
Dexif-mnote-data-olympus.c1 /* exif-mnote-data-olympus.c
18 * Boston, MA 02110-1301 USA.
22 #include "exif-mnote-data-olympus.h"
28 #include <libexif/exif-utils.h>
29 #include <libexif/exif-data.h>
53 if (n->entries) { in exif_mnote_data_olympus_clear()
54 for (i = 0; i < n->count; i++) in exif_mnote_data_olympus_clear()
55 if (n->entries[i].data) { in exif_mnote_data_olympus_clear()
56 exif_mem_free (d->mem, n->entries[i].data); in exif_mnote_data_olympus_clear()
57 n->entries[i].data = NULL; in exif_mnote_data_olympus_clear()
[all …]
/external/python/cpython2/Include/
Dabstract.h57 suggested by Guido in off-line discussions):
59 - "Very high level layer": two or three functions that let you exec or
68 - "Abstract objects layer": which is the subject of this proposal.
73 - "Concrete objects layer": This is the public type-dependent
74 interface provided by the standard built-in types, such as floats,
82 - "Python module interface": this interface consist of the basic
84 current extensions-writing guide deals with this interface.
86 - "Built-in object interface": this is the interface that a new
87 built-in type must provide and the mechanisms and rules that a
88 developer of a new built-in type must use and follow.
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.gatherRGBA.offset.dx10.frag.out6 0:39 Function Definition: @main( ( temp structure{ temp 4-component vector of float Color, temp f…
10 0:46 move second child to first child ( temp 4-component vector of float)
11 0:46 'txval001' ( temp 4-component vector of float)
12 0:46 textureGatherOffset ( temp 4-component vector of float)
13 0:46 Construct combined texture-sampler ( temp sampler2D)
16 0:46 c2: direct index for structure ( uniform 2-component vector of float)
17-component vector of float c2, uniform 3-component vector of float c3, uniform 4-component vecto…
20 0:46 o2: direct index for structure ( uniform 2-component vector of int)
21-component vector of float c2, uniform 3-component vector of float c3, uniform 4-component vecto…
27 0:47 move second child to first child ( temp 4-component vector of int)
[all …]
Dhlsl.gatherRGBA.offsetarray.dx10.frag.out6 0:33 Function Definition: @main( ( temp structure{ temp 4-component vector of float Color, temp f…
10 0:40 move second child to first child ( temp 4-component vector of float)
11 0:40 'txval001' ( temp 4-component vector of float)
12 0:40 textureGatherOffset ( temp 4-component vector of float)
13 0:40 Construct combined texture-sampler ( temp sampler2DArray)
16 0:40 c3: direct index for structure ( uniform 3-component vector of float)
17-component vector of float c2, uniform 3-component vector of float c3, uniform 4-component vecto…
20 0:40 o2: direct index for structure ( uniform 2-component vector of int)
21-component vector of float c2, uniform 3-component vector of float c3, uniform 4-component vecto…
27 0:41 move second child to first child ( temp 4-component vector of int)
[all …]
/external/libcxx/test/std/utilities/optional/optional.relops/
Dless_equal.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
34 constexpr O o2; // disengaged in main() local
40 static_assert((o1 <= o2), ""); in main()
45 static_assert((o2 <= o1), ""); in main()
46 static_assert((o2 <= o2), ""); in main()
47 static_assert((o2 <= o3), ""); in main()
48 static_assert((o2 <= o4), ""); in main()
49 static_assert((o2 <= o5), ""); in main()
52 static_assert(!(o3 <= o2), ""); in main()
[all …]
Dequal.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
37 constexpr O o2; // disengaged in main() local
43 static_assert(o1 == o2, ""); in main()
48 static_assert(o2 == o1, ""); in main()
49 static_assert(o2 == o2, ""); in main()
50 static_assert(!(o2 == o3), ""); in main()
51 static_assert(!(o2 == o4), ""); in main()
52 static_assert(!(o2 == o5), ""); in main()
55 static_assert(!(o3 == o2), ""); in main()
[all …]
Dless_than.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
32 constexpr O o2; // disengaged in main() local
38 static_assert(!(o1 < o2), ""); in main()
43 static_assert(!(o2 < o1), ""); in main()
44 static_assert(!(o2 < o2), ""); in main()
45 static_assert((o2 < o3), ""); in main()
46 static_assert((o2 < o4), ""); in main()
47 static_assert((o2 < o5), ""); in main()
50 static_assert(!(o3 < o2), ""); in main()
[all …]
Dnot_equal.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
37 constexpr O o2; // disengaged in main() local
43 static_assert(!(o1 != o2), ""); in main()
48 static_assert(!(o2 != o1), ""); in main()
49 static_assert(!(o2 != o2), ""); in main()
50 static_assert((o2 != o3), ""); in main()
51 static_assert((o2 != o4), ""); in main()
52 static_assert((o2 != o5), ""); in main()
55 static_assert((o3 != o2), ""); in main()
[all …]
Dgreater_equal.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
34 constexpr O o2; // disengaged in main() local
40 static_assert((o1 >= o2), ""); in main()
45 static_assert((o2 >= o1), ""); in main()
46 static_assert((o2 >= o2), ""); in main()
47 static_assert(!(o2 >= o3), ""); in main()
48 static_assert(!(o2 >= o4), ""); in main()
49 static_assert(!(o2 >= o5), ""); in main()
52 static_assert((o3 >= o2), ""); in main()
[all …]
Dgreater_than.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
32 constexpr O o2; // disengaged in main() local
38 static_assert(!(o1 > o2), ""); in main()
43 static_assert(!(o2 > o1), ""); in main()
44 static_assert(!(o2 > o2), ""); in main()
45 static_assert(!(o2 > o3), ""); in main()
46 static_assert(!(o2 > o4), ""); in main()
47 static_assert(!(o2 > o5), ""); in main()
50 static_assert((o3 > o2), ""); in main()
[all …]
/external/python/cpython3/Include/
Dabstract.h15 Print an object 'o' on file 'fp'. Returns -1 on error. The flags argument
68 to the value 'v'. Raise an exception and return -1 on failure; return 0 on
79 'v'. an exception and return -1 on failure; return 0 on success.
88 -1 on failure.
98 Delete attribute named attr_name, for object o. Returns -1
113 Called by the repr() built-in function. */
125 Called by the str() and print() built-in functions. */
185 Return 0 on success, raise an exception and return -1 on error.
208 function calls of the Python standard library. On 64-bit CPU, it allocates
287 arguments. The C arguments are described using a mkvalue-style format
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Datomic64.ll2 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu --disable-machine-licm -mcpu=mips4 -relocation-model…
3 ; RUN: FileCheck %s -check-prefix=MIPS4
4 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu --disable-machine-licm -mcpu=mips64 -relocation-mode…
5 ; RUN: FileCheck %s -check-prefix=MIPS64
6 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu --disable-machine-licm -mcpu=mips64r2 -relocation-mo…
7 ; RUN: FileCheck %s -check-prefix=MIPS64R2
8 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu --disable-machine-licm -mcpu=mips64r6 -relocation-mo…
9 ; RUN: FileCheck %s -check-prefix=MIPS64R6
10 ; RUN: llc -mtriple=mips64-unknown-linux-gnu -O0 -mcpu=mips64r6 -relocation-model=pic -verify-machi…
11 ; RUN: FileCheck %s -check-prefix=MIPS64R6O0
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86DisassemblerTables.cpp1 //===- X86DisassemblerTables.cpp - Disassembler tables ----------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
15 //===----------------------------------------------------------------------===//
28 /// inheritsFrom - Indicates whether all instructions in one class also belong
31 /// @param child - The class that may be the subset
32 /// @param parent - The class that may be the superset
33 /// @return - True if child is a subset of parent, false otherwise.
106 /// outranks - Indicates whether, if an instruction has two different applicable
110 /// @param upper - The class that may be preferable
111 /// @param lower - The class that may be less preferable
[all …]

12345678910>>...44