Searched refs:temporaries (Results 1 – 18 of 18) sorted by relevance
30 BytecodeRegisterAllocator temporaries(&builder); in TEST_F() local31 first = temporaries.NewRegister().index(); in TEST_F()32 temporaries.NewRegister(); in TEST_F()33 temporaries.NewRegister(); in TEST_F()34 temporaries.NewRegister(); in TEST_F()39 BytecodeRegisterAllocator temporaries(&builder); in TEST_F() local40 second = temporaries.NewRegister().index(); in TEST_F()53 BytecodeRegisterAllocator temporaries(&builder); in TEST_F() local54 temporaries.PrepareForConsecutiveAllocations(4); in TEST_F()55 Register reg0 = temporaries.NextConsecutiveRegister(); in TEST_F()[all …]
321 BytecodeRegisterAllocator temporaries(&builder); in TEST_F() local323 builder.StoreAccumulatorInRegister(temporaries.NewRegister()); in TEST_F()
5 …lligent compile-time mechanisms to enable lazy evaluation and removing temporaries where appropria…15 …without expression templates always evaluates all sub-expressions into temporaries. So with this c…21 Expression-templates-based libraries can avoid evaluating sub-expressions into temporaries, which i…
124 …u do not care about temporary objects. Why is that the case? Where are temporaries involved? How c…131 …taking \e const references to Matrix (or Array) can process expressions at the cost of temporaries.211 …ary objects in your code. In order to avoid evaluating parameters into temporaries, pass them as (…
274 …xpressions have this flag which makes them automatically evaluate into temporaries before assignin…
43 // Destroy temporaries95 // Destroy temporaries
12 ; it forces creation of an aligned stack temporary. Perhaps such temporaries
24 Tests whether bytecode codegen properly handles temporaries.
135 …// This also permits to directly call mpfr's routines and avoid many temporaries produced by mpreal
18 temporaries to spill values into.
74 reference. In fact, the names of dummy numbered temporaries like ``%1`` are
418 if you need multiple temporaries. This is useful as the destination of
559 initialization. These allow you to easily construct aggregate temporaries in743 (without any type for temporaries) when doing aggregate initialization or
1023 ... because the temporaries are destroyed before the call. That said, Twine's1024 are much more efficient than intermediate std::string temporaries, and they work
129 #. Unnamed temporaries are created when the result of a computation is131 #. Unnamed temporaries are numbered sequentially (using a per-function683 unnamed temporaries (:ref:`see above<identifiers>`). For example, if a function
111 // Okay because of magic temporaries.
2071 defm check_array_temporaries : BooleanFFlag<"check-array-temporaries">, Group<gfortran_Group>;
9740 Made sure that names of temporaries do not clash with real variables.