Home
last modified time | relevance | path

Searched refs:ir2 (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp68 ir_expression *ir2);
71 ir_expression *ir2,
230 ir_expression *ir2, in reassociate_operands() argument
233 ir_rvalue *temp = ir2->operands[op2]; in reassociate_operands()
234 ir2->operands[op2] = ir1->operands[op1]; in reassociate_operands()
241 update_type(ir2); in reassociate_operands()
254 ir_expression *ir2) in reassociate_constant() argument
256 if (!ir2 || ir1->operation != ir2->operation) in reassociate_constant()
262 ir2->operands[0]->type->is_matrix() || in reassociate_constant()
263 ir2->operands[1]->type->is_matrix()) in reassociate_constant()
[all …]
/external/clang/test/CXX/over/over.match/over.match.funcs/
Dp4-0x.cpp37 int &ir2 = X0::f(); in g() local
44 int &ir2 = lvalue<X0>().ft(1); in test_ref_qualifier_binding() local
59 int &ir2 = lvalue<X0>() + 1; in test_ref_qualifier_binding_operators() local
68 int &ir2 = lvalue<X0>().h2(); in test_ref_qualifier_overloading() local
/external/mesa3d/src/compiler/glsl/tests/
Dcompare_ir43 ir2 = sort_decls(parse_sexp(f.read())) variable
45 if ir1 == ir2:
53 os.write(file2, '{0}\n'.format(sexp_to_string(ir2)))
/external/clang/test/Modules/
Dnamespaces.cpp25 int &ir2 = N2::f(1); in test() local
55 int &ir2 = N6::f(17); in testMerged() local
68 int &ir2 = N9::f(17); in testMergedMerged() local
/external/clang/test/SemaObjCXX/
Darc-overloading.mm14 int &ir2 = f0(csip);
32 int &ir2 = f1(csip);
51 int &ir2 = f2(csip);
67 int &ir2 = f3(&wip);
84 int &ir2 = f4(&aip);
99 int &ir2 = f5(&aip);
115 int &ir2 = f6(&aip);
Doverload.mm156 int &ir2 = f3(bc);
Darc-templates.mm238 int &ir2 = qual_vs_unqual_ref(*sip);
255 int &ir2 = qual_vs_unqual_ref(*sap);
/external/clang/test/SemaTemplate/
Dmember-function-template.cpp16 int &ir2 = f1(d, i); in g1() local
28 int &ir2 = x.f1(f, i); in test_X_f1() local
45 int &ir2 = x.f0<>(i); in test_X_f0_explicit() local
/external/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/
Dp1-0x.cpp14 int &&ir2 = reinterpret_cast<int &&>('a'); // expected-error {{rvalue to reference type}} in test_classification()
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
Dp3.cpp29 int &ir2 = B<A>() * a; in test() local
/external/clang/test/SemaCXX/
Datomic-type.cpp32 int& ir2 = ovl1(ai); in test_overloading() local
Doverloaded-operator.cpp187 int &ir2 = c2(); in test_callable() local
Doverload-call.cpp259 …float* ir2 = intref(5.5); // expected-warning{{implicit conversion from 'double' to 'int' changes … in intref_test() local
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp3-0x.cpp46 int &ir2 = ci.g3(); in test_C() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-0x.cpp217 …int & ir2 = (xvalue<IntBitfield>().i); // expected-error{{non-const lvalue reference to type 'int'… in test() local
/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp2204 IZRule* ir2; in TestVTimeZoneWrapper()
2215 ir2 = izrule_clone(ir1); in TestVTimeZoneWrapper()
2218 b = izrule_equals(ir1, ir2); in TestVTimeZoneWrapper()
2219 b = izrule_isEquivalentTo(ir1, ir2); in TestVTimeZoneWrapper()
2236 zt1 = ztrans_open(base, ir1, ir2); in TestVTimeZoneWrapper()
2252 ztrans_setTo(zt1, (void*)ir2); in TestVTimeZoneWrapper()
2253 ztrans_adoptTo(zt1, (void*)ir2); in TestVTimeZoneWrapper()
/external/mksh/src/
Dcheck.t12272 typeset -n ir2=bar
12273 typeset -n ind=ir2
12276 echo !ir2: ${!ir2}
12277 echo ir2: $ir2
12281 typeset -n ir2=ind
12282 echo !ir2: ${!ir2}
12283 echo ir2: $ir2
12284 set|grep ^ir2|sed 's/^/s1: /'
12285 typeset|grep ' ir2'|sed -e 's/^/s2: /' -e 's/nameref/typeset -n/'
12288 typeset -n ir2=blub[2]
[all …]
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/
Dir3-notes.rst6 Compared to the previous generation a2xx ISA (ir2), the a3xx ISA is a "simple" scalar instruction s…